Class APIServiceStatus
APIServiceStatus contains derived information about an API server
Inheritance
System.Object
APIServiceStatus
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.ApiRegistration.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class APIServiceStatus
Fields
View SourceConditions
Current service state of apiService.
Declaration
public readonly ImmutableArray<APIServiceCondition> Conditions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<APIServiceCondition> |