Show / Hide Table of Contents

Class EndpointConditions

EndpointConditions represents the current condition of an endpoint.

Inheritance
System.Object
EndpointConditions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Discovery.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class EndpointConditions

Fields

View Source

Ready

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.

Declaration
public readonly bool Ready
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.