Uses of Class
io.fabric8.openshift.api.model.hive.v1.PatchEntity
-
Packages that use PatchEntity Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of PatchEntity in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return PatchEntity Modifier and Type Method Description PatchEntityPatchEntityBuilder. build()PatchEntityClusterDeploymentCustomizationSpecFluent. buildFirstInstallConfigPatch()PatchEntityClusterDeploymentCustomizationSpecFluent. buildInstallConfigPatch(int index)PatchEntityClusterDeploymentCustomizationSpecFluent. buildLastInstallConfigPatch()PatchEntityClusterDeploymentCustomizationSpecFluent. buildMatchingInstallConfigPatch(Predicate<PatchEntityBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type PatchEntity Modifier and Type Method Description List<PatchEntity>ClusterDeploymentCustomizationSpecFluent. buildInstallConfigPatches()List<PatchEntity>ClusterDeploymentCustomizationSpec. getInstallConfigPatches()InstallConfigPatches is a list of patches to be applied to the install-config.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type PatchEntity Modifier and Type Method Description ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<A>ClusterDeploymentCustomizationSpecFluent. addNewInstallConfigPatchLike(PatchEntity item)AClusterDeploymentCustomizationSpecFluent. addToInstallConfigPatches(int index, PatchEntity item)AClusterDeploymentCustomizationSpecFluent. addToInstallConfigPatches(PatchEntity... items)protected voidPatchEntityFluent. copyInstance(PatchEntity instance)AClusterDeploymentCustomizationSpecFluent. removeFromInstallConfigPatches(PatchEntity... items)ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested<A>ClusterDeploymentCustomizationSpecFluent. setNewInstallConfigPatchLike(int index, PatchEntity item)AClusterDeploymentCustomizationSpecFluent. setToInstallConfigPatches(int index, PatchEntity item)AClusterDeploymentCustomizationSpecFluent. withInstallConfigPatches(PatchEntity... installConfigPatches)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type PatchEntity Modifier and Type Method Description AClusterDeploymentCustomizationSpecFluent. addAllToInstallConfigPatches(Collection<PatchEntity> items)AClusterDeploymentCustomizationSpecFluent. removeAllFromInstallConfigPatches(Collection<PatchEntity> items)voidClusterDeploymentCustomizationSpec. setInstallConfigPatches(List<PatchEntity> installConfigPatches)InstallConfigPatches is a list of patches to be applied to the install-config.AClusterDeploymentCustomizationSpecFluent. withInstallConfigPatches(List<PatchEntity> installConfigPatches)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type PatchEntity Constructor Description PatchEntityBuilder(PatchEntity instance)PatchEntityBuilder(PatchEntityFluent<?> fluent, PatchEntity instance)PatchEntityFluent(PatchEntity instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type PatchEntity Constructor Description ClusterDeploymentCustomizationSpec(List<PatchEntity> installConfigPatches)
-