chore: Update manifests after change
This commit is contained in:
@@ -1318,6 +1318,31 @@ spec:
|
||||
volumeSource:
|
||||
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
|
||||
properties:
|
||||
nfs:
|
||||
description: |-
|
||||
nfs represents an NFS mount on the host that shares a pod's lifetime
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
properties:
|
||||
path:
|
||||
description: |-
|
||||
path that is exported by the NFS server.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: string
|
||||
readOnly:
|
||||
description: |-
|
||||
readOnly here will force the NFS export to be mounted with read-only permissions.
|
||||
Defaults to false.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: boolean
|
||||
server:
|
||||
description: |-
|
||||
server is the hostname or IP address of the NFS server.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: string
|
||||
required:
|
||||
- path
|
||||
- server
|
||||
type: object
|
||||
persistentVolumeClaim:
|
||||
description: |-
|
||||
persistentVolumeClaimVolumeSource represents a reference to a
|
||||
@@ -2682,6 +2707,31 @@ spec:
|
||||
volumeSource:
|
||||
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
|
||||
properties:
|
||||
nfs:
|
||||
description: |-
|
||||
nfs represents an NFS mount on the host that shares a pod's lifetime
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
properties:
|
||||
path:
|
||||
description: |-
|
||||
path that is exported by the NFS server.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: string
|
||||
readOnly:
|
||||
description: |-
|
||||
readOnly here will force the NFS export to be mounted with read-only permissions.
|
||||
Defaults to false.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: boolean
|
||||
server:
|
||||
description: |-
|
||||
server is the hostname or IP address of the NFS server.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: string
|
||||
required:
|
||||
- path
|
||||
- server
|
||||
type: object
|
||||
persistentVolumeClaim:
|
||||
description: |-
|
||||
persistentVolumeClaimVolumeSource represents a reference to a
|
||||
@@ -4199,6 +4249,31 @@ spec:
|
||||
volumeSource:
|
||||
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
|
||||
properties:
|
||||
nfs:
|
||||
description: |-
|
||||
nfs represents an NFS mount on the host that shares a pod's lifetime
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
properties:
|
||||
path:
|
||||
description: |-
|
||||
path that is exported by the NFS server.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: string
|
||||
readOnly:
|
||||
description: |-
|
||||
readOnly here will force the NFS export to be mounted with read-only permissions.
|
||||
Defaults to false.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: boolean
|
||||
server:
|
||||
description: |-
|
||||
server is the hostname or IP address of the NFS server.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: string
|
||||
required:
|
||||
- path
|
||||
- server
|
||||
type: object
|
||||
persistentVolumeClaim:
|
||||
description: |-
|
||||
persistentVolumeClaimVolumeSource represents a reference to a
|
||||
@@ -5521,6 +5596,31 @@ spec:
|
||||
volumeSource:
|
||||
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
|
||||
properties:
|
||||
nfs:
|
||||
description: |-
|
||||
nfs represents an NFS mount on the host that shares a pod's lifetime
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
properties:
|
||||
path:
|
||||
description: |-
|
||||
path that is exported by the NFS server.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: string
|
||||
readOnly:
|
||||
description: |-
|
||||
readOnly here will force the NFS export to be mounted with read-only permissions.
|
||||
Defaults to false.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: boolean
|
||||
server:
|
||||
description: |-
|
||||
server is the hostname or IP address of the NFS server.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
||||
type: string
|
||||
required:
|
||||
- path
|
||||
- server
|
||||
type: object
|
||||
persistentVolumeClaim:
|
||||
description: |-
|
||||
persistentVolumeClaimVolumeSource represents a reference to a
|
||||
|
||||
Reference in New Issue
Block a user