Class ClusterDeploymentCustomizationSpecFluent<A extends ClusterDeploymentCustomizationSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterDeploymentCustomizationSpecFluent<A>
-
- Direct Known Subclasses:
ClusterDeploymentCustomizationFluent.SpecNested,ClusterDeploymentCustomizationSpecBuilder
public class ClusterDeploymentCustomizationSpecFluent<A extends ClusterDeploymentCustomizationSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<N>
-
Constructor Summary
Constructors Constructor Description ClusterDeploymentCustomizationSpecFluent()ClusterDeploymentCustomizationSpecFluent(ClusterDeploymentCustomizationSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
ClusterDeploymentCustomizationSpecFluent
public ClusterDeploymentCustomizationSpecFluent()
-
ClusterDeploymentCustomizationSpecFluent
public ClusterDeploymentCustomizationSpecFluent(ClusterDeploymentCustomizationSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ClusterDeploymentCustomizationSpec instance)
-
addToInstallConfigPatches
public A addToInstallConfigPatches(int index, PatchEntity item)
-
setToInstallConfigPatches
public A setToInstallConfigPatches(int index, PatchEntity item)
-
addToInstallConfigPatches
public A addToInstallConfigPatches(PatchEntity... items)
-
addAllToInstallConfigPatches
public A addAllToInstallConfigPatches(Collection<PatchEntity> items)
-
removeFromInstallConfigPatches
public A removeFromInstallConfigPatches(PatchEntity... items)
-
removeAllFromInstallConfigPatches
public A removeAllFromInstallConfigPatches(Collection<PatchEntity> items)
-
removeMatchingFromInstallConfigPatches
public A removeMatchingFromInstallConfigPatches(Predicate<PatchEntityBuilder> predicate)
-
buildInstallConfigPatches
public List<PatchEntity> buildInstallConfigPatches()
-
buildInstallConfigPatch
public PatchEntity buildInstallConfigPatch(int index)
-
buildFirstInstallConfigPatch
public PatchEntity buildFirstInstallConfigPatch()
-
buildLastInstallConfigPatch
public PatchEntity buildLastInstallConfigPatch()
-
buildMatchingInstallConfigPatch
public PatchEntity buildMatchingInstallConfigPatch(Predicate<PatchEntityBuilder> predicate)
-
hasMatchingInstallConfigPatch
public boolean hasMatchingInstallConfigPatch(Predicate<PatchEntityBuilder> predicate)
-
withInstallConfigPatches
public A withInstallConfigPatches(List<PatchEntity> installConfigPatches)
-
withInstallConfigPatches
public A withInstallConfigPatches(PatchEntity... installConfigPatches)
-
hasInstallConfigPatches
public boolean hasInstallConfigPatches()
-
addNewInstallConfigPatch
public A addNewInstallConfigPatch(String from, String op, String path, String value)
-
addNewInstallConfigPatch
public ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<A> addNewInstallConfigPatch()
-
addNewInstallConfigPatchLike
public ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<A> addNewInstallConfigPatchLike(PatchEntity item)
-
setNewInstallConfigPatchLike
public ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<A> setNewInstallConfigPatchLike(int index, PatchEntity item)
-
editInstallConfigPatch
public ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<A> editInstallConfigPatch(int index)
-
editFirstInstallConfigPatch
public ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<A> editFirstInstallConfigPatch()
-
editLastInstallConfigPatch
public ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<A> editLastInstallConfigPatch()
-
editMatchingInstallConfigPatch
public ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<A> editMatchingInstallConfigPatch(Predicate<PatchEntityBuilder> predicate)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterDeploymentCustomizationSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterDeploymentCustomizationSpecFluent<A>>
-
-