| Modifier and Type | Method and Description |
|---|---|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clear() |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearAwsElasticBlockStore()
AWSElasticBlockStore represents an AWS Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearAzureDisk()
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearAzureFile()
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearCephfs()
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearCsi()
CSI represents storage that handled by an external CSI driver (Beta feature).
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearFc()
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearFlexVolume()
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearFlocker()
Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearGcePersistentDisk()
GCEPersistentDisk represents a GCE Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearGlusterfs()
Glusterfs represents a Glusterfs volume that is attached to a host and
exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearHostPath()
HostPath represents a directory on the host.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearIscsi()
ISCSI represents an ISCSI Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearLocal()
Local represents directly-attached storage with node affinity
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearNfs()
NFS represents an NFS mount on the host.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearPhotonPersistentDisk()
PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearPortworxVolume()
PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearQuobyte()
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearRbd()
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearScaleIO()
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearStorageos()
StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clearVsphereVolume()
VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.clone() |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSpec.Builder.getPersistentVolumeSourceBuilder()
The actual volume backing the persistent volume.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeAzureDisk(V1.AzureDiskVolumeSource value)
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeAzureFile(V1.AzureFilePersistentVolumeSource value)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeCephfs(V1.CephFSPersistentVolumeSource value)
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeCinder(V1.CinderPersistentVolumeSource 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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeCsi(V1.CSIPersistentVolumeSource value)
CSI represents storage that handled by an external CSI driver (Beta feature).
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeFlexVolume(V1.FlexPersistentVolumeSource value)
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeFlocker(V1.FlockerVolumeSource value)
Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeFrom(V1.PersistentVolumeSource other) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeGlusterfs(V1.GlusterfsPersistentVolumeSource value)
Glusterfs represents a Glusterfs volume that is attached to a host and
exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeHostPath(V1.HostPathVolumeSource value)
HostPath represents a directory on the host.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeIscsi(V1.ISCSIPersistentVolumeSource value)
ISCSI represents an ISCSI Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeLocal(V1.LocalVolumeSource value)
Local represents directly-attached storage with node affinity
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeNfs(V1.NFSVolumeSource value)
NFS represents an NFS mount on the host.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergePhotonPersistentDisk(V1.PhotonPersistentDiskVolumeSource value)
PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergePortworxVolume(V1.PortworxVolumeSource value)
PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeQuobyte(V1.QuobyteVolumeSource value)
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeRbd(V1.RBDPersistentVolumeSource value)
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeScaleIO(V1.ScaleIOPersistentVolumeSource value)
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeStorageos(V1.StorageOSPersistentVolumeSource value)
StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeVsphereVolume(V1.VsphereVirtualDiskVolumeSource value)
VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
+optional
|
static V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.newBuilder() |
static V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.newBuilder(V1.PersistentVolumeSource prototype) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.newBuilderForType() |
protected V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setAzureDisk(V1.AzureDiskVolumeSource.Builder builderForValue)
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setAzureDisk(V1.AzureDiskVolumeSource value)
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setAzureFile(V1.AzureFilePersistentVolumeSource.Builder builderForValue)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setAzureFile(V1.AzureFilePersistentVolumeSource value)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setCephfs(V1.CephFSPersistentVolumeSource.Builder builderForValue)
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setCephfs(V1.CephFSPersistentVolumeSource value)
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setCinder(V1.CinderPersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setCinder(V1.CinderPersistentVolumeSource 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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setCsi(V1.CSIPersistentVolumeSource.Builder builderForValue)
CSI represents storage that handled by an external CSI driver (Beta feature).
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setCsi(V1.CSIPersistentVolumeSource value)
CSI represents storage that handled by an external CSI driver (Beta feature).
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setFlexVolume(V1.FlexPersistentVolumeSource.Builder builderForValue)
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setFlexVolume(V1.FlexPersistentVolumeSource value)
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setFlocker(V1.FlockerVolumeSource.Builder builderForValue)
Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setFlocker(V1.FlockerVolumeSource value)
Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.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.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setGlusterfs(V1.GlusterfsPersistentVolumeSource.Builder builderForValue)
Glusterfs represents a Glusterfs volume that is attached to a host and
exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setGlusterfs(V1.GlusterfsPersistentVolumeSource value)
Glusterfs represents a Glusterfs volume that is attached to a host and
exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setHostPath(V1.HostPathVolumeSource.Builder builderForValue)
HostPath represents a directory on the host.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setHostPath(V1.HostPathVolumeSource value)
HostPath represents a directory on the host.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setIscsi(V1.ISCSIPersistentVolumeSource.Builder builderForValue)
ISCSI represents an ISCSI Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setIscsi(V1.ISCSIPersistentVolumeSource value)
ISCSI represents an ISCSI Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setLocal(V1.LocalVolumeSource.Builder builderForValue)
Local represents directly-attached storage with node affinity
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setLocal(V1.LocalVolumeSource value)
Local represents directly-attached storage with node affinity
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setNfs(V1.NFSVolumeSource.Builder builderForValue)
NFS represents an NFS mount on the host.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setNfs(V1.NFSVolumeSource value)
NFS represents an NFS mount on the host.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setPhotonPersistentDisk(V1.PhotonPersistentDiskVolumeSource.Builder builderForValue)
PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setPhotonPersistentDisk(V1.PhotonPersistentDiskVolumeSource value)
PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setPortworxVolume(V1.PortworxVolumeSource.Builder builderForValue)
PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setPortworxVolume(V1.PortworxVolumeSource value)
PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setQuobyte(V1.QuobyteVolumeSource.Builder builderForValue)
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setQuobyte(V1.QuobyteVolumeSource value)
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setRbd(V1.RBDPersistentVolumeSource.Builder builderForValue)
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setRbd(V1.RBDPersistentVolumeSource value)
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setScaleIO(V1.ScaleIOPersistentVolumeSource.Builder builderForValue)
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setScaleIO(V1.ScaleIOPersistentVolumeSource value)
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setStorageos(V1.StorageOSPersistentVolumeSource.Builder builderForValue)
StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setStorageos(V1.StorageOSPersistentVolumeSource value)
StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setVsphereVolume(V1.VsphereVirtualDiskVolumeSource.Builder builderForValue)
VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setVsphereVolume(V1.VsphereVirtualDiskVolumeSource value)
VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
+optional
|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.PersistentVolumeSpec.Builder |
V1.PersistentVolumeSpec.Builder.setPersistentVolumeSource(V1.PersistentVolumeSource.Builder builderForValue)
The actual volume backing the persistent volume.
|
Copyright © 2021. All rights reserved.