Class PodCondition

    • Constructor Detail

      • PodCondition

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

      • getLastProbeTime

        public String getLastProbeTime()
        PodCondition contains details for the current condition of this pod.
      • setLastProbeTime

        public void setLastProbeTime​(String lastProbeTime)
        PodCondition contains details for the current condition of this pod.
      • getLastTransitionTime

        public String getLastTransitionTime()
        PodCondition contains details for the current condition of this pod.
      • setLastTransitionTime

        public void setLastTransitionTime​(String lastTransitionTime)
        PodCondition contains details for the current condition of this pod.
      • getMessage

        public String getMessage()
        Human-readable message indicating details about last transition.
      • setMessage

        public void setMessage​(String message)
        Human-readable message indicating details about last transition.
      • getObservedGeneration

        public Long getObservedGeneration()
        If set, this represents the .metadata.generation that the pod condition was set based upon. This is an alpha field. Enable PodObservedGenerationTracking to be able to use this field.
      • setObservedGeneration

        public void setObservedGeneration​(Long observedGeneration)
        If set, this represents the .metadata.generation that the pod condition was set based upon. This is an alpha field. Enable PodObservedGenerationTracking to be able to use this field.
      • getReason

        public String getReason()
        Unique, one-word, CamelCase reason for the condition's last transition.
      • setReason

        public void setReason​(String reason)
        Unique, one-word, CamelCase reason for the condition's last transition.
      • getStatus

        public String getStatus()
        Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
      • setStatus

        public void setStatus​(String status)
        Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
      • getType

        public String getType()
        Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
      • setType

        public void setType​(String type)
        Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
      • getAdditionalProperties

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

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

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