Class ControlPlaneMachineSetTemplate

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ControlPlaneMachineSetTemplateBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ControlPlaneMachineSetTemplate
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ControlPlaneMachineSetTemplateBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ControlPlaneMachineSetTemplate is a template used by the ControlPlaneMachineSet to create the Machines that it will manage in the future.
    See Also:
    Serialized Form
    • Constructor Detail

      • ControlPlaneMachineSetTemplate

        public ControlPlaneMachineSetTemplate()
        No args constructor for use in serialization
    • Method Detail

      • getMachineType

        public String getMachineType()
        machineType determines the type of Machines that should be managed by the ControlPlaneMachineSet. Currently, the only valid value is machines_v1beta1_machine_openshift_io.
      • setMachineType

        public void setMachineType​(String machineType)
        machineType determines the type of Machines that should be managed by the ControlPlaneMachineSet. Currently, the only valid value is machines_v1beta1_machine_openshift_io.
      • getMachinesV1beta1MachineOpenshiftIo

        public OpenShiftMachineV1Beta1MachineTemplate getMachinesV1beta1MachineOpenshiftIo()
        ControlPlaneMachineSetTemplate is a template used by the ControlPlaneMachineSet to create the Machines that it will manage in the future.
      • setMachinesV1beta1MachineOpenshiftIo

        public void setMachinesV1beta1MachineOpenshiftIo​(OpenShiftMachineV1Beta1MachineTemplate machinesV1beta1MachineOpenshiftIo)
        ControlPlaneMachineSetTemplate is a template used by the ControlPlaneMachineSet to create the Machines that it will manage in the future.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)