Class OutageEntry

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class OutageEntry
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<OutageEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    OutageEntry records time period of an outage
    See Also:
    Serialized Form
    • Constructor Detail

      • OutageEntry

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

      • getEnd

        public String getEnd()
        OutageEntry records time period of an outage
      • setEnd

        public void setEnd​(String end)
        OutageEntry records time period of an outage
      • getEndLogs

        public List<LogEntry> getEndLogs()
        endLogs contains log entries related to the end of this outage. Should contain the success entry that resolved the outage and possibly a few of the failure log entries that preceded it.
      • setEndLogs

        public void setEndLogs​(List<LogEntry> endLogs)
        endLogs contains log entries related to the end of this outage. Should contain the success entry that resolved the outage and possibly a few of the failure log entries that preceded it.
      • getMessage

        public String getMessage()
        message summarizes outage details in a human readable format.
      • setMessage

        public void setMessage​(String message)
        message summarizes outage details in a human readable format.
      • getStart

        public String getStart()
        OutageEntry records time period of an outage
      • setStart

        public void setStart​(String start)
        OutageEntry records time period of an outage
      • getStartLogs

        public List<LogEntry> getStartLogs()
        startLogs contains log entries related to the start of this outage. Should contain the original failure, any entries where the failure mode changed.
      • setStartLogs

        public void setStartLogs​(List<LogEntry> startLogs)
        startLogs contains log entries related to the start of this outage. Should contain the original failure, any entries where the failure mode changed.
      • getAdditionalProperties

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

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

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