Automated Manifest Update (#4446)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #4446 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4446.
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