Skip to content

Commit

Permalink
Update upstream specifications to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss authored May 31, 2024
1 parent 1218fef commit edfa3d8
Show file tree
Hide file tree
Showing 1,776 changed files with 30,024 additions and 8,979 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7294,6 +7294,18 @@ spec:
service:
description: "Specification of the service that exposes PgBouncer."
properties:
externalTrafficPolicy:
description: "More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies"
enum:
- "Cluster"
- "Local"
type: "string"
internalTrafficPolicy:
description: "More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies"
enum:
- "Cluster"
- "Local"
type: "string"
metadata:
description: "Metadata contains metadata for custom resources"
properties:
Expand Down Expand Up @@ -7434,6 +7446,18 @@ spec:
replicaService:
description: "Specification of the service that exposes PostgreSQL replica instances"
properties:
externalTrafficPolicy:
description: "More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies"
enum:
- "Cluster"
- "Local"
type: "string"
internalTrafficPolicy:
description: "More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies"
enum:
- "Cluster"
- "Local"
type: "string"
metadata:
description: "Metadata contains metadata for custom resources"
properties:
Expand Down Expand Up @@ -7462,6 +7486,18 @@ spec:
service:
description: "Specification of the service that exposes the PostgreSQL primary instance."
properties:
externalTrafficPolicy:
description: "More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies"
enum:
- "Cluster"
- "Local"
type: "string"
internalTrafficPolicy:
description: "More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies"
enum:
- "Cluster"
- "Local"
type: "string"
metadata:
description: "Metadata contains metadata for custom resources"
properties:
Expand Down Expand Up @@ -8294,6 +8330,18 @@ spec:
service:
description: "Specification of the service that exposes pgAdmin."
properties:
externalTrafficPolicy:
description: "More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies"
enum:
- "Cluster"
- "Local"
type: "string"
internalTrafficPolicy:
description: "More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies"
enum:
- "Cluster"
- "Local"
type: "string"
metadata:
description: "Metadata contains metadata for custom resources"
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4020,6 +4020,16 @@ spec:
agentCommunicationMode:
description: "agentCommunicationMode corresponds to the mode used by the Datadog application libraries to communicate with the Agent. It can be \"hostip\", \"service\", or \"socket\"."
type: "string"
cwsInstrumentation:
description: "CWSInstrumentation holds the CWS Instrumentation endpoint configuration"
properties:
enabled:
description: "Enable the CWS Instrumentation admission controller endpoint"
type: "boolean"
mode:
description: "Mode defines how the CWS Instrumentation endpoint should behave. It can be \"init_container\" or \"remote_copy\"."
type: "string"
type: "object"
enabled:
description: "Enable the admission controller to be able to inject APM/Dogstatsd config and standard tags (env, service, version) automatically into your pods."
type: "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1918,6 +1918,43 @@ spec:
type: "object"
type: "array"
type: "object"
driverIngressOptions:
items:
properties:
ingressAnnotations:
additionalProperties:
type: "string"
type: "object"
ingressTLS:
items:
properties:
hosts:
items:
type: "string"
type: "array"
secretName:
type: "string"
type: "object"
type: "array"
ingressURLFormat:
type: "string"
serviceAnnotations:
additionalProperties:
type: "string"
type: "object"
serviceLabels:
additionalProperties:
type: "string"
type: "object"
servicePort:
format: "int32"
type: "integer"
servicePortName:
type: "string"
serviceType:
type: "string"
type: "object"
type: "array"
dynamicAllocation:
properties:
enabled:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,43 @@ spec:
type: "object"
type: "array"
type: "object"
driverIngressOptions:
items:
properties:
ingressAnnotations:
additionalProperties:
type: "string"
type: "object"
ingressTLS:
items:
properties:
hosts:
items:
type: "string"
type: "array"
secretName:
type: "string"
type: "object"
type: "array"
ingressURLFormat:
type: "string"
serviceAnnotations:
additionalProperties:
type: "string"
type: "object"
serviceLabels:
additionalProperties:
type: "string"
type: "object"
servicePort:
format: "int32"
type: "integer"
servicePortName:
type: "string"
serviceType:
type: "string"
type: "object"
type: "array"
dynamicAllocation:
properties:
enabled:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,9 @@ spec:
x-kubernetes-map-type: "atomic"
options:
properties:
batch-size:
description: "BatchSize defines the size of entries to flush in as single flush [default: 100]"
type: "integer"
flush-period:
description: "FlushPeriod for counters in milliseconds [default: 1000]"
type: "integer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
singular: "bitwarden-secret"
scope: "Namespaced"
versions:
- name: "v1beta5"
- deprecated: true
name: "v1beta5"
schema:
openAPIV3Schema:
properties:
Expand Down Expand Up @@ -50,4 +51,4 @@ spec:
type: "object"
type: "object"
served: true
storage: true
storage: false
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
singular: "bitwarden-template"
scope: "Namespaced"
versions:
- name: "v1beta5"
- deprecated: true
name: "v1beta5"
schema:
openAPIV3Schema:
properties:
Expand All @@ -37,4 +38,4 @@ spec:
type: "object"
type: "object"
served: true
storage: true
storage: false
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
singular: "registry-credential"
scope: "Namespaced"
versions:
- name: "v1beta5"
- deprecated: true
name: "v1beta5"
schema:
openAPIV3Schema:
properties:
Expand Down Expand Up @@ -43,4 +44,4 @@ spec:
type: "object"
type: "object"
served: true
storage: true
storage: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
metadata:
name: "bitwarden-secrets.lerentis.uploadfilter24.eu"
spec:
group: "lerentis.uploadfilter24.eu"
names:
kind: "BitwardenSecret"
plural: "bitwarden-secrets"
shortNames:
- "bws"
singular: "bitwarden-secret"
scope: "Namespaced"
versions:
- name: "v1beta6"
schema:
openAPIV3Schema:
properties:
spec:
properties:
annotations:
type: "object"
x-kubernetes-preserve-unknown-fields: true
content:
items:
properties:
element:
properties:
secretName:
type: "string"
secretRef:
type: "string"
secretScope:
type: "string"
required:
- "secretName"
type: "object"
type: "object"
type: "array"
id:
type: "string"
labels:
type: "object"
x-kubernetes-preserve-unknown-fields: true
name:
type: "string"
namespace:
type: "string"
required:
- "id"
- "namespace"
- "name"
type: "object"
type: "object"
served: true
storage: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
metadata:
name: "bitwarden-templates.lerentis.uploadfilter24.eu"
spec:
group: "lerentis.uploadfilter24.eu"
names:
kind: "BitwardenTemplate"
plural: "bitwarden-templates"
shortNames:
- "bwt"
singular: "bitwarden-template"
scope: "Namespaced"
versions:
- name: "v1beta6"
schema:
openAPIV3Schema:
properties:
spec:
properties:
annotations:
type: "object"
x-kubernetes-preserve-unknown-fields: true
filename:
type: "string"
labels:
type: "object"
x-kubernetes-preserve-unknown-fields: true
name:
type: "string"
namespace:
type: "string"
template:
type: "string"
required:
- "filename"
- "template"
- "namespace"
- "name"
type: "object"
type: "object"
served: true
storage: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
metadata:
name: "registry-credentials.lerentis.uploadfilter24.eu"
spec:
group: "lerentis.uploadfilter24.eu"
names:
kind: "RegistryCredential"
plural: "registry-credentials"
shortNames:
- "rgc"
singular: "registry-credential"
scope: "Namespaced"
versions:
- name: "v1beta6"
schema:
openAPIV3Schema:
properties:
spec:
properties:
annotations:
type: "object"
x-kubernetes-preserve-unknown-fields: true
id:
type: "string"
labels:
type: "object"
x-kubernetes-preserve-unknown-fields: true
name:
type: "string"
namespace:
type: "string"
passwordRef:
type: "string"
registry:
type: "string"
usernameRef:
type: "string"
required:
- "id"
- "namespace"
- "name"
- "usernameRef"
- "passwordRef"
- "registry"
type: "object"
type: "object"
served: true
storage: true
Loading

0 comments on commit edfa3d8

Please sign in to comment.