| Modifier and Type | Method and Description |
|---|---|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clear() |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearAwsElasticBlockStore()
AWSElasticBlockStore represents an AWS Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearAzureDisk()
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearAzureFile()
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearCephfs()
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearCinder()
Cinder represents a cinder volume attached and mounted on kubelets host machine
More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearConfigMap()
ConfigMap represents a configMap that should populate this volume
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearDownwardAPI()
DownwardAPI represents downward API about the pod that should populate this volume
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearEmptyDir()
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearFc()
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearFlexVolume()
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearFlocker()
Flocker represents a Flocker volume attached to a kubelet's host machine.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearGcePersistentDisk()
GCEPersistentDisk represents a GCE Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearGitRepo()
GitRepo represents a git repository at a particular revision.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearGlusterfs()
Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearHostPath()
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearIscsi()
ISCSI represents an ISCSI Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearNfs()
NFS represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearPersistentVolumeClaim()
PersistentVolumeClaimVolumeSource represents a reference to a
PersistentVolumeClaim in the same namespace.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearPhotonPersistentDisk()
PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearPortworxVolume()
PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearProjected()
Items for all in one resources secrets, configmaps, and downward API
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearQuobyte()
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearRbd()
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearScaleIO()
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearSecret()
Secret represents a secret that should populate this volume.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearStorageos()
StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clearVsphereVolume()
VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.clone() |
V1.VolumeSource.Builder |
V1.Volume.Builder.getVolumeSourceBuilder()
VolumeSource represents the location and type of the mounted volume.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeAwsElasticBlockStore(V1.AWSElasticBlockStoreVolumeSource value)
AWSElasticBlockStore represents an AWS Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeAzureDisk(V1.AzureDiskVolumeSource value)
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeAzureFile(V1.AzureFileVolumeSource value)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeCephfs(V1.CephFSVolumeSource value)
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeCinder(V1.CinderVolumeSource value)
Cinder represents a cinder volume attached and mounted on kubelets host machine
More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeConfigMap(V1.ConfigMapVolumeSource value)
ConfigMap represents a configMap that should populate this volume
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeDownwardAPI(V1.DownwardAPIVolumeSource value)
DownwardAPI represents downward API about the pod that should populate this volume
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeEmptyDir(V1.EmptyDirVolumeSource value)
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeFc(V1.FCVolumeSource value)
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeFlexVolume(V1.FlexVolumeSource value)
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeFlocker(V1.FlockerVolumeSource value)
Flocker represents a Flocker volume attached to a kubelet's host machine.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeFrom(V1.VolumeSource other) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeGcePersistentDisk(V1.GCEPersistentDiskVolumeSource value)
GCEPersistentDisk represents a GCE Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeGitRepo(V1.GitRepoVolumeSource value)
GitRepo represents a git repository at a particular revision.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeGlusterfs(V1.GlusterfsVolumeSource value)
Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeHostPath(V1.HostPathVolumeSource value)
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeIscsi(V1.ISCSIVolumeSource value)
ISCSI represents an ISCSI Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeNfs(V1.NFSVolumeSource value)
NFS represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergePersistentVolumeClaim(V1.PersistentVolumeClaimVolumeSource value)
PersistentVolumeClaimVolumeSource represents a reference to a
PersistentVolumeClaim in the same namespace.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergePhotonPersistentDisk(V1.PhotonPersistentDiskVolumeSource value)
PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergePortworxVolume(V1.PortworxVolumeSource value)
PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeProjected(V1.ProjectedVolumeSource value)
Items for all in one resources secrets, configmaps, and downward API
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeQuobyte(V1.QuobyteVolumeSource value)
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeRbd(V1.RBDVolumeSource value)
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeScaleIO(V1.ScaleIOVolumeSource value)
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeSecret(V1.SecretVolumeSource value)
Secret represents a secret that should populate this volume.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeStorageos(V1.StorageOSVolumeSource value)
StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeVsphereVolume(V1.VsphereVirtualDiskVolumeSource value)
VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
+optional
|
static V1.VolumeSource.Builder |
V1.VolumeSource.newBuilder() |
static V1.VolumeSource.Builder |
V1.VolumeSource.newBuilder(V1.VolumeSource prototype) |
V1.VolumeSource.Builder |
V1.VolumeSource.newBuilderForType() |
protected V1.VolumeSource.Builder |
V1.VolumeSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setAwsElasticBlockStore(V1.AWSElasticBlockStoreVolumeSource.Builder builderForValue)
AWSElasticBlockStore represents an AWS Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setAwsElasticBlockStore(V1.AWSElasticBlockStoreVolumeSource value)
AWSElasticBlockStore represents an AWS Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setAzureDisk(V1.AzureDiskVolumeSource.Builder builderForValue)
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setAzureDisk(V1.AzureDiskVolumeSource value)
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setAzureFile(V1.AzureFileVolumeSource.Builder builderForValue)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setAzureFile(V1.AzureFileVolumeSource value)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setCephfs(V1.CephFSVolumeSource.Builder builderForValue)
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setCephfs(V1.CephFSVolumeSource value)
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setCinder(V1.CinderVolumeSource.Builder builderForValue)
Cinder represents a cinder volume attached and mounted on kubelets host machine
More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setCinder(V1.CinderVolumeSource value)
Cinder represents a cinder volume attached and mounted on kubelets host machine
More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setConfigMap(V1.ConfigMapVolumeSource.Builder builderForValue)
ConfigMap represents a configMap that should populate this volume
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setConfigMap(V1.ConfigMapVolumeSource value)
ConfigMap represents a configMap that should populate this volume
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setDownwardAPI(V1.DownwardAPIVolumeSource.Builder builderForValue)
DownwardAPI represents downward API about the pod that should populate this volume
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setDownwardAPI(V1.DownwardAPIVolumeSource value)
DownwardAPI represents downward API about the pod that should populate this volume
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setEmptyDir(V1.EmptyDirVolumeSource.Builder builderForValue)
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setEmptyDir(V1.EmptyDirVolumeSource value)
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setFc(V1.FCVolumeSource.Builder builderForValue)
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setFc(V1.FCVolumeSource value)
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setFlexVolume(V1.FlexVolumeSource.Builder builderForValue)
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setFlexVolume(V1.FlexVolumeSource value)
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setFlocker(V1.FlockerVolumeSource.Builder builderForValue)
Flocker represents a Flocker volume attached to a kubelet's host machine.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setFlocker(V1.FlockerVolumeSource value)
Flocker represents a Flocker volume attached to a kubelet's host machine.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setGcePersistentDisk(V1.GCEPersistentDiskVolumeSource.Builder builderForValue)
GCEPersistentDisk represents a GCE Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setGcePersistentDisk(V1.GCEPersistentDiskVolumeSource value)
GCEPersistentDisk represents a GCE Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setGitRepo(V1.GitRepoVolumeSource.Builder builderForValue)
GitRepo represents a git repository at a particular revision.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setGitRepo(V1.GitRepoVolumeSource value)
GitRepo represents a git repository at a particular revision.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setGlusterfs(V1.GlusterfsVolumeSource.Builder builderForValue)
Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setGlusterfs(V1.GlusterfsVolumeSource value)
Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setHostPath(V1.HostPathVolumeSource.Builder builderForValue)
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setHostPath(V1.HostPathVolumeSource value)
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setIscsi(V1.ISCSIVolumeSource.Builder builderForValue)
ISCSI represents an ISCSI Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setIscsi(V1.ISCSIVolumeSource value)
ISCSI represents an ISCSI Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setNfs(V1.NFSVolumeSource.Builder builderForValue)
NFS represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setNfs(V1.NFSVolumeSource value)
NFS represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setPersistentVolumeClaim(V1.PersistentVolumeClaimVolumeSource.Builder builderForValue)
PersistentVolumeClaimVolumeSource represents a reference to a
PersistentVolumeClaim in the same namespace.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setPersistentVolumeClaim(V1.PersistentVolumeClaimVolumeSource value)
PersistentVolumeClaimVolumeSource represents a reference to a
PersistentVolumeClaim in the same namespace.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setPhotonPersistentDisk(V1.PhotonPersistentDiskVolumeSource.Builder builderForValue)
PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setPhotonPersistentDisk(V1.PhotonPersistentDiskVolumeSource value)
PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setPortworxVolume(V1.PortworxVolumeSource.Builder builderForValue)
PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setPortworxVolume(V1.PortworxVolumeSource value)
PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setProjected(V1.ProjectedVolumeSource.Builder builderForValue)
Items for all in one resources secrets, configmaps, and downward API
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setProjected(V1.ProjectedVolumeSource value)
Items for all in one resources secrets, configmaps, and downward API
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setQuobyte(V1.QuobyteVolumeSource.Builder builderForValue)
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setQuobyte(V1.QuobyteVolumeSource value)
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setRbd(V1.RBDVolumeSource.Builder builderForValue)
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setRbd(V1.RBDVolumeSource value)
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setScaleIO(V1.ScaleIOVolumeSource.Builder builderForValue)
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setScaleIO(V1.ScaleIOVolumeSource value)
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setSecret(V1.SecretVolumeSource.Builder builderForValue)
Secret represents a secret that should populate this volume.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setSecret(V1.SecretVolumeSource value)
Secret represents a secret that should populate this volume.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setStorageos(V1.StorageOSVolumeSource.Builder builderForValue)
StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setStorageos(V1.StorageOSVolumeSource value)
StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setVsphereVolume(V1.VsphereVirtualDiskVolumeSource.Builder builderForValue)
VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setVsphereVolume(V1.VsphereVirtualDiskVolumeSource value)
VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
+optional
|
V1.VolumeSource.Builder |
V1.VolumeSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.Volume.Builder |
V1.Volume.Builder.setVolumeSource(V1.VolumeSource.Builder builderForValue)
VolumeSource represents the location and type of the mounted volume.
|
Copyright © 2021. All rights reserved.