Show / Hide Table of Contents

Class APIServiceStatusArgs

APIServiceStatus contains derived information about an API server

Inheritance
System.Object
InputArgs
ResourceArgs
APIServiceStatusArgs
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.ApiRegistration.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class APIServiceStatusArgs : ResourceArgs

Properties

View Source

Conditions

Current service state of apiService.

Declaration
public InputList<APIServiceConditionArgs> Conditions { get; set; }
Property Value
Type Description
InputList<APIServiceConditionArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.