Class APIServiceStatusArgs
APIServiceStatus contains derived information about an API server
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.ApiRegistration.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class APIServiceStatusArgs : ResourceArgs
Properties
View SourceConditions
Current service state of apiService.
Declaration
public InputList<APIServiceConditionArgs> Conditions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<APIServiceConditionArgs> |