Versions in this module Expand all Collapse all v1 v1.0.2 Aug 18, 2023 Changes in this version type IssuerSpec + CaSecretName string v1.0.1 Apr 5, 2023 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type ClusterIssuer struct + Spec IssuerSpec + Status IssuerStatus + func (in *ClusterIssuer) DeepCopy() *ClusterIssuer + func (in *ClusterIssuer) DeepCopyInto(out *ClusterIssuer) + func (in *ClusterIssuer) DeepCopyObject() runtime.Object + type ClusterIssuerList struct + Items []ClusterIssuer + func (in *ClusterIssuerList) DeepCopy() *ClusterIssuerList + func (in *ClusterIssuerList) DeepCopyInto(out *ClusterIssuerList) + func (in *ClusterIssuerList) DeepCopyObject() runtime.Object + type ConditionStatus string + const ConditionFalse + const ConditionTrue + const ConditionUnknown + type Issuer struct + Spec IssuerSpec + Status IssuerStatus + func (in *Issuer) DeepCopy() *Issuer + func (in *Issuer) DeepCopyInto(out *Issuer) + func (in *Issuer) DeepCopyObject() runtime.Object + type IssuerCondition struct + LastTransitionTime *metav1.Time + Message string + Reason string + Status ConditionStatus + Type IssuerConditionType + func (in *IssuerCondition) DeepCopy() *IssuerCondition + func (in *IssuerCondition) DeepCopyInto(out *IssuerCondition) + type IssuerConditionType string + const IssuerConditionReady + type IssuerList struct + Items []Issuer + func (in *IssuerList) DeepCopy() *IssuerList + func (in *IssuerList) DeepCopyInto(out *IssuerList) + func (in *IssuerList) DeepCopyObject() runtime.Object + type IssuerSpec struct + CertificateAuthorityHostname string + CertificateAuthorityLogicalName string + CertificateTemplate string + Hostname string + SecretName string + func (in *IssuerSpec) DeepCopy() *IssuerSpec + func (in *IssuerSpec) DeepCopyInto(out *IssuerSpec) + type IssuerStatus struct + Conditions []IssuerCondition + func (in *IssuerStatus) DeepCopy() *IssuerStatus + func (in *IssuerStatus) DeepCopyInto(out *IssuerStatus)