public static interface V1.ISCSIPersistentVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getChapAuthDiscovery()
whether support iSCSI Discovery CHAP authentication
+optional
|
boolean |
getChapAuthSession()
whether support iSCSI Session CHAP authentication
+optional
|
String |
getFsType()
Filesystem type of the volume that you want to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type of the volume that you want to mount.
|
String |
getInitiatorName()
Custom iSCSI Initiator Name.
|
com.google.protobuf.ByteString |
getInitiatorNameBytes()
Custom iSCSI Initiator Name.
|
String |
getIqn()
Target iSCSI Qualified Name.
|
com.google.protobuf.ByteString |
getIqnBytes()
Target iSCSI Qualified Name.
|
String |
getIscsiInterface()
iSCSI Interface Name that uses an iSCSI transport.
|
com.google.protobuf.ByteString |
getIscsiInterfaceBytes()
iSCSI Interface Name that uses an iSCSI transport.
|
int |
getLun()
iSCSI Target Lun number.
|
String |
getPortals(int index)
iSCSI Target Portal List.
|
com.google.protobuf.ByteString |
getPortalsBytes(int index)
iSCSI Target Portal List.
|
int |
getPortalsCount()
iSCSI Target Portal List.
|
List<String> |
getPortalsList()
iSCSI Target Portal List.
|
boolean |
getReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
V1.SecretReference |
getSecretRef()
CHAP Secret for iSCSI target and initiator authentication
+optional
|
V1.SecretReferenceOrBuilder |
getSecretRefOrBuilder()
CHAP Secret for iSCSI target and initiator authentication
+optional
|
String |
getTargetPortal()
iSCSI Target Portal.
|
com.google.protobuf.ByteString |
getTargetPortalBytes()
iSCSI Target Portal.
|
boolean |
hasChapAuthDiscovery()
whether support iSCSI Discovery CHAP authentication
+optional
|
boolean |
hasChapAuthSession()
whether support iSCSI Session CHAP authentication
+optional
|
boolean |
hasFsType()
Filesystem type of the volume that you want to mount.
|
boolean |
hasInitiatorName()
Custom iSCSI Initiator Name.
|
boolean |
hasIqn()
Target iSCSI Qualified Name.
|
boolean |
hasIscsiInterface()
iSCSI Interface Name that uses an iSCSI transport.
|
boolean |
hasLun()
iSCSI Target Lun number.
|
boolean |
hasReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
boolean |
hasSecretRef()
CHAP Secret for iSCSI target and initiator authentication
+optional
|
boolean |
hasTargetPortal()
iSCSI Target Portal.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTargetPortal()
iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
optional string targetPortal = 1;
String getTargetPortal()
iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
optional string targetPortal = 1;
com.google.protobuf.ByteString getTargetPortalBytes()
iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
optional string targetPortal = 1;
boolean hasIqn()
Target iSCSI Qualified Name.
optional string iqn = 2;
String getIqn()
Target iSCSI Qualified Name.
optional string iqn = 2;
com.google.protobuf.ByteString getIqnBytes()
Target iSCSI Qualified Name.
optional string iqn = 2;
boolean hasLun()
iSCSI Target Lun number.
optional int32 lun = 3;
int getLun()
iSCSI Target Lun number.
optional int32 lun = 3;
boolean hasIscsiInterface()
iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). +optional
optional string iscsiInterface = 4;
String getIscsiInterface()
iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). +optional
optional string iscsiInterface = 4;
com.google.protobuf.ByteString getIscsiInterfaceBytes()
iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). +optional
optional string iscsiInterface = 4;
boolean hasFsType()
Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi TODO: how do we prevent errors in the filesystem from compromising the machine +optional
optional string fsType = 5;
String getFsType()
Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi TODO: how do we prevent errors in the filesystem from compromising the machine +optional
optional string fsType = 5;
com.google.protobuf.ByteString getFsTypeBytes()
Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi TODO: how do we prevent errors in the filesystem from compromising the machine +optional
optional string fsType = 5;
boolean hasReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. +optional
optional bool readOnly = 6;
boolean getReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. +optional
optional bool readOnly = 6;
List<String> getPortalsList()
iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). +optional
repeated string portals = 7;
int getPortalsCount()
iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). +optional
repeated string portals = 7;
String getPortals(int index)
iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). +optional
repeated string portals = 7;
com.google.protobuf.ByteString getPortalsBytes(int index)
iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). +optional
repeated string portals = 7;
boolean hasChapAuthDiscovery()
whether support iSCSI Discovery CHAP authentication +optional
optional bool chapAuthDiscovery = 8;
boolean getChapAuthDiscovery()
whether support iSCSI Discovery CHAP authentication +optional
optional bool chapAuthDiscovery = 8;
boolean hasChapAuthSession()
whether support iSCSI Session CHAP authentication +optional
optional bool chapAuthSession = 11;
boolean getChapAuthSession()
whether support iSCSI Session CHAP authentication +optional
optional bool chapAuthSession = 11;
boolean hasSecretRef()
CHAP Secret for iSCSI target and initiator authentication +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 10;
V1.SecretReference getSecretRef()
CHAP Secret for iSCSI target and initiator authentication +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 10;
V1.SecretReferenceOrBuilder getSecretRefOrBuilder()
CHAP Secret for iSCSI target and initiator authentication +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 10;
boolean hasInitiatorName()
Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection. +optional
optional string initiatorName = 12;
String getInitiatorName()
Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection. +optional
optional string initiatorName = 12;
com.google.protobuf.ByteString getInitiatorNameBytes()
Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection. +optional
optional string initiatorName = 12;
Copyright © 2021. All rights reserved.