Skip to content

Commit dc96c60

Browse files
committed
Update upstream specifications to their latest version
1 parent b5fe3a9 commit dc96c60

File tree

159 files changed

+6111
-964
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+6111
-964
lines changed

crd-catalog/3scale/apicast-operator/apps.3scale.net/v1alpha1/apicasts.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ spec:
130130
properties:
131131
host:
132132
type: "string"
133+
ingressClassName:
134+
type: "string"
133135
tls:
134136
items:
135137
description: "IngressTLS describes the transport layer security associated with an ingress."

crd-catalog/Kuadrant/dns-operator/kuadrant.io/v1alpha1/dnsrecords.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
type: "string"
100100
type: "array"
101101
type: "object"
102-
minItems: 1
102+
minItems: 0
103103
type: "array"
104104
healthCheck:
105105
description: "HealthCheckSpec configures health checks in the DNS provider.\nBy default this health check will be applied to each unique DNS A Record for\nthe listeners assigned to the target gateway"

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1beta1/vmagents.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ spec:
14491449
type: "object"
14501450
x-kubernetes-map-type: "atomic"
14511451
remoteWrite:
1452-
description: "RemoteWrite list of victoria metrics /some other remote write system\nfor vm it must looks like: http://victoria-metrics-single:8429/api/v1/write\nor for cluster different url\nhttps://docs.victoriametrics.com/victoriametrics/vmagent/#splitting-data-streams-among-multiple-systems"
1452+
description: "RemoteWrite list of victoria metrics /some other remote write system\nfor vm it must looks like: http://victoria-metrics-single:8428/api/v1/write\nor for cluster different url\nhttps://docs.victoriametrics.com/victoriametrics/vmagent/#splitting-data-streams-among-multiple-systems"
14531453
items:
14541454
description: "VMAgentRemoteWriteSpec defines the remote storage configuration for VmAgent"
14551455
properties:

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1beta1/vmusers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ spec:
205205
type: "string"
206206
type: "array"
207207
static:
208-
description: "Static - user defined url for traffic forward,\nfor instance http://vmsingle:8429"
208+
description: "Static - user defined url for traffic forward,\nfor instance http://vmsingle:8428"
209209
properties:
210210
url:
211211
description: "URL http url for given staticRef."

crd-catalog/aerospike/aerospike-kubernetes-operator/asdb.aerospike.com/v1/aerospikeclusters.yaml

Lines changed: 93 additions & 85 deletions
Large diffs are not rendered by default.

crd-catalog/argoproj-labs/argocd-operator/argoproj.io/v1alpha1/argocds.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,22 @@ spec:
896896
required:
897897
- "enabled"
898898
type: "object"
899+
namespaceManagement:
900+
description: "NamespaceManagement defines the list of namespaces that Argo CD is allowed to manage."
901+
items:
902+
description: "NamespaceManagement defines the namespace management settings"
903+
properties:
904+
allowManagedBy:
905+
description: "Whether the namespace can be managed by ArgoCD"
906+
type: "boolean"
907+
name:
908+
description: "Name of the namespace or pattern to be managed"
909+
type: "string"
910+
required:
911+
- "allowManagedBy"
912+
- "name"
913+
type: "object"
914+
type: "array"
899915
nodePlacement:
900916
description: "NodePlacement defines NodeSelectors and Taints for Argo CD workloads"
901917
properties:

crd-catalog/argoproj-labs/argocd-operator/argoproj.io/v1beta1/argocds.yaml

Lines changed: 1081 additions & 0 deletions
Large diffs are not rendered by default.

