Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the v1beta1 API group +kubebuilder:object:generate=true +groupName=awspca.cert-manager.io
Index ¶
- Constants
- Variables
- type AWSPCAClusterIssuer
- func (c *AWSPCAClusterIssuer) Copy() GenericIssuer
- func (in *AWSPCAClusterIssuer) DeepCopy() *AWSPCAClusterIssuer
- func (in *AWSPCAClusterIssuer) DeepCopyInto(out *AWSPCAClusterIssuer)
- func (in *AWSPCAClusterIssuer) DeepCopyObject() runtime.Object
- func (c *AWSPCAClusterIssuer) GetObjectMeta() *metav1.ObjectMeta
- func (c *AWSPCAClusterIssuer) GetSpec() *AWSPCAIssuerSpec
- func (c *AWSPCAClusterIssuer) GetStatus() *AWSPCAIssuerStatus
- func (c *AWSPCAClusterIssuer) SetSpec(spec AWSPCAIssuerSpec)
- func (c *AWSPCAClusterIssuer) SetStatus(status AWSPCAIssuerStatus)
- type AWSPCAClusterIssuerList
- type AWSPCAIssuer
- func (c *AWSPCAIssuer) Copy() GenericIssuer
- func (in *AWSPCAIssuer) DeepCopy() *AWSPCAIssuer
- func (in *AWSPCAIssuer) DeepCopyInto(out *AWSPCAIssuer)
- func (in *AWSPCAIssuer) DeepCopyObject() runtime.Object
- func (c *AWSPCAIssuer) GetObjectMeta() *metav1.ObjectMeta
- func (c *AWSPCAIssuer) GetSpec() *AWSPCAIssuerSpec
- func (c *AWSPCAIssuer) GetStatus() *AWSPCAIssuerStatus
- func (c *AWSPCAIssuer) SetSpec(spec AWSPCAIssuerSpec)
- func (c *AWSPCAIssuer) SetStatus(status AWSPCAIssuerStatus)
- type AWSPCAIssuerList
- type AWSPCAIssuerSpec
- type AWSPCAIssuerStatus
- type GenericIssuer
Constants ¶
const ConditionTypeReady = "Ready"
ConditionTypeReady is the default condition type for the CRs
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "awspca.cert-manager.io", Version: "v1beta1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type AWSPCAClusterIssuer ¶
type AWSPCAClusterIssuer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AWSPCAIssuerSpec `json:"spec,omitempty"` Status AWSPCAIssuerStatus `json:"status,omitempty"` }
AWSPCAClusterIssuer is the Schema for the awspcaclusterissuers API +kubebuilder:resource:path=awspcaclusterissuers,scope=Cluster
func (*AWSPCAClusterIssuer) Copy ¶
func (c *AWSPCAClusterIssuer) Copy() GenericIssuer
Copy deep copies the issuer
func (*AWSPCAClusterIssuer) DeepCopy ¶
func (in *AWSPCAClusterIssuer) DeepCopy() *AWSPCAClusterIssuer
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSPCAClusterIssuer.
func (*AWSPCAClusterIssuer) DeepCopyInto ¶
func (in *AWSPCAClusterIssuer) DeepCopyInto(out *AWSPCAClusterIssuer)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AWSPCAClusterIssuer) DeepCopyObject ¶
func (in *AWSPCAClusterIssuer) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AWSPCAClusterIssuer) GetObjectMeta ¶
func (c *AWSPCAClusterIssuer) GetObjectMeta() *metav1.ObjectMeta
GetObjectMeta returns the k8s object metadata
func (*AWSPCAClusterIssuer) GetSpec ¶
func (c *AWSPCAClusterIssuer) GetSpec() *AWSPCAIssuerSpec
GetSpec returns the issuer spec
func (*AWSPCAClusterIssuer) GetStatus ¶
func (c *AWSPCAClusterIssuer) GetStatus() *AWSPCAIssuerStatus
GetStatus returns the issuer status
func (*AWSPCAClusterIssuer) SetSpec ¶
func (c *AWSPCAClusterIssuer) SetSpec(spec AWSPCAIssuerSpec)
SetSpec sets the issuer spec
func (*AWSPCAClusterIssuer) SetStatus ¶
func (c *AWSPCAClusterIssuer) SetStatus(status AWSPCAIssuerStatus)
SetStatus sets the issuer status
type AWSPCAClusterIssuerList ¶
type AWSPCAClusterIssuerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AWSPCAClusterIssuer `json:"items"` }
AWSPCAClusterIssuerList contains a list of AWSPCAClusterIssuer
func (*AWSPCAClusterIssuerList) DeepCopy ¶
func (in *AWSPCAClusterIssuerList) DeepCopy() *AWSPCAClusterIssuerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSPCAClusterIssuerList.
func (*AWSPCAClusterIssuerList) DeepCopyInto ¶
func (in *AWSPCAClusterIssuerList) DeepCopyInto(out *AWSPCAClusterIssuerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AWSPCAClusterIssuerList) DeepCopyObject ¶
func (in *AWSPCAClusterIssuerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AWSPCAIssuer ¶
type AWSPCAIssuer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AWSPCAIssuerSpec `json:"spec,omitempty"` Status AWSPCAIssuerStatus `json:"status,omitempty"` }
AWSPCAIssuer is the Schema for the awspcaissuers API
func (*AWSPCAIssuer) DeepCopy ¶
func (in *AWSPCAIssuer) DeepCopy() *AWSPCAIssuer
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSPCAIssuer.
func (*AWSPCAIssuer) DeepCopyInto ¶
func (in *AWSPCAIssuer) DeepCopyInto(out *AWSPCAIssuer)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AWSPCAIssuer) DeepCopyObject ¶
func (in *AWSPCAIssuer) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AWSPCAIssuer) GetObjectMeta ¶
func (c *AWSPCAIssuer) GetObjectMeta() *metav1.ObjectMeta
GetObjectMeta returns the k8s object metadata
func (*AWSPCAIssuer) GetSpec ¶
func (c *AWSPCAIssuer) GetSpec() *AWSPCAIssuerSpec
GetSpec returns the issuer spec
func (*AWSPCAIssuer) GetStatus ¶
func (c *AWSPCAIssuer) GetStatus() *AWSPCAIssuerStatus
GetStatus returns the issuer status
func (*AWSPCAIssuer) SetSpec ¶
func (c *AWSPCAIssuer) SetSpec(spec AWSPCAIssuerSpec)
SetSpec sets the issuer spec
func (*AWSPCAIssuer) SetStatus ¶
func (c *AWSPCAIssuer) SetStatus(status AWSPCAIssuerStatus)
SetStatus sets the issuer status
type AWSPCAIssuerList ¶
type AWSPCAIssuerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AWSPCAIssuer `json:"items"` }
AWSPCAIssuerList contains a list of AWSPCAIssuer
func (*AWSPCAIssuerList) DeepCopy ¶
func (in *AWSPCAIssuerList) DeepCopy() *AWSPCAIssuerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSPCAIssuerList.
func (*AWSPCAIssuerList) DeepCopyInto ¶
func (in *AWSPCAIssuerList) DeepCopyInto(out *AWSPCAIssuerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AWSPCAIssuerList) DeepCopyObject ¶
func (in *AWSPCAIssuerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AWSPCAIssuerSpec ¶
type AWSPCAIssuerSpec struct { // Specifies the ARN of the PCA resource Arn string `json:"arn,omitempty"` // Should contain the AWS region if it cannot be inferred // +optional Region string `json:"region,omitempty"` // Needs to be specified if you want to authorize with AWS using an access and secret key // +optional SecretRef v1.SecretReference `json:"secretRef,omitempty"` }
AWSPCAIssuerSpec defines the desired state of AWSPCAIssuer
func (*AWSPCAIssuerSpec) DeepCopy ¶
func (in *AWSPCAIssuerSpec) DeepCopy() *AWSPCAIssuerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSPCAIssuerSpec.
func (*AWSPCAIssuerSpec) DeepCopyInto ¶
func (in *AWSPCAIssuerSpec) DeepCopyInto(out *AWSPCAIssuerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AWSPCAIssuerStatus ¶
AWSPCAIssuerStatus defines the observed state of AWSPCAIssuer
func (*AWSPCAIssuerStatus) DeepCopy ¶
func (in *AWSPCAIssuerStatus) DeepCopy() *AWSPCAIssuerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSPCAIssuerStatus.
func (*AWSPCAIssuerStatus) DeepCopyInto ¶
func (in *AWSPCAIssuerStatus) DeepCopyInto(out *AWSPCAIssuerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GenericIssuer ¶
type GenericIssuer interface { runtime.Object metav1.Object GetObjectMeta() *metav1.ObjectMeta GetSpec() *AWSPCAIssuerSpec GetStatus() *AWSPCAIssuerStatus }
GenericIssuer is an interface for both issuer types to simplify controller code +k8s:deepcopy-gen=false