Class IoK8sApiDiscoveryV1beta1EndpointConditions


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiDiscoveryV1beta1EndpointConditions
    extends Object
    EndpointConditions represents the current condition of an endpoint.
    • Constructor Detail

      • IoK8sApiDiscoveryV1beta1EndpointConditions

        public IoK8sApiDiscoveryV1beta1EndpointConditions()
    • Method Detail

      • getReady

        @Nullable
        public Boolean getReady()
        ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
        Returns:
        ready
      • setReady

        public void setReady​(Boolean ready)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object