[bot] [main] Automated version update
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.9.2
|
||||
controller-gen.kubebuilder.io/version: v0.11.1
|
||||
creationTimestamp: null
|
||||
name: prometheuses.monitoring.coreos.com
|
||||
spec:
|
||||
@@ -2293,6 +2293,27 @@ spec:
|
||||
description: 'Compute Resources required by this container.
|
||||
Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
|
||||
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:
|
||||
@@ -3745,6 +3766,27 @@ spec:
|
||||
description: 'Compute Resources required by this container.
|
||||
Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
|
||||
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:
|
||||
@@ -5434,6 +5476,26 @@ spec:
|
||||
resources:
|
||||
description: Define resources requests and limits for single Pods.
|
||||
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:
|
||||
@@ -5713,9 +5775,14 @@ spec:
|
||||
type: object
|
||||
supplementalGroups:
|
||||
description: A list of groups applied to the first process run
|
||||
in each container, in addition to the container's primary GID. If
|
||||
unspecified, no groups will be added to any container. Note
|
||||
that this field cannot be set when spec.os.name is windows.
|
||||
in each container, in addition to the container's primary GID,
|
||||
the fsGroup (if specified), and group memberships defined in
|
||||
the container image for the uid of the container process. If
|
||||
unspecified, no additional groups are added to any container.
|
||||
Note that group memberships defined in the container image for
|
||||
the uid of the container process are still effective, even if
|
||||
they are not included in this list. Note that this field cannot
|
||||
be set when spec.os.name is windows.
|
||||
items:
|
||||
format: int64
|
||||
type: integer
|
||||
@@ -5974,9 +6041,12 @@ spec:
|
||||
provisioner or an external controller can support
|
||||
the specified data source, it will create a new
|
||||
volume based on the contents of the specified data
|
||||
source. If the AnyVolumeDataSource feature gate
|
||||
is enabled, this field will always have the same
|
||||
contents as the DataSourceRef field.'
|
||||
source. When the AnyVolumeDataSource feature gate
|
||||
is enabled, dataSource contents will be copied to
|
||||
dataSourceRef, and dataSourceRef contents will be
|
||||
copied to dataSource when dataSourceRef.namespace
|
||||
is not specified. If the namespace is specified,
|
||||
then dataSourceRef will not be copied to dataSource.'
|
||||
properties:
|
||||
apiGroup:
|
||||
description: APIGroup is the group for the resource
|
||||
@@ -6001,27 +6071,33 @@ spec:
|
||||
dataSourceRef:
|
||||
description: 'dataSourceRef specifies the object from
|
||||
which to populate the volume with data, if a non-empty
|
||||
volume is desired. This may be any local object
|
||||
from a non-empty API group (non core object) or
|
||||
a PersistentVolumeClaim object. When this field
|
||||
is specified, volume binding will only succeed if
|
||||
the type of the specified object matches some installed
|
||||
volume populator or dynamic provisioner. This field
|
||||
will replace the functionality of the DataSource
|
||||
field and as such if both fields are non-empty,
|
||||
they must have the same value. For backwards compatibility,
|
||||
both fields (DataSource and DataSourceRef) will
|
||||
be set to the same value automatically if one of
|
||||
them is empty and the other is non-empty. There
|
||||
are two important differences between DataSource
|
||||
and DataSourceRef: * While DataSource only allows
|
||||
two specific types of objects, DataSourceRef allows
|
||||
volume is desired. This may be any object from a
|
||||
non-empty API group (non core object) or a PersistentVolumeClaim
|
||||
object. When this field is specified, volume binding
|
||||
will only succeed if the type of the specified object
|
||||
matches some installed volume populator or dynamic
|
||||
provisioner. This field will replace the functionality
|
||||
of the dataSource field and as such if both fields
|
||||
are non-empty, they must have the same value. For
|
||||
backwards compatibility, when namespace isn''t specified
|
||||
in dataSourceRef, both fields (dataSource and dataSourceRef)
|
||||
will be set to the same value automatically if one
|
||||
of them is empty and the other is non-empty. When
|
||||
namespace is specified in dataSourceRef, dataSource
|
||||
isn''t set to the same value and must be empty.
|
||||
There are three important differences between dataSource
|
||||
and dataSourceRef: * While dataSource only allows
|
||||
two specific types of objects, dataSourceRef allows
|
||||
any non-core object, as well as PersistentVolumeClaim
|
||||
objects. * While DataSource ignores disallowed values
|
||||
(dropping them), DataSourceRef preserves all values,
|
||||
objects. * While dataSource ignores disallowed values
|
||||
(dropping them), dataSourceRef preserves all values,
|
||||
and generates an error if a disallowed value is
|
||||
specified. (Beta) Using this field requires the
|
||||
AnyVolumeDataSource feature gate to be enabled.'
|
||||
specified. * While dataSource only allows local
|
||||
objects, dataSourceRef allows objects in any namespaces.
|
||||
(Beta) Using this field requires the AnyVolumeDataSource
|
||||
feature gate to be enabled. (Alpha) Using the namespace
|
||||
field of dataSourceRef requires the CrossNamespaceVolumeDataSource
|
||||
feature gate to be enabled.'
|
||||
properties:
|
||||
apiGroup:
|
||||
description: APIGroup is the group for the resource
|
||||
@@ -6038,11 +6114,21 @@ spec:
|
||||
description: Name is the name of resource being
|
||||
referenced
|
||||
type: string
|
||||
namespace:
|
||||
description: Namespace is the namespace of resource
|
||||
being referenced Note that when a namespace
|
||||
is specified, a gateway.networking.k8s.io/ReferenceGrant
|
||||
object is required in the referent namespace
|
||||
to allow that namespace's owner to accept the
|
||||
reference. See the ReferenceGrant documentation
|
||||
for details. (Alpha) This field requires the
|
||||
CrossNamespaceVolumeDataSource feature gate
|
||||
to be enabled.
|
||||
type: string
|
||||
required:
|
||||
- kind
|
||||
- name
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
resources:
|
||||
description: 'resources represents the minimum resources
|
||||
the volume should have. If RecoverVolumeExpansionFailure
|
||||
@@ -6051,6 +6137,29 @@ spec:
|
||||
value but must still be higher than capacity recorded
|
||||
in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources'
|
||||
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:
|
||||
@@ -6207,9 +6316,12 @@ spec:
|
||||
* An existing PVC (PersistentVolumeClaim) If the provisioner
|
||||
or an external controller can support the specified
|
||||
data source, it will create a new volume based on the
|
||||
contents of the specified data source. If the AnyVolumeDataSource
|
||||
feature gate is enabled, this field will always have
|
||||
the same contents as the DataSourceRef field.'
|
||||
contents of the specified data source. When the AnyVolumeDataSource
|
||||
feature gate is enabled, dataSource contents will be
|
||||
copied to dataSourceRef, and dataSourceRef contents
|
||||
will be copied to dataSource when dataSourceRef.namespace
|
||||
is not specified. If the namespace is specified, then
|
||||
dataSourceRef will not be copied to dataSource.'
|
||||
properties:
|
||||
apiGroup:
|
||||
description: APIGroup is the group for the resource
|
||||
@@ -6231,24 +6343,31 @@ spec:
|
||||
dataSourceRef:
|
||||
description: 'dataSourceRef specifies the object from
|
||||
which to populate the volume with data, if a non-empty
|
||||
volume is desired. This may be any local object from
|
||||
a non-empty API group (non core object) or a PersistentVolumeClaim
|
||||
volume is desired. This may be any object from a non-empty
|
||||
API group (non core object) or a PersistentVolumeClaim
|
||||
object. When this field is specified, volume binding
|
||||
will only succeed if the type of the specified object
|
||||
matches some installed volume populator or dynamic provisioner.
|
||||
This field will replace the functionality of the DataSource
|
||||
This field will replace the functionality of the dataSource
|
||||
field and as such if both fields are non-empty, they
|
||||
must have the same value. For backwards compatibility,
|
||||
both fields (DataSource and DataSourceRef) will be set
|
||||
to the same value automatically if one of them is empty
|
||||
and the other is non-empty. There are two important
|
||||
differences between DataSource and DataSourceRef: *
|
||||
While DataSource only allows two specific types of objects,
|
||||
DataSourceRef allows any non-core object, as well as
|
||||
PersistentVolumeClaim objects. * While DataSource ignores
|
||||
disallowed values (dropping them), DataSourceRef preserves
|
||||
all values, and generates an error if a disallowed value
|
||||
is specified. (Beta) Using this field requires the AnyVolumeDataSource
|
||||
when namespace isn''t specified in dataSourceRef, both
|
||||
fields (dataSource and dataSourceRef) will be set to
|
||||
the same value automatically if one of them is empty
|
||||
and the other is non-empty. When namespace is specified
|
||||
in dataSourceRef, dataSource isn''t set to the same
|
||||
value and must be empty. There are three important differences
|
||||
between dataSource and dataSourceRef: * While dataSource
|
||||
only allows two specific types of objects, dataSourceRef
|
||||
allows any non-core object, as well as PersistentVolumeClaim
|
||||
objects. * While dataSource ignores disallowed values
|
||||
(dropping them), dataSourceRef preserves all values,
|
||||
and generates an error if a disallowed value is specified.
|
||||
* While dataSource only allows local objects, dataSourceRef
|
||||
allows objects in any namespaces. (Beta) Using this
|
||||
field requires the AnyVolumeDataSource feature gate
|
||||
to be enabled. (Alpha) Using the namespace field of
|
||||
dataSourceRef requires the CrossNamespaceVolumeDataSource
|
||||
feature gate to be enabled.'
|
||||
properties:
|
||||
apiGroup:
|
||||
@@ -6263,11 +6382,20 @@ spec:
|
||||
name:
|
||||
description: Name is the name of resource being referenced
|
||||
type: string
|
||||
namespace:
|
||||
description: Namespace is the namespace of resource
|
||||
being referenced Note that when a namespace is specified,
|
||||
a gateway.networking.k8s.io/ReferenceGrant object
|
||||
is required in the referent namespace to allow that
|
||||
namespace's owner to accept the reference. See the
|
||||
ReferenceGrant documentation for details. (Alpha)
|
||||
This field requires the CrossNamespaceVolumeDataSource
|
||||
feature gate to be enabled.
|
||||
type: string
|
||||
required:
|
||||
- kind
|
||||
- name
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
resources:
|
||||
description: 'resources represents the minimum resources
|
||||
the volume should have. If RecoverVolumeExpansionFailure
|
||||
@@ -6276,6 +6404,29 @@ spec:
|
||||
must still be higher than capacity recorded in the status
|
||||
field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources'
|
||||
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:
|
||||
@@ -6709,6 +6860,27 @@ spec:
|
||||
Thanos sidecar. If not provided, no requests/limits will be
|
||||
set
|
||||
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:
|
||||
@@ -6976,8 +7148,8 @@ spec:
|
||||
are included in the calculations. - Ignore: nodeAffinity/nodeSelector
|
||||
are ignored. All nodes are included in the calculations. \n
|
||||
If this value is nil, the behavior is equivalent to the Honor
|
||||
policy. This is a alpha-level feature enabled by the NodeInclusionPolicyInPodTopologySpread
|
||||
feature flag."
|
||||
policy. This is a beta-level feature default enabled by the
|
||||
NodeInclusionPolicyInPodTopologySpread feature flag."
|
||||
type: string
|
||||
nodeTaintsPolicy:
|
||||
description: "NodeTaintsPolicy indicates how we will treat node
|
||||
@@ -6986,8 +7158,8 @@ spec:
|
||||
for which the incoming pod has a toleration, are included.
|
||||
- Ignore: node taints are ignored. All nodes are included.
|
||||
\n If this value is nil, the behavior is equivalent to the
|
||||
Ignore policy. This is a alpha-level feature enabled by the
|
||||
NodeInclusionPolicyInPodTopologySpread feature flag."
|
||||
Ignore policy. This is a beta-level feature default enabled
|
||||
by the NodeInclusionPolicyInPodTopologySpread feature flag."
|
||||
type: string
|
||||
topologyKey:
|
||||
description: TopologyKey is the key of node labels. Nodes that
|
||||
@@ -7542,9 +7714,12 @@ spec:
|
||||
provisioner or an external controller can support
|
||||
the specified data source, it will create a new
|
||||
volume based on the contents of the specified
|
||||
data source. If the AnyVolumeDataSource feature
|
||||
gate is enabled, this field will always have the
|
||||
same contents as the DataSourceRef field.'
|
||||
data source. When the AnyVolumeDataSource feature
|
||||
gate is enabled, dataSource contents will be copied
|
||||
to dataSourceRef, and dataSourceRef contents will
|
||||
be copied to dataSource when dataSourceRef.namespace
|
||||
is not specified. If the namespace is specified,
|
||||
then dataSourceRef will not be copied to dataSource.'
|
||||
properties:
|
||||
apiGroup:
|
||||
description: APIGroup is the group for the resource
|
||||
@@ -7570,27 +7745,35 @@ spec:
|
||||
description: 'dataSourceRef specifies the object
|
||||
from which to populate the volume with data, if
|
||||
a non-empty volume is desired. This may be any
|
||||
local object from a non-empty API group (non core
|
||||
object) or a PersistentVolumeClaim object. When
|
||||
this field is specified, volume binding will only
|
||||
succeed if the type of the specified object matches
|
||||
some installed volume populator or dynamic provisioner.
|
||||
object from a non-empty API group (non core object)
|
||||
or a PersistentVolumeClaim object. When this field
|
||||
is specified, volume binding will only succeed
|
||||
if the type of the specified object matches some
|
||||
installed volume populator or dynamic provisioner.
|
||||
This field will replace the functionality of the
|
||||
DataSource field and as such if both fields are
|
||||
dataSource field and as such if both fields are
|
||||
non-empty, they must have the same value. For
|
||||
backwards compatibility, both fields (DataSource
|
||||
and DataSourceRef) will be set to the same value
|
||||
backwards compatibility, when namespace isn''t
|
||||
specified in dataSourceRef, both fields (dataSource
|
||||
and dataSourceRef) will be set to the same value
|
||||
automatically if one of them is empty and the
|
||||
other is non-empty. There are two important differences
|
||||
between DataSource and DataSourceRef: * While
|
||||
DataSource only allows two specific types of objects,
|
||||
DataSourceRef allows any non-core object, as well
|
||||
as PersistentVolumeClaim objects. * While DataSource
|
||||
ignores disallowed values (dropping them), DataSourceRef
|
||||
preserves all values, and generates an error if
|
||||
a disallowed value is specified. (Beta) Using
|
||||
this field requires the AnyVolumeDataSource feature
|
||||
gate to be enabled.'
|
||||
other is non-empty. When namespace is specified
|
||||
in dataSourceRef, dataSource isn''t set to the
|
||||
same value and must be empty. There are three
|
||||
important differences between dataSource and dataSourceRef:
|
||||
* While dataSource only allows two specific types
|
||||
of objects, dataSourceRef allows any non-core
|
||||
object, as well as PersistentVolumeClaim objects.
|
||||
* While dataSource ignores disallowed values (dropping
|
||||
them), dataSourceRef preserves all values, and
|
||||
generates an error if a disallowed value is specified.
|
||||
* While dataSource only allows local objects,
|
||||
dataSourceRef allows objects in any namespaces.
|
||||
(Beta) Using this field requires the AnyVolumeDataSource
|
||||
feature gate to be enabled. (Alpha) Using the
|
||||
namespace field of dataSourceRef requires the
|
||||
CrossNamespaceVolumeDataSource feature gate to
|
||||
be enabled.'
|
||||
properties:
|
||||
apiGroup:
|
||||
description: APIGroup is the group for the resource
|
||||
@@ -7607,11 +7790,21 @@ spec:
|
||||
description: Name is the name of resource being
|
||||
referenced
|
||||
type: string
|
||||
namespace:
|
||||
description: Namespace is the namespace of resource
|
||||
being referenced Note that when a namespace
|
||||
is specified, a gateway.networking.k8s.io/ReferenceGrant
|
||||
object is required in the referent namespace
|
||||
to allow that namespace's owner to accept
|
||||
the reference. See the ReferenceGrant documentation
|
||||
for details. (Alpha) This field requires the
|
||||
CrossNamespaceVolumeDataSource feature gate
|
||||
to be enabled.
|
||||
type: string
|
||||
required:
|
||||
- kind
|
||||
- name
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
resources:
|
||||
description: 'resources represents the minimum resources
|
||||
the volume should have. If RecoverVolumeExpansionFailure
|
||||
@@ -7620,6 +7813,30 @@ spec:
|
||||
value but must still be higher than capacity recorded
|
||||
in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources'
|
||||
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:
|
||||
@@ -8827,8 +9044,8 @@ spec:
|
||||
conditions:
|
||||
description: The current state of the Prometheus deployment.
|
||||
items:
|
||||
description: PrometheusCondition represents the state of the resources
|
||||
associated with the Prometheus resource.
|
||||
description: Condition represents the state of the resources associated
|
||||
with the Prometheus or Alertmanager resource.
|
||||
properties:
|
||||
lastTransitionTime:
|
||||
description: lastTransitionTime is the time of the last update
|
||||
@@ -8841,8 +9058,8 @@ spec:
|
||||
type: string
|
||||
observedGeneration:
|
||||
description: ObservedGeneration represents the .metadata.generation
|
||||
that the condition was set based upon. For instance, if .metadata.generation
|
||||
is currently 12, but the .status.conditions[x].observedGeneration
|
||||
that the condition was set based upon. For instance, if `.metadata.generation`
|
||||
is currently 12, but the `.status.conditions[].observedGeneration`
|
||||
is 9, the condition is out of date with respect to the current
|
||||
state of the instance.
|
||||
format: int64
|
||||
@@ -8851,7 +9068,7 @@ spec:
|
||||
description: Reason for the condition's last transition.
|
||||
type: string
|
||||
status:
|
||||
description: status of the condition.
|
||||
description: Status of the condition.
|
||||
type: string
|
||||
type:
|
||||
description: Type of the condition being reported.
|
||||
|
||||
Reference in New Issue
Block a user