public class ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ISCSIPersistentVolumeSourceFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
ISCSIPersistentVolumeSourceFluent() |
ISCSIPersistentVolumeSourceFluent(ISCSIPersistentVolumeSource instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ISCSIPersistentVolumeSourceFluent()
public ISCSIPersistentVolumeSourceFluent(ISCSIPersistentVolumeSource instance)
protected void copyInstance(ISCSIPersistentVolumeSource instance)
public Boolean getChapAuthDiscovery()
public boolean hasChapAuthDiscovery()
public Boolean getChapAuthSession()
public boolean hasChapAuthSession()
public String getFsType()
public boolean hasFsType()
public String getInitiatorName()
public boolean hasInitiatorName()
public String getIqn()
public boolean hasIqn()
public String getIscsiInterface()
public boolean hasIscsiInterface()
public Integer getLun()
public boolean hasLun()
public A addAllToPortals(Collection<String> items)
public A removeAllFromPortals(Collection<String> items)
public String getPortal(int index)
public String getFirstPortal()
public String getLastPortal()
public boolean hasPortals()
public Boolean getReadOnly()
public boolean hasReadOnly()
public SecretReference buildSecretRef()
public A withSecretRef(SecretReference secretRef)
public boolean hasSecretRef()
public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
public String getTargetPortal()
public boolean hasTargetPortal()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withChapAuthDiscovery()
public A withChapAuthSession()
public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.