Show / Hide Table of Contents

Class CertificateSigningRequestStatus

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

Fields

View Source

Certificate

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

Declaration
public readonly string Certificate
Field Value
Type Description
System.String
View Source

Conditions

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

Declaration
public readonly ImmutableArray<CertificateSigningRequestCondition> Conditions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<CertificateSigningRequestCondition>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.