Class 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 Detail

      • MachineOSBuildStatus

        public MachineOSBuildStatus()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

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

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

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