mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 14:21:18 +00:00
chore(update): run 'make update'
Signed-off-by: Ron Green <11993626+georgettica@users.noreply.github.com>
This commit is contained in:
@@ -310,10 +310,10 @@ spec:
|
||||
fieldRef:
|
||||
description: 'Selects a field of
|
||||
the pod: supports metadata.name,
|
||||
metadata.namespace, metadata.labels,
|
||||
metadata.annotations, spec.nodeName,
|
||||
spec.serviceAccountName, status.hostIP,
|
||||
status.podIP, status.podIPs.'
|
||||
metadata.namespace, `metadata.labels[''<KEY>'']`,
|
||||
`metadata.annotations[''<KEY>'']`,
|
||||
spec.nodeName, spec.serviceAccountName,
|
||||
status.hostIP, status.podIP, status.podIPs.'
|
||||
properties:
|
||||
apiVersion:
|
||||
description: Version of the
|
||||
@@ -1175,6 +1175,36 @@ spec:
|
||||
label that applies to the container.
|
||||
type: string
|
||||
type: object
|
||||
seccompProfile:
|
||||
description: The seccomp options to use
|
||||
by this container. If seccomp options
|
||||
are provided at both the pod & container
|
||||
level, the container options override
|
||||
the pod options.
|
||||
properties:
|
||||
localhostProfile:
|
||||
description: localhostProfile indicates
|
||||
a profile defined in a file on the
|
||||
node should be used. The profile
|
||||
must be preconfigured on the node
|
||||
to work. Must be a descending path,
|
||||
relative to the kubelet's configured
|
||||
seccomp profile location. Must only
|
||||
be set if type is "Localhost".
|
||||
type: string
|
||||
type:
|
||||
description: "type indicates which
|
||||
kind of seccomp profile will be
|
||||
applied. Valid options are: \n Localhost
|
||||
- a profile defined in a file on
|
||||
the node should be used. RuntimeDefault
|
||||
- the container runtime default
|
||||
profile should be used. Unconfined
|
||||
- no profile should be applied."
|
||||
type: string
|
||||
required:
|
||||
- type
|
||||
type: object
|
||||
windowsOptions:
|
||||
description: The Windows specific settings
|
||||
applied to all containers. If unspecified,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user