crd-catalog/aws-controllers-k8s/eks-controller/eks.services.k8s.aws/v1alpha1/addons.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ spec:
8181
description: "The name of the add-on. The name must match one of the names returned by\nDescribeAddonVersions."
8282
type: "string"
8383
podIdentityAssociations:
84-
description: "An array of Pod Identity Assocations to be created. Each EKS Pod Identity\nassociation maps a Kubernetes service account to an IAM Role.\n\nFor more information, see Attach an IAM Role to an Amazon EKS add-on using\nPod Identity (https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html)\nin the Amazon EKS User Guide."
84+
description: "An array of EKS Pod Identity associations to be created. Each association\nmaps a Kubernetes service account to an IAM role.\n\nFor more information, see Attach an IAM Role to an Amazon EKS add-on using\nEKS Pod Identity (https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html)\nin the Amazon EKS User Guide."
8585
items:
86-
description: "A type of Pod Identity Association owned by an Amazon EKS Add-on.\n\nEach EKS Pod Identity Association maps a role to a service account in a namespace\nin the cluster.\n\nFor more information, see Attach an IAM Role to an Amazon EKS add-on using\nPod Identity (https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html)\nin the Amazon EKS User Guide."
86+
description: "A type of EKS Pod Identity association owned by an Amazon EKS add-on.\n\nEach association maps a role to a service account in a namespace in the cluster.\n\nFor more information, see Attach an IAM Role to an Amazon EKS add-on using\nEKS Pod Identity (https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html)\nin the Amazon EKS User Guide."
8787
properties:
8888
roleARN:
8989
type: "string"

