Show / Hide Table of Contents

Class EndpointConditionsArgs

EndpointConditions represents the current condition of an endpoint.

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointConditionsArgs
Inherited Members
ResourceArgs.Empty
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 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 Input<bool> Ready { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.