Class IoK8sApiCoreV1PodCondition


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiCoreV1PodCondition
    extends Object
    PodCondition contains details for the current condition of this pod.
    • Constructor Detail

      • IoK8sApiCoreV1PodCondition

        public IoK8sApiCoreV1PodCondition()
    • Method Detail

      • getLastProbeTime

        @Nullable
        public OffsetDateTime getLastProbeTime()
        Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
        Returns:
        lastProbeTime
      • setLastProbeTime

        public void setLastProbeTime​(OffsetDateTime lastProbeTime)
      • getLastTransitionTime

        @Nullable
        public OffsetDateTime getLastTransitionTime()
        Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
        Returns:
        lastTransitionTime
      • setLastTransitionTime

        public void setLastTransitionTime​(OffsetDateTime lastTransitionTime)
      • getMessage

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

        public void setMessage​(String message)
      • getReason

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

        public void setReason​(String reason)
      • 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
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
      • getType

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

        public void setType​(String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object