crd-catalog/aws-controllers-k8s/eks-controller/eks.services.k8s.aws/v1alpha1/clusters.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
type: "boolean"
6060
type: "object"
6161
bootstrapSelfManagedAddons:
62-
description: "If you set this value to False when creating a cluster, the default networking\nadd-ons will not be installed.\n\nThe default networking addons include vpc-cni, coredns, and kube-proxy.\n\nUse this option when you plan to install third-party alternative add-ons\nor self-manage the default networking add-ons."
62+
description: "If you set this value to False when creating a cluster, the default networking\nadd-ons will not be installed.\n\nThe default networking add-ons include vpc-cni, coredns, and kube-proxy.\n\nUse this option when you plan to install third-party alternative add-ons\nor self-manage the default networking add-ons."
6363
type: "boolean"
6464
clientRequestToken:
6565
description: "A unique, case-sensitive identifier that you provide to ensurethe idempotency\nof the request."
@@ -155,11 +155,11 @@ spec:
155155
type: "array"
156156
type: "object"
157157
remoteNetworkConfig:
158-
description: "The configuration in the cluster for EKS Hybrid Nodes. You can't change or\nupdate this configuration after the cluster is created."
158+
description: "The configuration in the cluster for EKS Hybrid Nodes. You can add, change,\nor remove this configuration after the cluster is created."
159159
properties:
160160
remoteNodeNetworks:
161161
items:
162-
description: "A network CIDR that can contain hybrid nodes.\n\nThese CIDR blocks define the expected IP address range of the hybrid nodes\nthat join the cluster. These blocks are typically determined by your network\nadministrator.\n\nEnter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example,\n10.2.0.0/16).\n\nIt must satisfy the following requirements:\n\n * Each block must be within an IPv4 RFC-1918 network range. Minimum allowed\n size is /24, maximum allowed size is /8. Publicly-routable addresses aren't\n supported.\n\n * Each block cannot overlap with the range of the VPC CIDR blocks for\n your EKS resources, or the block of the Kubernetes service IP range.\n\n * Each block must have a route to the VPC that uses the VPC CIDR blocks,\n not public IPs or Elastic IPs. There are many options including Transit\n Gateway, Site-to-Site VPN, or Direct Connect.\n\n * Each host must allow outbound connection to the EKS cluster control\n plane on TCP ports 443 and 10250.\n\n * Each host must allow inbound connection from the EKS cluster control\n plane on TCP port 10250 for logs, exec and port-forward operations.\n\n * Each host must allow TCP and UDP network connectivity to and from other\n hosts that are running CoreDNS on UDP port 53 for service and pod DNS\n names."
162+
description: "A network CIDR that can contain hybrid nodes.\n\nThese CIDR blocks define the expected IP address range of the hybrid nodes\nthat join the cluster. These blocks are typically determined by your network\nadministrator.\n\nEnter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example,\n10.2.0.0/16).\n\nIt must satisfy the following requirements:\n\n * Each block must be within an IPv4 RFC-1918 network range. Minimum allowed\n size is /32, maximum allowed size is /8. Publicly-routable addresses aren't\n supported.\n\n * Each block cannot overlap with the range of the VPC CIDR blocks for\n your EKS resources, or the block of the Kubernetes service IP range.\n\n * Each block must have a route to the VPC that uses the VPC CIDR blocks,\n not public IPs or Elastic IPs. There are many options including Transit\n Gateway, Site-to-Site VPN, or Direct Connect.\n\n * Each host must allow outbound connection to the EKS cluster control\n plane on TCP ports 443 and 10250.\n\n * Each host must allow inbound connection from the EKS cluster control\n plane on TCP port 10250 for logs, exec and port-forward operations.\n\n * Each host must allow TCP and UDP network connectivity to and from other\n hosts that are running CoreDNS on UDP port 53 for service and pod DNS\n names."
163163
properties:
164164
cidrs:
165165
items:
@@ -169,7 +169,7 @@ spec:
169169
type: "array"
170170
remotePodNetworks:
171171
items:
172-
description: "A network CIDR that can contain pods that run Kubernetes webhooks on hybrid\nnodes.\n\nThese CIDR blocks are determined by configuring your Container Network Interface\n(CNI) plugin. We recommend the Calico CNI or Cilium CNI. Note that the Amazon\nVPC CNI plugin for Kubernetes isn't available for on-premises and edge locations.\n\nEnter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example,\n10.2.0.0/16).\n\nIt must satisfy the following requirements:\n\n * Each block must be within an IPv4 RFC-1918 network range. Minimum allowed\n size is /24, maximum allowed size is /8. Publicly-routable addresses aren't\n supported.\n\n * Each block cannot overlap with the range of the VPC CIDR blocks for\n your EKS resources, or the block of the Kubernetes service IP range."
172+
description: "A network CIDR that can contain pods that run Kubernetes webhooks on hybrid\nnodes.\n\nThese CIDR blocks are determined by configuring your Container Network Interface\n(CNI) plugin. We recommend the Calico CNI or Cilium CNI. Note that the Amazon\nVPC CNI plugin for Kubernetes isn't available for on-premises and edge locations.\n\nEnter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example,\n10.2.0.0/16).\n\nIt must satisfy the following requirements:\n\n * Each block must be within an IPv4 RFC-1918 network range. Minimum allowed\n size is /32, maximum allowed size is /8. Publicly-routable addresses aren't\n supported.\n\n * Each block cannot overlap with the range of the VPC CIDR blocks for\n your EKS resources, or the block of the Kubernetes service IP range."
173173
properties:
174174
cidrs:
175175
items:

crd-catalog/aws-controllers-k8s/eks-controller/eks.services.k8s.aws/v1alpha1/nodegroups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ spec:
113113
description: "The Kubernetes labels to apply to the nodes in the node group when they are\ncreated."
114114
type: "object"
115115
launchTemplate:
116-
description: "An object representing a node group's launch template specification. When\nusing this object, don't directly specify instanceTypes, diskSize, or remoteAccess.\nMake sure that the launch template meets the requirements in launchTemplateSpecification.\nAlso refer to Customizing managed nodes with launch templates (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html)\nin the Amazon EKS User Guide."
116+
description: "An object representing a node group's launch template specification. When\nusing this object, don't directly specify instanceTypes, diskSize, or remoteAccess.\nYou cannot later specify a different launch template ID or name than what\nwas used to create the node group.\n\nMake sure that the launch template meets the requirements in launchTemplateSpecification.\nAlso refer to Customizing managed nodes with launch templates (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html)\nin the Amazon EKS User Guide."
117117
properties:
118118
id:
119119
type: "string"

0 commit comments

Comments
 (0)