
io.kubernetes.client.models.V1ISCSIVolumeSourceFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface V1ISCSIVolumeSourceFluent> extends Fluent{
public Boolean isChapAuthDiscovery();
public A withChapAuthDiscovery(Boolean chapAuthDiscovery);
public Boolean hasChapAuthDiscovery();
public A withNewChapAuthDiscovery(boolean arg1);
public A withNewChapAuthDiscovery(String arg1);
public Boolean isChapAuthSession();
public A withChapAuthSession(Boolean chapAuthSession);
public Boolean hasChapAuthSession();
public A withNewChapAuthSession(boolean arg1);
public A withNewChapAuthSession(String arg1);
public String getFsType();
public A withFsType(String fsType);
public Boolean hasFsType();
public String getInitiatorName();
public A withInitiatorName(String initiatorName);
public Boolean hasInitiatorName();
public String getIqn();
public A withIqn(String iqn);
public Boolean hasIqn();
public String getIscsiInterface();
public A withIscsiInterface(String iscsiInterface);
public Boolean hasIscsiInterface();
public Integer getLun();
public A withLun(Integer lun);
public Boolean hasLun();
public A withNewLun(int arg1);
public A withNewLun(String arg1);
public A addToPortals(int index,String item);
public A setToPortals(int index,String item);
public A addToPortals(String... items);
public A addAllToPortals(Collection items);
public A removeFromPortals(String... items);
public A removeAllFromPortals(Collection items);
public List getPortals();
public String getPortal(int index);
public String getFirstPortal();
public String getLastPortal();
public String getMatchingPortal(io.kubernetes.client.fluent.Predicate predicate);
public A withPortals(List portals);
public A withPortals(String... portals);
public Boolean hasPortals();
public Boolean isReadOnly();
public A withReadOnly(Boolean readOnly);
public Boolean hasReadOnly();
public A withNewReadOnly(boolean arg1);
public A withNewReadOnly(String arg1);
/**
* This method has been deprecated, please use method buildSecretRef instead.
*/
@Deprecated public V1LocalObjectReference getSecretRef();
public V1LocalObjectReference buildSecretRef();
public A withSecretRef(V1LocalObjectReference secretRef);
public Boolean hasSecretRef();
public V1ISCSIVolumeSourceFluent.SecretRefNested withNewSecretRef();
public V1ISCSIVolumeSourceFluent.SecretRefNested withNewSecretRefLike(V1LocalObjectReference item);
public V1ISCSIVolumeSourceFluent.SecretRefNested editSecretRef();
public V1ISCSIVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
public V1ISCSIVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(V1LocalObjectReference item);
public String getTargetPortal();
public A withTargetPortal(String targetPortal);
public Boolean hasTargetPortal();
public interface SecretRefNested extends io.kubernetes.client.fluent.Nested,V1LocalObjectReferenceFluent>{
public N and(); public N endSecretRef();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy