Options
All
  • Public
  • Public/Protected
  • All
Menu

A CertificateRequest is used to request a signed certificate from one of the configured issuers. All fields within the CertificateRequest's spec are immutable after creation. A CertificateRequest will either succeed or fail, as denoted by its status.state field. A CertificateRequest is a one-shot resource, meaning it represents a single point in time request for a certificate and cannot be re-used.

schema

CertificateRequest

Hierarchy

  • CertificateRequestProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ApiObjectMetadata
schema

CertificateRequest#metadata

Readonly spec

Desired state of the CertificateRequest resource.

schema

CertificateRequest#spec

Generated using TypeDoc