Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
Generated by
`make generate`
  • Loading branch information
Fedosin committed Mar 20, 2023
1 parent 5e06b49 commit 010c8cf
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/crd/bases/operator.cluster.x-k8s.io_bootstrapproviders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,29 @@ spec:
resources:
description: Compute resources required by this container.
properties:
claims:
description: "Claims lists the names of resources, defined
in spec.resourceClaims, that are used by this container.
\n This is an alpha field and requires enabling the
DynamicResourceAllocation feature gate. \n This field
is immutable."
items:
description: ResourceClaim references one entry in
PodSpec.ResourceClaims.
properties:
name:
description: Name must match the name of one entry
in pod.spec.resourceClaims of the Pod where
this field is used. It makes that resource available
inside a container.
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1261,6 +1284,9 @@ spec:
with GroupKind.String(), e.g. ReplicaSet in apps group (regardless
of version) would be `ReplicaSet.apps`."
type: object
recoverPanic:
description: RecoverPanic indicates if panics should be recovered.
type: boolean
type: object
featureGates:
additionalProperties:
Expand All @@ -1283,6 +1309,8 @@ spec:
healthProbeBindAddress:
description: HealthProbeBindAddress is the TCP address that
the controller should bind to for serving health probes
It can be set to "0" or "" to disable serving the health
probe.
type: string
livenessEndpointName:
description: LivenessEndpointName, defaults to "healthz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,29 @@ spec:
resources:
description: Compute resources required by this container.
properties:
claims:
description: "Claims lists the names of resources, defined
in spec.resourceClaims, that are used by this container.
\n This is an alpha field and requires enabling the
DynamicResourceAllocation feature gate. \n This field
is immutable."
items:
description: ResourceClaim references one entry in
PodSpec.ResourceClaims.
properties:
name:
description: Name must match the name of one entry
in pod.spec.resourceClaims of the Pod where
this field is used. It makes that resource available
inside a container.
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1262,6 +1285,9 @@ spec:
with GroupKind.String(), e.g. ReplicaSet in apps group (regardless
of version) would be `ReplicaSet.apps`."
type: object
recoverPanic:
description: RecoverPanic indicates if panics should be recovered.
type: boolean
type: object
featureGates:
additionalProperties:
Expand All @@ -1284,6 +1310,8 @@ spec:
healthProbeBindAddress:
description: HealthProbeBindAddress is the TCP address that
the controller should bind to for serving health probes
It can be set to "0" or "" to disable serving the health
probe.
type: string
livenessEndpointName:
description: LivenessEndpointName, defaults to "healthz"
Expand Down
28 changes: 28 additions & 0 deletions config/crd/bases/operator.cluster.x-k8s.io_coreproviders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,29 @@ spec:
resources:
description: Compute resources required by this container.
properties:
claims:
description: "Claims lists the names of resources, defined
in spec.resourceClaims, that are used by this container.
\n This is an alpha field and requires enabling the
DynamicResourceAllocation feature gate. \n This field
is immutable."
items:
description: ResourceClaim references one entry in
PodSpec.ResourceClaims.
properties:
name:
description: Name must match the name of one entry
in pod.spec.resourceClaims of the Pod where
this field is used. It makes that resource available
inside a container.
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1261,6 +1284,9 @@ spec:
with GroupKind.String(), e.g. ReplicaSet in apps group (regardless
of version) would be `ReplicaSet.apps`."
type: object
recoverPanic:
description: RecoverPanic indicates if panics should be recovered.
type: boolean
type: object
featureGates:
additionalProperties:
Expand All @@ -1283,6 +1309,8 @@ spec:
healthProbeBindAddress:
description: HealthProbeBindAddress is the TCP address that
the controller should bind to for serving health probes
It can be set to "0" or "" to disable serving the health
probe.
type: string
livenessEndpointName:
description: LivenessEndpointName, defaults to "healthz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,29 @@ spec:
resources:
description: Compute resources required by this container.
properties:
claims:
description: "Claims lists the names of resources, defined
in spec.resourceClaims, that are used by this container.
\n This is an alpha field and requires enabling the
DynamicResourceAllocation feature gate. \n This field
is immutable."
items:
description: ResourceClaim references one entry in
PodSpec.ResourceClaims.
properties:
name:
description: Name must match the name of one entry
in pod.spec.resourceClaims of the Pod where
this field is used. It makes that resource available
inside a container.
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1262,6 +1285,9 @@ spec:
with GroupKind.String(), e.g. ReplicaSet in apps group (regardless
of version) would be `ReplicaSet.apps`."
type: object
recoverPanic:
description: RecoverPanic indicates if panics should be recovered.
type: boolean
type: object
featureGates:
additionalProperties:
Expand All @@ -1284,6 +1310,8 @@ spec:
healthProbeBindAddress:
description: HealthProbeBindAddress is the TCP address that
the controller should bind to for serving health probes
It can be set to "0" or "" to disable serving the health
probe.
type: string
livenessEndpointName:
description: LivenessEndpointName, defaults to "healthz"
Expand Down

0 comments on commit 010c8cf

Please sign in to comment.