| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.NFSVolumeSource> |
V1.NFSVolumeSource.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.NFSVolumeSource |
V1.NFSVolumeSource.Builder.build() |
V1.NFSVolumeSource |
V1.NFSVolumeSource.Builder.buildPartial() |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.getDefaultInstance() |
V1.NFSVolumeSource |
V1.NFSVolumeSource.getDefaultInstanceForType() |
V1.NFSVolumeSource |
V1.NFSVolumeSource.Builder.getDefaultInstanceForType() |
V1.NFSVolumeSource |
V1.PersistentVolumeSourceOrBuilder.getNfs()
NFS represents an NFS mount on the host.
|
V1.NFSVolumeSource |
V1.PersistentVolumeSource.getNfs()
NFS represents an NFS mount on the host.
|
V1.NFSVolumeSource |
V1.PersistentVolumeSource.Builder.getNfs()
NFS represents an NFS mount on the host.
|
V1.NFSVolumeSource |
V1.VolumeSourceOrBuilder.getNfs()
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.NFSVolumeSource |
V1.VolumeSource.getNfs()
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.NFSVolumeSource |
V1.VolumeSource.Builder.getNfs()
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
|
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseDelimitedFrom(InputStream input) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(byte[] data) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(ByteBuffer data) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(com.google.protobuf.ByteString data) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(InputStream input) |
static V1.NFSVolumeSource |
V1.NFSVolumeSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.NFSVolumeSource> |
V1.NFSVolumeSource.getParserForType() |
static com.google.protobuf.Parser<V1.NFSVolumeSource> |
V1.NFSVolumeSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.NFSVolumeSource.Builder |
V1.NFSVolumeSource.Builder.mergeFrom(V1.NFSVolumeSource other) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeNfs(V1.NFSVolumeSource value)
NFS represents an NFS mount on the host.
|
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
|
static V1.NFSVolumeSource.Builder |
V1.NFSVolumeSource.newBuilder(V1.NFSVolumeSource prototype) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setNfs(V1.NFSVolumeSource value)
NFS represents an NFS mount on the host.
|
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
|
Copyright © 2020. All rights reserved.