Class ClusterDeploymentCustomizationSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.ClusterDeploymentCustomizationSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterDeploymentCustomizationSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterDeploymentCustomizationSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterDeploymentCustomizationSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ClusterDeploymentCustomizationSpec defines the desired state of ClusterDeploymentCustomization.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterDeploymentCustomizationSpec()No args constructor for use in serializationClusterDeploymentCustomizationSpec(List<PatchEntity> installConfigPatches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterDeploymentCustomizationSpecBuilderedit()Map<String,Object>getAdditionalProperties()List<PatchEntity>getInstallConfigPatches()InstallConfigPatches is a list of patches to be applied to the install-config.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetInstallConfigPatches(List<PatchEntity> installConfigPatches)InstallConfigPatches is a list of patches to be applied to the install-config.ClusterDeploymentCustomizationSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
ClusterDeploymentCustomizationSpec
public ClusterDeploymentCustomizationSpec()
No args constructor for use in serialization
-
ClusterDeploymentCustomizationSpec
public ClusterDeploymentCustomizationSpec(List<PatchEntity> installConfigPatches)
-
-
Method Detail
-
getInstallConfigPatches
public List<PatchEntity> getInstallConfigPatches()
InstallConfigPatches is a list of patches to be applied to the install-config.
-
setInstallConfigPatches
public void setInstallConfigPatches(List<PatchEntity> installConfigPatches)
InstallConfigPatches is a list of patches to be applied to the install-config.
-
edit
public ClusterDeploymentCustomizationSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterDeploymentCustomizationSpecBuilder>
-
toBuilder
public ClusterDeploymentCustomizationSpecBuilder toBuilder()
-
-