package
0.0.0-20221107114751-732b348ad092
Repository: https://github.com/nokia/adcs-issuer.git
Documentation: pkg.go.dev

# Constants

Errored signifies that the ADCS request has errored for some reason.
If a request is marked 'Pending', is's waiting for acceptance on the ADCS.
If a request is 'ready', the certificate has been issued by the ADCS server.
The 'rejected' state is used when ADCS denied signing the request.
It is used to represent an unrecognised value.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

AdcsIssuer is the Schema for the adcsissuers API.
AdcsIssuerList contains a list of AdcsIssuer.
AdcsIssuerSpec defines the desired state of AdcsIssuer.
AdcsIssuerStatus defines the observed state of AdcsIssuer.
AdcsRequest is the Schema for the adcsrequests API.
AdcsRequestList contains a list of AdcsRequest.
AdcsRequestSpec defines the desired state of AdcsRequest.
AdcsRequestStatus defines the observed state of AdcsRequest.
ClusterAdcsIssuer is the Schema for the clusteradcsissuers API.
ClusterAdcsIssuerList contains a list of ClusterAdcsIssuer.
ClusterAdcsIssuerSpec defines the desired state of ClusterAdcsIssuer.
ClusterAdcsIssuerStatus defines the observed state of ClusterAdcsIssuer.
No description provided by the author

# Type aliases

State represents the state of an ADCSRequest.