Class MachineOSBuildStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1alpha1.MachineOSBuildStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MachineOSBuildStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class MachineOSBuildStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<MachineOSBuildStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
MachineOSBuildStatus describes the state of a build and other helpful information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MachineOSBuildStatus()No args constructor for use in serializationMachineOSBuildStatus(String buildEnd, String buildStart, MachineOSBuilderReference builderReference, List<io.fabric8.kubernetes.api.model.Condition> conditions, String finalImagePullspec, List<ObjectReference> relatedObjects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MachineOSBuildStatusBuilderedit()Map<String,Object>getAdditionalProperties()StringgetBuildEnd()MachineOSBuildStatus describes the state of a build and other helpful information.MachineOSBuilderReferencegetBuilderReference()MachineOSBuildStatus describes the state of a build and other helpful information.StringgetBuildStart()MachineOSBuildStatus describes the state of a build and other helpful information.List<io.fabric8.kubernetes.api.model.Condition>getConditions()conditions are state related conditions for the build.StringgetFinalImagePullspec()finalImagePushSpec describes the fully qualified pushspec produced by this build that the final image can be.List<ObjectReference>getRelatedObjects()relatedObjects is a list of objects that are related to the build process.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetBuildEnd(String buildEnd)MachineOSBuildStatus describes the state of a build and other helpful information.voidsetBuilderReference(MachineOSBuilderReference builderReference)MachineOSBuildStatus describes the state of a build and other helpful information.voidsetBuildStart(String buildStart)MachineOSBuildStatus describes the state of a build and other helpful information.voidsetConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)conditions are state related conditions for the build.voidsetFinalImagePullspec(String finalImagePullspec)finalImagePushSpec describes the fully qualified pushspec produced by this build that the final image can be.voidsetRelatedObjects(List<ObjectReference> relatedObjects)relatedObjects is a list of objects that are related to the build process.MachineOSBuildStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
MachineOSBuildStatus
public MachineOSBuildStatus()
No args constructor for use in serialization
-
MachineOSBuildStatus
public MachineOSBuildStatus(String buildEnd, String buildStart, MachineOSBuilderReference builderReference, List<io.fabric8.kubernetes.api.model.Condition> conditions, String finalImagePullspec, List<ObjectReference> relatedObjects)
-
-
Method Detail
-
getBuildEnd
public String getBuildEnd()
MachineOSBuildStatus describes the state of a build and other helpful information.
-
setBuildEnd
public void setBuildEnd(String buildEnd)
MachineOSBuildStatus describes the state of a build and other helpful information.
-
getBuildStart
public String getBuildStart()
MachineOSBuildStatus describes the state of a build and other helpful information.
-
setBuildStart
public void setBuildStart(String buildStart)
MachineOSBuildStatus describes the state of a build and other helpful information.
-
getBuilderReference
public MachineOSBuilderReference getBuilderReference()
MachineOSBuildStatus describes the state of a build and other helpful information.
-
setBuilderReference
public void setBuilderReference(MachineOSBuilderReference builderReference)
MachineOSBuildStatus describes the state of a build and other helpful information.
-
getConditions
public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
conditions are state related conditions for the build. Valid types are: Prepared, Building, Failed, Interrupted, and Succeeded once a Build is marked as Failed, no future conditions can be set. This is enforced by the MCO.
-
setConditions
public void setConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)
conditions are state related conditions for the build. Valid types are: Prepared, Building, Failed, Interrupted, and Succeeded once a Build is marked as Failed, no future conditions can be set. This is enforced by the MCO.
-
getFinalImagePullspec
public String getFinalImagePullspec()
finalImagePushSpec describes the fully qualified pushspec produced by this build that the final image can be. Must be in sha format.
-
setFinalImagePullspec
public void setFinalImagePullspec(String finalImagePullspec)
finalImagePushSpec describes the fully qualified pushspec produced by this build that the final image can be. Must be in sha format.
-
getRelatedObjects
public List<ObjectReference> getRelatedObjects()
relatedObjects is a list of objects that are related to the build process.
-
setRelatedObjects
public void setRelatedObjects(List<ObjectReference> relatedObjects)
relatedObjects is a list of objects that are related to the build process.
-
edit
public MachineOSBuildStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MachineOSBuildStatusBuilder>
-
toBuilder
public MachineOSBuildStatusBuilder toBuilder()
-
-