Package io.fabric8.kubernetes.api.model
Class FCVolumeSourceFluentImpl<A extends FCVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.FCVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,FCVolumeSourceFluent<A>
- Direct Known Subclasses:
FCVolumeSourceBuilder,PersistentVolumeSpecFluentImpl.FcNestedImpl,VolumeFluentImpl.FcNestedImpl,WatchEventFluentImpl.FCVolumeSourceObjectNestedImpl
public class FCVolumeSourceFluentImpl<A extends FCVolumeSourceFluent<A>> extends BaseFluent<A> implements FCVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description FCVolumeSourceFluentImpl()FCVolumeSourceFluentImpl(FCVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
FCVolumeSourceFluentImpl
public FCVolumeSourceFluentImpl()
-
FCVolumeSourceFluentImpl
public FCVolumeSourceFluentImpl(FCVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsTypein interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsTypein interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsTypein interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsTypein interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsTypein interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsTypein interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getLun
public Integer getLun()
- Specified by:
getLunin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withLun
public A withLun(Integer lun)
- Specified by:
withLunin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasLun
public Boolean hasLun()
- Specified by:
hasLunin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addToTargetWWNs
public A addToTargetWWNs(int index, String item)
- Specified by:
addToTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
setToTargetWWNs
public A setToTargetWWNs(int index, String item)
- Specified by:
setToTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addToTargetWWNs
public A addToTargetWWNs(String... items)
- Specified by:
addToTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addAllToTargetWWNs
public A addAllToTargetWWNs(Collection<String> items)
- Specified by:
addAllToTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
removeFromTargetWWNs
public A removeFromTargetWWNs(String... items)
- Specified by:
removeFromTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
removeAllFromTargetWWNs
public A removeAllFromTargetWWNs(Collection<String> items)
- Specified by:
removeAllFromTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getTargetWWNs
public List<String> getTargetWWNs()
- Specified by:
getTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getTargetWWN
public String getTargetWWN(int index)
- Specified by:
getTargetWWNin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getFirstTargetWWN
public String getFirstTargetWWN()
- Specified by:
getFirstTargetWWNin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getLastTargetWWN
public String getLastTargetWWN()
- Specified by:
getLastTargetWWNin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getMatchingTargetWWN
public String getMatchingTargetWWN(Predicate<String> predicate)
- Specified by:
getMatchingTargetWWNin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasMatchingTargetWWN
public Boolean hasMatchingTargetWWN(Predicate<String> predicate)
- Specified by:
hasMatchingTargetWWNin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withTargetWWNs
public A withTargetWWNs(List<String> targetWWNs)
- Specified by:
withTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withTargetWWNs
public A withTargetWWNs(String... targetWWNs)
- Specified by:
withTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasTargetWWNs
public Boolean hasTargetWWNs()
- Specified by:
hasTargetWWNsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewTargetWWN
public A addNewTargetWWN(String arg1)
- Specified by:
addNewTargetWWNin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewTargetWWN
public A addNewTargetWWN(StringBuilder arg1)
- Specified by:
addNewTargetWWNin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewTargetWWN
public A addNewTargetWWN(StringBuffer arg1)
- Specified by:
addNewTargetWWNin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addToWwids
public A addToWwids(int index, String item)
- Specified by:
addToWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
setToWwids
public A setToWwids(int index, String item)
- Specified by:
setToWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addToWwids
public A addToWwids(String... items)
- Specified by:
addToWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addAllToWwids
public A addAllToWwids(Collection<String> items)
- Specified by:
addAllToWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
removeFromWwids
public A removeFromWwids(String... items)
- Specified by:
removeFromWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
removeAllFromWwids
public A removeAllFromWwids(Collection<String> items)
- Specified by:
removeAllFromWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getWwids
public List<String> getWwids()
- Specified by:
getWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getWwid
public String getWwid(int index)
- Specified by:
getWwidin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getFirstWwid
public String getFirstWwid()
- Specified by:
getFirstWwidin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getLastWwid
public String getLastWwid()
- Specified by:
getLastWwidin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getMatchingWwid
public String getMatchingWwid(Predicate<String> predicate)
- Specified by:
getMatchingWwidin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasMatchingWwid
public Boolean hasMatchingWwid(Predicate<String> predicate)
- Specified by:
hasMatchingWwidin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withWwids
public A withWwids(List<String> wwids)
- Specified by:
withWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withWwids
public A withWwids(String... wwids)
- Specified by:
withWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasWwids
public Boolean hasWwids()
- Specified by:
hasWwidsin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewWwid
public A addNewWwid(String arg1)
- Specified by:
addNewWwidin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewWwid
public A addNewWwid(StringBuilder arg1)
- Specified by:
addNewWwidin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewWwid
public A addNewWwid(StringBuffer arg1)
- Specified by:
addNewWwidin interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
-