Skip to content

Commit 5a1035c

Browse files
committed
Update upstream specifications to their latest version
1 parent 8df6feb commit 5a1035c

File tree

164 files changed

+5204
-1501
lines changed

Some content is hidden

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

164 files changed

+5204
-1501
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4501,7 +4501,7 @@ spec:
45014501
- "name"
45024502
type: "object"
45034503
initialRepositories:
4504-
description: "InitialRepositories to configure Argo CD with upon creation of the cluster."
4504+
description: "Deprecated: InitialRepositories to configure Argo CD with upon creation of the cluster."
45054505
type: "string"
45064506
initialSSHKnownHosts:
45074507
description: "InitialSSHKnownHosts defines the SSH known hosts data upon creation of the cluster for connecting Git repositories via SSH."
@@ -7800,7 +7800,7 @@ spec:
78007800
type: "array"
78017801
type: "object"
78027802
repositoryCredentials:
7803-
description: "RepositoryCredentials are the Git pull credentials to configure Argo CD with upon creation of the cluster."
7803+
description: "Deprecated: RepositoryCredentials are the Git pull credentials to configure Argo CD with upon creation of the cluster."
78047804
type: "string"
78057805
resourceActions:
78067806
description: "ResourceActions customizes resource action behavior."

crd-catalog/aws-controllers-k8s/kinesis-controller/kinesis.services.k8s.aws/v1alpha1/streams.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ spec:
4242
streamMode:
4343
type: "string"
4444
type: "object"
45+
tags:
46+
additionalProperties:
47+
type: "string"
48+
description: "A set of up to 10 key-value pairs to use to create the tags."
49+
type: "object"
4550
required:
4651
- "name"
4752
type: "object"

crd-catalog/bpfman/bpfman-operator/bpfman.io/v1alpha1/bpfapplications.yaml

Lines changed: 81 additions & 77 deletions
Large diffs are not rendered by default.

crd-catalog/bpfman/bpfman-operator/bpfman.io/v1alpha1/bpfapplicationstates.yaml

Lines changed: 45 additions & 43 deletions
Large diffs are not rendered by default.

crd-catalog/bpfman/bpfman-operator/bpfman.io/v1alpha1/clusterbpfapplications.yaml

Lines changed: 105 additions & 102 deletions
Large diffs are not rendered by default.

crd-catalog/bpfman/bpfman-operator/bpfman.io/v1alpha1/clusterbpfapplicationstates.yaml

Lines changed: 63 additions & 62 deletions
Large diffs are not rendered by default.

crd-catalog/datainfrahq/druid-operator/druid.apache.org/v1alpha1/druids.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,35 @@ spec:
943943
default: false
944944
description: "DisablePVCDeletionFinalizer Whether PVCs shall be deleted on the deletion of the Druid cluster."
945945
type: "boolean"
946+
dnsConfig:
947+
description: "See v1.PodDNSConfig for more details."
948+
properties:
949+
nameservers:
950+
description: "A list of DNS name server IP addresses.\nThis will be appended to the base nameservers generated from DNSPolicy.\nDuplicated nameservers will be removed."
951+
items:
952+
type: "string"
953+
type: "array"
954+
options:
955+
description: "A list of DNS resolver options.\nThis will be merged with the base options generated from DNSPolicy.\nDuplicated entries will be removed. Resolution options given in Options\nwill override those that appear in the base DNSPolicy."
956+
items:
957+
description: "PodDNSConfigOption defines DNS resolver options of a pod."
958+
properties:
959+
name:
960+
description: "Required."
961+
type: "string"
962+
value:
963+
type: "string"
964+
type: "object"
965+
type: "array"
966+
searches:
967+
description: "A list of DNS search domains for host-name lookup.\nThis will be appended to the base search paths generated from DNSPolicy.\nDuplicated search paths will be removed."
968+
items:
969+
type: "string"
970+
type: "array"
971+
type: "object"
972+
dnsPolicy:
973+
description: "See v1.DNSPolicy for more details."
974+
type: "string"
946975
dynamicConfig:
947976
description: "Dynamic Configurations for Druid. Applied through the dynamic configuration API."
948977
type: "object"
@@ -2114,6 +2143,35 @@ spec:
21142143
type: "string"
21152144
type: "object"
21162145
type: "object"
2146+
dnsConfig:
2147+
description: "See v1.PodDNSConfig for more details."
2148+
properties:
2149+
nameservers:
2150+
description: "A list of DNS name server IP addresses.\nThis will be appended to the base nameservers generated from DNSPolicy.\nDuplicated nameservers will be removed."
2151+
items:
2152+
type: "string"
2153+
type: "array"
2154+
options:
2155+
description: "A list of DNS resolver options.\nThis will be merged with the base options generated from DNSPolicy.\nDuplicated entries will be removed. Resolution options given in Options\nwill override those that appear in the base DNSPolicy."
2156+
items:
2157+
description: "PodDNSConfigOption defines DNS resolver options of a pod."
2158+
properties:
2159+
name:
2160+
description: "Required."
2161+
type: "string"
2162+
value:
2163+
type: "string"
2164+
type: "object"
2165+
type: "array"
2166+
searches:
2167+
description: "A list of DNS search domains for host-name lookup.\nThis will be appended to the base search paths generated from DNSPolicy.\nDuplicated search paths will be removed."
2168+
items:
2169+
type: "string"
2170+
type: "array"
2171+
type: "object"
2172+
dnsPolicy:
2173+
description: "See v1.DNSPolicy for more details."
2174+
type: "string"
21172175
druid.port:
21182176
description: "DruidPort Used by the `Druid` process."
21192177
format: "int32"

crd-catalog/elastic/cloud-on-k8s/agent.k8s.elastic.co/v1alpha1/agents.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.17.2"
5+
controller-gen.kubebuilder.io/version: "v0.17.3"
66
name: "agents.agent.k8s.elastic.co"
77
spec:
88
group: "agent.k8s.elastic.co"
@@ -311,7 +311,7 @@ spec:
311311
type: "object"
312312
type: "object"
313313
trafficDistribution:
314-
description: "TrafficDistribution offers a way to express preferences for how traffic is\ndistributed to Service endpoints. Implementations can use this field as a\nhint, but are not required to guarantee strict adherence. If the field is\nnot set, the implementation will apply its default routing strategy. If set\nto \"PreferClose\", implementations should prioritize endpoints that are\ntopologically close (e.g., same zone).\nThis is a beta field and requires enabling ServiceTrafficDistribution feature."
314+
description: "TrafficDistribution offers a way to express preferences for how traffic\nis distributed to Service endpoints. Implementations can use this field\nas a hint, but are not required to guarantee strict adherence. If the\nfield is not set, the implementation will apply its default routing\nstrategy. If set to \"PreferClose\", implementations should prioritize\nendpoints that are in the same zone."
315315
type: "string"
316316
type:
317317
description: "type determines how the Service is exposed. Defaults to ClusterIP. Valid\noptions are ExternalName, ClusterIP, NodePort, and LoadBalancer.\n\"ClusterIP\" allocates a cluster-internal IP address for load-balancing\nto endpoints. Endpoints are determined by the selector or if that is not\nspecified, by manual construction of an Endpoints object or\nEndpointSlice objects. If clusterIP is \"None\", no virtual IP is\nallocated and the endpoints are published as a set of endpoints rather\nthan a virtual IP.\n\"NodePort\" builds on ClusterIP and allocates a port on every node which\nroutes to the same endpoints as the clusterIP.\n\"LoadBalancer\" builds on NodePort and creates an external load-balancer\n(if supported in the current cloud) which routes to the same endpoints\nas the clusterIP.\n\"ExternalName\" aliases this service to the specified externalName.\nSeveral other fields do not apply to ExternalName services.\nMore info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types"

crd-catalog/elastic/cloud-on-k8s/apm.k8s.elastic.co/v1/apmservers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.17.2"
5+
controller-gen.kubebuilder.io/version: "v0.17.3"
66
name: "apmservers.apm.k8s.elastic.co"
77
spec:
88
group: "apm.k8s.elastic.co"
@@ -216,7 +216,7 @@ spec:
216216
type: "object"
217217
type: "object"
218218
trafficDistribution:
219-
description: "TrafficDistribution offers a way to express preferences for how traffic is\ndistributed to Service endpoints. Implementations can use this field as a\nhint, but are not required to guarantee strict adherence. If the field is\nnot set, the implementation will apply its default routing strategy. If set\nto \"PreferClose\", implementations should prioritize endpoints that are\ntopologically close (e.g., same zone).\nThis is a beta field and requires enabling ServiceTrafficDistribution feature."
219+
description: "TrafficDistribution offers a way to express preferences for how traffic\nis distributed to Service endpoints. Implementations can use this field\nas a hint, but are not required to guarantee strict adherence. If the\nfield is not set, the implementation will apply its default routing\nstrategy. If set to \"PreferClose\", implementations should prioritize\nendpoints that are in the same zone."
220220
type: "string"
221221
type:
222222
description: "type determines how the Service is exposed. Defaults to ClusterIP. Valid\noptions are ExternalName, ClusterIP, NodePort, and LoadBalancer.\n\"ClusterIP\" allocates a cluster-internal IP address for load-balancing\nto endpoints. Endpoints are determined by the selector or if that is not\nspecified, by manual construction of an Endpoints object or\nEndpointSlice objects. If clusterIP is \"None\", no virtual IP is\nallocated and the endpoints are published as a set of endpoints rather\nthan a virtual IP.\n\"NodePort\" builds on ClusterIP and allocates a port on every node which\nroutes to the same endpoints as the clusterIP.\n\"LoadBalancer\" builds on NodePort and creates an external load-balancer\n(if supported in the current cloud) which routes to the same endpoints\nas the clusterIP.\n\"ExternalName\" aliases this service to the specified externalName.\nSeveral other fields do not apply to ExternalName services.\nMore info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types"

crd-catalog/elastic/cloud-on-k8s/apm.k8s.elastic.co/v1alpha1/apmservers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.17.2"
5+
controller-gen.kubebuilder.io/version: "v0.17.3"
66
name: "apmservers.apm.k8s.elastic.co"
77
spec:
88
group: "apm.k8s.elastic.co"

0 commit comments

Comments
 (0)