Update Prometheus Operator in kube-prometheus to v0.29.0
This commit is contained in:
@@ -1315,8 +1315,7 @@ spec:
|
||||
type: boolean
|
||||
volumeDevices:
|
||||
description: volumeDevices is the list of block devices to be
|
||||
used by the container. This is an alpha feature and may change
|
||||
in the future.
|
||||
used by the container. This is a beta feature.
|
||||
items:
|
||||
description: volumeDevice describes a mapping of a raw block
|
||||
device within a container.
|
||||
@@ -1647,8 +1646,9 @@ spec:
|
||||
set to true. There cannot be more than one managing controller.
|
||||
items:
|
||||
description: OwnerReference contains enough information to let
|
||||
you identify an owning object. Currently, an owning object must
|
||||
be in the same namespace, so there is no namespace field.
|
||||
you identify an owning object. An owning object must be in the
|
||||
same namespace as the dependent, or be cluster-scoped, so there
|
||||
is no namespace field.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: API version of the referent.
|
||||
@@ -2116,9 +2116,9 @@ spec:
|
||||
There cannot be more than one managing controller.
|
||||
items:
|
||||
description: OwnerReference contains enough information
|
||||
to let you identify an owning object. Currently, an
|
||||
owning object must be in the same namespace, so there
|
||||
is no namespace field.
|
||||
to let you identify an owning object. An owning object
|
||||
must be in the same namespace as the dependent, or be
|
||||
cluster-scoped, so there is no namespace field.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: API version of the referent.
|
||||
@@ -2263,8 +2263,7 @@ spec:
|
||||
volumeMode:
|
||||
description: volumeMode defines what type of volume is required
|
||||
by the claim. Value of Filesystem is implied when not
|
||||
included in claim spec. This is an alpha feature and may
|
||||
change in the future.
|
||||
included in claim spec. This is a beta feature.
|
||||
type: string
|
||||
volumeName:
|
||||
description: VolumeName is the binding reference to the
|
||||
|
||||
Reference in New Issue
Block a user