public interface V1ISCSIVolumeSourceFluent<A extends V1ISCSIVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1ISCSIVolumeSourceFluent.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.V1LocalObjectReference getSecretRef()
io.kubernetes.client.openapi.models.V1LocalObjectReference buildSecretRef()
A withSecretRef(io.kubernetes.client.openapi.models.V1LocalObjectReference secretRef)
Boolean hasSecretRef()
V1ISCSIVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
V1ISCSIVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item)
V1ISCSIVolumeSourceFluent.SecretRefNested<A> editSecretRef()
V1ISCSIVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
V1ISCSIVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item)
String getTargetPortal()
Boolean hasTargetPortal()
@Deprecated A withNewTargetPortal(String original)
Copyright © 2022. All rights reserved.