Package io.fabric8.kubernetes.api.model
Class ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluent<A>
-
- Direct Known Subclasses:
ISCSIVolumeSourceBuilder
,VolumeFluent.IscsiNested
public class ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ISCSIVolumeSourceFluent.SecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description ISCSIVolumeSourceFluent()
ISCSIVolumeSourceFluent(ISCSIVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
ISCSIVolumeSourceFluent
public ISCSIVolumeSourceFluent()
-
ISCSIVolumeSourceFluent
public ISCSIVolumeSourceFluent(ISCSIVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ISCSIVolumeSource instance)
-
getChapAuthDiscovery
public Boolean getChapAuthDiscovery()
-
hasChapAuthDiscovery
public boolean hasChapAuthDiscovery()
-
getChapAuthSession
public Boolean getChapAuthSession()
-
hasChapAuthSession
public boolean hasChapAuthSession()
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getInitiatorName
public String getInitiatorName()
-
hasInitiatorName
public boolean hasInitiatorName()
-
getIqn
public String getIqn()
-
hasIqn
public boolean hasIqn()
-
getIscsiInterface
public String getIscsiInterface()
-
hasIscsiInterface
public boolean hasIscsiInterface()
-
getLun
public Integer getLun()
-
hasLun
public boolean hasLun()
-
addAllToPortals
public A addAllToPortals(Collection<String> items)
-
removeAllFromPortals
public A removeAllFromPortals(Collection<String> items)
-
getPortal
public String getPortal(int index)
-
getFirstPortal
public String getFirstPortal()
-
getLastPortal
public String getLastPortal()
-
hasPortals
public boolean hasPortals()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
buildSecretRef
public LocalObjectReference buildSecretRef()
-
withSecretRef
public A withSecretRef(LocalObjectReference secretRef)
-
hasSecretRef
public boolean hasSecretRef()
-
withNewSecretRef
public ISCSIVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
public ISCSIVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
-
editSecretRef
public ISCSIVolumeSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
public ISCSIVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public ISCSIVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
-
getTargetPortal
public String getTargetPortal()
-
hasTargetPortal
public boolean hasTargetPortal()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ISCSIVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ISCSIVolumeSourceFluent<A>>
-
withChapAuthDiscovery
public A withChapAuthDiscovery()
-
withChapAuthSession
public A withChapAuthSession()
-
withReadOnly
public A withReadOnly()
-
-