| Modifier and Type | Method and Description |
|---|---|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.addAllTargetWWNs(Iterable<String> values)
Optional: FC target worldwide names (WWNs)
+optional
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.addAllWwids(Iterable<String> values)
Optional: FC volume world wide identifiers (wwids)
Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.addTargetWWNs(String value)
Optional: FC target worldwide names (WWNs)
+optional
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.addTargetWWNsBytes(com.google.protobuf.ByteString value)
Optional: FC target worldwide names (WWNs)
+optional
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.addWwids(String value)
Optional: FC volume world wide identifiers (wwids)
Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.addWwidsBytes(com.google.protobuf.ByteString value)
Optional: FC volume world wide identifiers (wwids)
Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.clear() |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.clearFsType()
Filesystem type to mount.
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.clearLun()
Optional: FC target lun number
+optional
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.clearReadOnly()
Optional: Defaults to false (read/write).
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.clearTargetWWNs()
Optional: FC target worldwide names (WWNs)
+optional
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.clearWwids()
Optional: FC volume world wide identifiers (wwids)
Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.clone() |
V1.FCVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.getFcBuilder()
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1.FCVolumeSource.Builder |
V1.VolumeSource.Builder.getFcBuilder()
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.mergeFrom(V1.FCVolumeSource other) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.FCVolumeSource.Builder |
V1.FCVolumeSource.newBuilder() |
static V1.FCVolumeSource.Builder |
V1.FCVolumeSource.newBuilder(V1.FCVolumeSource prototype) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.newBuilderForType() |
protected V1.FCVolumeSource.Builder |
V1.FCVolumeSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.setFsType(String value)
Filesystem type to mount.
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.setFsTypeBytes(com.google.protobuf.ByteString value)
Filesystem type to mount.
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.setLun(int value)
Optional: FC target lun number
+optional
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.setReadOnly(boolean value)
Optional: Defaults to false (read/write).
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.setTargetWWNs(int index,
String value)
Optional: FC target worldwide names (WWNs)
+optional
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.Builder.setWwids(int index,
String value)
Optional: FC volume world wide identifiers (wwids)
Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
|
V1.FCVolumeSource.Builder |
V1.FCVolumeSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
Copyright © 2023. All rights reserved.