Class InstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanSpecFluent<A>
-
- Direct Known Subclasses:
InstallPlanFluent.SpecNested,InstallPlanSpecBuilder
public class InstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description InstallPlanSpecFluent()InstallPlanSpecFluent(InstallPlanSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
InstallPlanSpecFluent
public InstallPlanSpecFluent()
-
InstallPlanSpecFluent
public InstallPlanSpecFluent(InstallPlanSpec instance)
-
-
Method Detail
-
addAllToClusterServiceVersionNames
public A addAllToClusterServiceVersionNames(Collection<String> items)
-
copyInstance
protected void copyInstance(InstallPlanSpec instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends InstallPlanSpecFluent<A>>
-
getApproval
public String getApproval()
-
getApproved
public Boolean getApproved()
-
getClusterServiceVersionName
public String getClusterServiceVersionName(int index)
-
getFirstClusterServiceVersionName
public String getFirstClusterServiceVersionName()
-
getGeneration
public Integer getGeneration()
-
getLastClusterServiceVersionName
public String getLastClusterServiceVersionName()
-
getMatchingClusterServiceVersionName
public String getMatchingClusterServiceVersionName(Predicate<String> predicate)
-
getSource
public String getSource()
-
getSourceNamespace
public String getSourceNamespace()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasApproval
public boolean hasApproval()
-
hasApproved
public boolean hasApproved()
-
hasClusterServiceVersionNames
public boolean hasClusterServiceVersionNames()
-
hasGeneration
public boolean hasGeneration()
-
hasMatchingClusterServiceVersionName
public boolean hasMatchingClusterServiceVersionName(Predicate<String> predicate)
-
hasSource
public boolean hasSource()
-
hasSourceNamespace
public boolean hasSourceNamespace()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends InstallPlanSpecFluent<A>>
-
removeAllFromClusterServiceVersionNames
public A removeAllFromClusterServiceVersionNames(Collection<String> items)
-
removeFromClusterServiceVersionNames
public A removeFromClusterServiceVersionNames(String... items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withApproved
public A withApproved()
-
withClusterServiceVersionNames
public A withClusterServiceVersionNames(List<String> clusterServiceVersionNames)
-
withClusterServiceVersionNames
public A withClusterServiceVersionNames(String... clusterServiceVersionNames)
-
-