Class EndpointConditionsArgs
EndpointConditions represents the current condition of an endpoint.
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.Inputs.Discovery.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class EndpointConditionsArgs : ResourceArgs
Properties
View SourceReady
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 Input<bool> Ready { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |