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()
String getInitiatorName()
Boolean hasInitiatorName()
String getIqn()
Boolean hasIqn()
String getIscsiInterface()
Boolean hasIscsiInterface()
Integer getLun()
Boolean hasLun()
A addAllToPortals(Collection<String> items)
A removeAllFromPortals(Collection<String> items)
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()
A withChapAuthDiscovery()
A withChapAuthSession()
A withReadOnly()
Copyright © 2022. All rights reserved.