Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IoK8sApiCertificatesV1CertificateSigningRequestCondition

CertificateSigningRequestCondition describes a condition of a CertificateSigningRequest object

export
interface

IoK8sApiCertificatesV1CertificateSigningRequestCondition

Hierarchy

  • IoK8sApiCertificatesV1CertificateSigningRequestCondition

Index

Properties

lastTransitionTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiCertificatesV1CertificateSigningRequestCondition

lastUpdateTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiCertificatesV1CertificateSigningRequestCondition

message?: string

message contains a human readable message with details about the request state

memberof

IoK8sApiCertificatesV1CertificateSigningRequestCondition

reason?: string

reason indicates a brief reason for the request state

memberof

IoK8sApiCertificatesV1CertificateSigningRequestCondition

status: string

status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown".

memberof

IoK8sApiCertificatesV1CertificateSigningRequestCondition

type: string

type of the condition. Known conditions are "Approved", "Denied", and "Failed".

An "Approved" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer.

A "Denied" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer.

A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate.

Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added.

Only one condition of a given type is allowed.

memberof

IoK8sApiCertificatesV1CertificateSigningRequestCondition

Generated using TypeDoc