Interface V1ISCSIPersistentVolumeSourceFluent<A extends V1ISCSIPersistentVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PersistentVolumeSpecFluent.IscsiNested<N>
- All Known Implementing Classes:
V1ISCSIPersistentVolumeSourceBuilder
,V1ISCSIPersistentVolumeSourceFluentImpl
public interface V1ISCSIPersistentVolumeSourceFluent<A extends V1ISCSIPersistentVolumeSourceFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToPortals
(Collection<String> items) addToPortals
(Integer index, String item) addToPortals
(String... items) io.kubernetes.client.openapi.models.V1SecretReference
editOrNewSecretRefLike
(io.kubernetes.client.openapi.models.V1SecretReference item) getIqn()
getLun()
getMatchingPortal
(Predicate<String> predicate) io.kubernetes.client.openapi.models.V1SecretReference
Deprecated.hasIqn()
hasLun()
hasMatchingPortal
(Predicate<String> predicate) removeAllFromPortals
(Collection<String> items) removeFromPortals
(String... items) setToPortals
(Integer index, String item) withChapAuthDiscovery
(Boolean chapAuthDiscovery) withChapAuthSession
(Boolean chapAuthSession) withFsType
(String fsType) withInitiatorName
(String initiatorName) withIscsiInterface
(String iscsiInterface) withNewSecretRefLike
(io.kubernetes.client.openapi.models.V1SecretReference item) withPortals
(String... portals) withPortals
(List<String> portals) withReadOnly
(Boolean readOnly) withSecretRef
(io.kubernetes.client.openapi.models.V1SecretReference secretRef) withTargetPortal
(String targetPortal)
-
Method Details
-
getChapAuthDiscovery
Boolean getChapAuthDiscovery() -
withChapAuthDiscovery
-
hasChapAuthDiscovery
Boolean hasChapAuthDiscovery() -
getChapAuthSession
Boolean getChapAuthSession() -
withChapAuthSession
-
hasChapAuthSession
Boolean hasChapAuthSession() -
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
getInitiatorName
String getInitiatorName() -
withInitiatorName
-
hasInitiatorName
Boolean hasInitiatorName() -
getIqn
String getIqn() -
withIqn
-
hasIqn
Boolean hasIqn() -
getIscsiInterface
String getIscsiInterface() -
withIscsiInterface
-
hasIscsiInterface
Boolean hasIscsiInterface() -
getLun
Integer getLun() -
withLun
-
hasLun
Boolean hasLun() -
addToPortals
-
setToPortals
-
addToPortals
-
addAllToPortals
-
removeFromPortals
-
removeAllFromPortals
-
getPortals
-
getPortal
-
getFirstPortal
String getFirstPortal() -
getLastPortal
String getLastPortal() -
getMatchingPortal
-
hasMatchingPortal
-
withPortals
-
withPortals
-
hasPortals
Boolean hasPortals() -
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
io.kubernetes.client.openapi.models.V1SecretReference buildSecretRef() -
withSecretRef
-
hasSecretRef
Boolean hasSecretRef() -
withNewSecretRef
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef() -
withNewSecretRefLike
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretReference item) -
editSecretRef
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef() -
editOrNewSecretRef
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef() -
editOrNewSecretRefLike
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretReference item) -
getTargetPortal
String getTargetPortal() -
withTargetPortal
-
hasTargetPortal
Boolean hasTargetPortal() -
withChapAuthDiscovery
A withChapAuthDiscovery() -
withChapAuthSession
A withChapAuthSession() -
withReadOnly
A withReadOnly()
-