Class InstallPlanSpecFluentImpl<A extends InstallPlanSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,InstallPlanSpecFluent<A>
- Direct Known Subclasses:
InstallPlanFluentImpl.SpecNestedImpl,InstallPlanSpecBuilder
public class InstallPlanSpecFluentImpl<A extends InstallPlanSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InstallPlanSpecFluent<A>
-
-
Constructor Summary
Constructors Constructor Description InstallPlanSpecFluentImpl()InstallPlanSpecFluentImpl(InstallPlanSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
InstallPlanSpecFluentImpl
public InstallPlanSpecFluentImpl()
-
InstallPlanSpecFluentImpl
public InstallPlanSpecFluentImpl(InstallPlanSpec instance)
-
-
Method Detail
-
getApproval
public String getApproval()
- Specified by:
getApprovalin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withApproval
public A withApproval(String approval)
- Specified by:
withApprovalin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
hasApproval
public Boolean hasApproval()
- Specified by:
hasApprovalin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewApproval
public A withNewApproval(String arg1)
- Specified by:
withNewApprovalin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewApproval
public A withNewApproval(StringBuilder arg1)
- Specified by:
withNewApprovalin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewApproval
public A withNewApproval(StringBuffer arg1)
- Specified by:
withNewApprovalin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
isApproved
public Boolean isApproved()
- Specified by:
isApprovedin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withApproved
public A withApproved(Boolean approved)
- Specified by:
withApprovedin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
hasApproved
public Boolean hasApproved()
- Specified by:
hasApprovedin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewApproved
public A withNewApproved(String arg1)
- Specified by:
withNewApprovedin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewApproved
public A withNewApproved(boolean arg1)
- Specified by:
withNewApprovedin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
addToClusterServiceVersionNames
public A addToClusterServiceVersionNames(int index, String item)
- Specified by:
addToClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
setToClusterServiceVersionNames
public A setToClusterServiceVersionNames(int index, String item)
- Specified by:
setToClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
addToClusterServiceVersionNames
public A addToClusterServiceVersionNames(String... items)
- Specified by:
addToClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
addAllToClusterServiceVersionNames
public A addAllToClusterServiceVersionNames(Collection<String> items)
- Specified by:
addAllToClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
removeFromClusterServiceVersionNames
public A removeFromClusterServiceVersionNames(String... items)
- Specified by:
removeFromClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
removeAllFromClusterServiceVersionNames
public A removeAllFromClusterServiceVersionNames(Collection<String> items)
- Specified by:
removeAllFromClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
getClusterServiceVersionNames
public List<String> getClusterServiceVersionNames()
- Specified by:
getClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
getClusterServiceVersionName
public String getClusterServiceVersionName(int index)
- Specified by:
getClusterServiceVersionNamein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
getFirstClusterServiceVersionName
public String getFirstClusterServiceVersionName()
- Specified by:
getFirstClusterServiceVersionNamein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
getLastClusterServiceVersionName
public String getLastClusterServiceVersionName()
- Specified by:
getLastClusterServiceVersionNamein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
getMatchingClusterServiceVersionName
public String getMatchingClusterServiceVersionName(Predicate<String> predicate)
- Specified by:
getMatchingClusterServiceVersionNamein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
hasMatchingClusterServiceVersionName
public Boolean hasMatchingClusterServiceVersionName(Predicate<String> predicate)
- Specified by:
hasMatchingClusterServiceVersionNamein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withClusterServiceVersionNames
public A withClusterServiceVersionNames(List<String> clusterServiceVersionNames)
- Specified by:
withClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withClusterServiceVersionNames
public A withClusterServiceVersionNames(String... clusterServiceVersionNames)
- Specified by:
withClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
hasClusterServiceVersionNames
public Boolean hasClusterServiceVersionNames()
- Specified by:
hasClusterServiceVersionNamesin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
addNewClusterServiceVersionName
public A addNewClusterServiceVersionName(String arg1)
- Specified by:
addNewClusterServiceVersionNamein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
addNewClusterServiceVersionName
public A addNewClusterServiceVersionName(StringBuilder arg1)
- Specified by:
addNewClusterServiceVersionNamein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
addNewClusterServiceVersionName
public A addNewClusterServiceVersionName(StringBuffer arg1)
- Specified by:
addNewClusterServiceVersionNamein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
getGeneration
public Integer getGeneration()
- Specified by:
getGenerationin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withGeneration
public A withGeneration(Integer generation)
- Specified by:
withGenerationin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
hasGeneration
public Boolean hasGeneration()
- Specified by:
hasGenerationin interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
getSource
public String getSource()
- Specified by:
getSourcein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withSource
public A withSource(String source)
- Specified by:
withSourcein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
hasSource
public Boolean hasSource()
- Specified by:
hasSourcein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewSource
public A withNewSource(String arg1)
- Specified by:
withNewSourcein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewSource
public A withNewSource(StringBuilder arg1)
- Specified by:
withNewSourcein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewSource
public A withNewSource(StringBuffer arg1)
- Specified by:
withNewSourcein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
getSourceNamespace
public String getSourceNamespace()
- Specified by:
getSourceNamespacein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withSourceNamespace
public A withSourceNamespace(String sourceNamespace)
- Specified by:
withSourceNamespacein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
hasSourceNamespace
public Boolean hasSourceNamespace()
- Specified by:
hasSourceNamespacein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewSourceNamespace
public A withNewSourceNamespace(String arg1)
- Specified by:
withNewSourceNamespacein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewSourceNamespace
public A withNewSourceNamespace(StringBuilder arg1)
- Specified by:
withNewSourceNamespacein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
withNewSourceNamespace
public A withNewSourceNamespace(StringBuffer arg1)
- Specified by:
withNewSourceNamespacein interfaceInstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
-