Class MachineOSConfigStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1alpha1.MachineOSConfigStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MachineOSConfigStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class MachineOSConfigStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<MachineOSConfigStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
MachineOSConfigStatus describes the status this config object and relates it to the builds associated with this MachineOSConfig- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MachineOSConfigStatus()No args constructor for use in serializationMachineOSConfigStatus(List<io.fabric8.kubernetes.api.model.Condition> conditions, String currentImagePullspec, Long observedGeneration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MachineOSConfigStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<io.fabric8.kubernetes.api.model.Condition>getConditions()conditions are state related conditions for the config.StringgetCurrentImagePullspec()currentImagePullspec is the fully qualified image pull spec used by the MCO to pull down the new OSImage.LonggetObservedGeneration()observedGeneration represents the generation observed by the controller. this field is updated when the user changes the configuration in BuildSettings or the MCP this object is associated with.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)conditions are state related conditions for the config.voidsetCurrentImagePullspec(String currentImagePullspec)currentImagePullspec is the fully qualified image pull spec used by the MCO to pull down the new OSImage.voidsetObservedGeneration(Long observedGeneration)observedGeneration represents the generation observed by the controller. this field is updated when the user changes the configuration in BuildSettings or the MCP this object is associated with.MachineOSConfigStatusBuildertoBuilder()
-
-
-
Method Detail
-
getConditions
public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
conditions are state related conditions for the config.
-
setConditions
public void setConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)
conditions are state related conditions for the config.
-
getCurrentImagePullspec
public String getCurrentImagePullspec()
currentImagePullspec is the fully qualified image pull spec used by the MCO to pull down the new OSImage. This must include sha256.
-
setCurrentImagePullspec
public void setCurrentImagePullspec(String currentImagePullspec)
currentImagePullspec is the fully qualified image pull spec used by the MCO to pull down the new OSImage. This must include sha256.
-
getObservedGeneration
public Long getObservedGeneration()
observedGeneration represents the generation observed by the controller. this field is updated when the user changes the configuration in BuildSettings or the MCP this object is associated with.
-
setObservedGeneration
public void setObservedGeneration(Long observedGeneration)
observedGeneration represents the generation observed by the controller. this field is updated when the user changes the configuration in BuildSettings or the MCP this object is associated with.
-
edit
public MachineOSConfigStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MachineOSConfigStatusBuilder>
-
toBuilder
public MachineOSConfigStatusBuilder toBuilder()
-
-