public interface V1ISCSIPersistentVolumeSourceFluent<A extends V1ISCSIPersistentVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<N> |
Boolean getChapAuthDiscovery()
Boolean hasChapAuthDiscovery()
Boolean getChapAuthSession()
Boolean hasChapAuthSession()
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String original)
String getInitiatorName()
Boolean hasInitiatorName()
@Deprecated A withNewInitiatorName(String original)
String getIqn()
Boolean hasIqn()
@Deprecated A withNewIqn(String original)
String getIscsiInterface()
Boolean hasIscsiInterface()
@Deprecated A withNewIscsiInterface(String original)
Integer getLun()
Boolean hasLun()
A addAllToPortals(Collection<String> items)
A removeAllFromPortals(Collection<String> items)
String getPortal(int index)
String getFirstPortal()
String getLastPortal()
Boolean hasPortals()
Boolean getReadOnly()
Boolean hasReadOnly()
@Deprecated io.kubernetes.client.openapi.models.V1SecretReference getSecretRef()
io.kubernetes.client.openapi.models.V1SecretReference buildSecretRef()
A withSecretRef(io.kubernetes.client.openapi.models.V1SecretReference secretRef)
Boolean hasSecretRef()
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretReference item)
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretReference item)
String getTargetPortal()
Boolean hasTargetPortal()
@Deprecated A withNewTargetPortal(String original)
Copyright © 2021. All rights reserved.