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 committed Oct 4, 2024
1 parent 3e93324 commit f7bfe87
Show file tree
Hide file tree
Showing 261 changed files with 23,207 additions and 6,612 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2582,6 +2582,7 @@ spec:
properties:
volumeSnapshotClassName:
description: "Name of the VolumeSnapshotClass that should be used by VolumeSnapshots"
minLength: 1
type: "string"
required:
- "volumeSnapshotClassName"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,30 @@ spec:
healthCheck:
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"
properties:
endpoint:
description: "Endpoint is the path to append to the host to reach the expected health check.\nMust start with \"?\" or \"/\", contain only valid URL characters and end with alphanumeric char or \"/\". For example \"/\" or \"/healthz\" are common"
pattern: "^(?:\\?|\\/)[\\w\\-.~:\\/?#\\[\\]@!$&'()*+,;=]+(?:[a-zA-Z0-9]|\\/){1}$"
type: "string"
additionalHeadersRef:
description: "AdditionalHeadersRef refers to a secret that contains extra headers to send in the probe request, this is primarily useful if an authentication\ntoken is required by the endpoint."
properties:
name:
type: "string"
required:
- "name"
type: "object"
allowInsecureCertificate:
description: "AllowInsecureCertificate will instruct the health check probe to not fail on a self-signed or otherwise invalid SSL certificate\nthis is primarily used in development or testing environments"
type: "boolean"
failureThreshold:
description: "FailureThreshold is a limit of consecutive failures that must occur for a host to be considered unhealthy"
type: "integer"
x-kubernetes-validations:
- message: "Failure threshold must be greater than 0"
rule: "self > 0"
interval:
description: "Interval defines how frequently this probe should execute"
type: "string"
path:
description: "Path is the path to append to the host to reach the expected health check.\nMust start with \"?\" or \"/\", contain only valid URL characters and end with alphanumeric char or \"/\". For example \"/\" or \"/healthz\" are common"
pattern: "^(?:\\?|\\/)[\\w\\-.~:\\/?#\\[\\]@!$&'()*+,;=]+(?:[a-zA-Z0-9]|\\/){1}$"
type: "string"
port:
description: "Port to connect to the host on. Must be either 80, 443 or 1024-49151"
type: "integer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,16 @@ spec:
type: "object"
image:
type: "string"
imagePullSecrets:
items:
description: "LocalObjectReference contains enough information to let you locate the\nreferenced object inside the same namespace."
properties:
name:
description: "Name of the referent.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\nTODO: Add other useful fields. apiVersion, kind, uid?"
type: "string"
type: "object"
x-kubernetes-map-type: "atomic"
type: "array"
limits:
items:
description: "RateLimit defines the desired Limitador limit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
metadata:
annotations:
controller-gen.kubebuilder.io/version: "v0.15.0"
controller-gen.kubebuilder.io/version: "v0.16.3"
name: "temporalclusterclients.temporal.io"
spec:
group: "temporal.io"
Expand Down Expand Up @@ -50,7 +50,7 @@ spec:
properties:
name:
default: ""
description: "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nTODO: Add other useful fields. apiVersion, kind, uid?\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\nTODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896."
description: "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
type: "string"
type: "object"
x-kubernetes-map-type: "atomic"
Expand Down
Loading

0 comments on commit f7bfe87

Please sign in to comment.