kube-prometheus: Re-generate

This commit is contained in:
Frederic Branczyk
2018-10-24 15:29:20 +02:00
parent f63ebc87e0
commit 830500cfc7
6 changed files with 130 additions and 43 deletions

View File

@@ -593,6 +593,13 @@ spec:
baseImage:
description: Base image that is used to deploy pods, without tag.
type: string
configMaps:
description: ConfigMaps is a list of ConfigMaps in the same namespace
as the Alertmanager object, which shall be mounted into the Alertmanager
Pods. The ConfigMaps are mounted into /etc/alertmanager/configmaps/<configmap-name>.
items:
type: string
type: array
containers:
description: Containers allows injecting additional containers. This
is meant to allow adding an authentication proxy to an Alertmanager
@@ -1057,8 +1064,8 @@ spec:
to by services.
type: string
protocol:
description: Protocol for port. Must be UDP or TCP. Defaults
to "TCP".
description: Protocol for port. Must be UDP, TCP, or SCTP.
Defaults to "TCP".
type: string
required:
- containerPort
@@ -1211,6 +1218,13 @@ spec:
privileged containers are essentially equivalent to root
on the host. Defaults to false.
type: boolean
procMount:
description: procMount denotes the type of proc mount to use
for the containers. The default is DefaultProcMount which
uses the container runtime defaults for readonly paths and
masked paths. This requires the ProcMountType feature flag
to be enabled.
type: string
readOnlyRootFilesystem:
description: Whether this container has a read-only root filesystem.
Default is false.
@@ -1333,8 +1347,8 @@ spec:
mountPropagation:
description: mountPropagation determines how mounts are
propagated from the host to container and the other way
around. When not set, MountPropagationHostToContainer
is used. This field is beta in 1.10.
around. When not set, MountPropagationNone is used. This
field is beta in 1.10.
type: string
name:
description: This must match the Name of a Volume.
@@ -1569,11 +1583,12 @@ spec:
the server has more data available. The value is opaque
and may be used to issue another request to the endpoint
that served this list to retrieve the next set of
available objects. Continuing a list may not be possible
if the server configuration has changed or more than
a few minutes have passed. The resourceVersion field
returned when using this continue value will be identical
to the value in the first response.
available objects. Continuing a consistent list may
not be possible if the server configuration has changed
or more than a few minutes have passed. The resourceVersion
field returned when using this continue value will
be identical to the value in the first response, unless
you have received this token from an error message.
type: string
resourceVersion:
description: 'String that identifies the server''s internal
@@ -2093,12 +2108,14 @@ spec:
available. The value is opaque and may be
used to issue another request to the endpoint
that served this list to retrieve the next
set of available objects. Continuing a list
may not be possible if the server configuration
set of available objects. Continuing a consistent
list may not be possible if the server configuration
has changed or more than a few minutes have
passed. The resourceVersion field returned
when using this continue value will be identical
to the value in the first response.
to the value in the first response, unless
you have received this token from an error
message.
type: string
resourceVersion:
description: 'String that identifies the server''s
@@ -2216,6 +2233,26 @@ spec:
items:
type: string
type: array
dataSource:
description: TypedLocalObjectReference contains enough information
to let you locate the typed referenced object inside the
same namespace.
properties:
apiGroup:
description: APIGroup is the group for the resource
being referenced. If APIGroup is not specified, the
specified Kind must be in the core API group. For
any other third-party types, APIGroup is required.
type: string
kind:
description: Kind is the type of resource being referenced
type: string
name:
description: Name is the name of resource being referenced
type: string
required:
- kind
- name
resources:
description: ResourceRequirements describes the compute
resource requirements.