Show / Hide Table of Contents

Class CertificateSigningRequestStatusArgs

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

Properties

View Source

Certificate

If request was approved, the controller will place the issued certificate here.

Declaration
public Input<string> Certificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Conditions

Conditions applied to the request, such as approval or denial.

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