Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=origin.cloudflare.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type CACertificate
- func (in *CACertificate) DeepCopy() *CACertificate
- func (in *CACertificate) DeepCopyInto(out *CACertificate)
- func (in *CACertificate) DeepCopyObject() runtime.Object
- func (mg *CACertificate) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *CACertificate) GetConnectionDetailsMapping() map[string]string
- func (mg *CACertificate) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *CACertificate) GetID() string
- func (tr *CACertificate) GetObservation() (map[string]interface{}, error)
- func (tr *CACertificate) GetParameters() (map[string]interface{}, error)
- func (mg *CACertificate) GetProviderConfigReference() *xpv1.Reference
- func (mg *CACertificate) GetProviderReference() *xpv1.Reference
- func (mg *CACertificate) GetTerraformResourceType() string
- func (tr *CACertificate) GetTerraformSchemaVersion() int
- func (mg *CACertificate) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *CACertificate) LateInitialize(attrs []byte) (bool, error)
- func (mg *CACertificate) SetConditions(c ...xpv1.Condition)
- func (mg *CACertificate) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *CACertificate) SetObservation(obs map[string]interface{}) error
- func (tr *CACertificate) SetParameters(params map[string]interface{}) error
- func (mg *CACertificate) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *CACertificate) SetProviderReference(r *xpv1.Reference)
- func (mg *CACertificate) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type CACertificateList
- type CACertificateObservation
- type CACertificateParameters
- type CACertificateSpec
- type CACertificateStatus
Constants ¶
const ( CRDGroup = "origin.cloudflare.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( CACertificate_Kind = "CACertificate" CACertificate_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: CACertificate_Kind}.String() CACertificate_KindAPIVersion = CACertificate_Kind + "." + CRDGroupVersion.String() CACertificate_GroupVersionKind = CRDGroupVersion.WithKind(CACertificate_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type CACertificate ¶
type CACertificate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CACertificateSpec `json:"spec"` Status CACertificateStatus `json:"status,omitempty"` }
CACertificate is the Schema for the CACertificates API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,cloudflarejet}
func (*CACertificate) DeepCopy ¶
func (in *CACertificate) DeepCopy() *CACertificate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CACertificate.
func (*CACertificate) DeepCopyInto ¶
func (in *CACertificate) DeepCopyInto(out *CACertificate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CACertificate) DeepCopyObject ¶
func (in *CACertificate) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*CACertificate) GetCondition ¶
func (mg *CACertificate) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this CACertificate.
func (*CACertificate) GetConnectionDetailsMapping ¶
func (tr *CACertificate) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this CACertificate
func (*CACertificate) GetDeletionPolicy ¶
func (mg *CACertificate) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this CACertificate.
func (*CACertificate) GetID ¶
func (tr *CACertificate) GetID() string
GetID returns ID of underlying Terraform resource of this CACertificate
func (*CACertificate) GetObservation ¶
func (tr *CACertificate) GetObservation() (map[string]interface{}, error)
GetObservation of this CACertificate
func (*CACertificate) GetParameters ¶
func (tr *CACertificate) GetParameters() (map[string]interface{}, error)
GetParameters of this CACertificate
func (*CACertificate) GetProviderConfigReference ¶
func (mg *CACertificate) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this CACertificate.
func (*CACertificate) GetProviderReference ¶
func (mg *CACertificate) GetProviderReference() *xpv1.Reference
GetProviderReference of this CACertificate. Deprecated: Use GetProviderConfigReference.
func (*CACertificate) GetTerraformResourceType ¶
func (mg *CACertificate) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this CACertificate
func (*CACertificate) GetTerraformSchemaVersion ¶
func (tr *CACertificate) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*CACertificate) GetWriteConnectionSecretToReference ¶
func (mg *CACertificate) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this CACertificate.
func (*CACertificate) LateInitialize ¶
func (tr *CACertificate) LateInitialize(attrs []byte) (bool, error)
LateInitialize this CACertificate using its observed tfState. returns True if there are any spec changes for the resource.
func (*CACertificate) SetConditions ¶
func (mg *CACertificate) SetConditions(c ...xpv1.Condition)
SetConditions of this CACertificate.
func (*CACertificate) SetDeletionPolicy ¶
func (mg *CACertificate) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this CACertificate.
func (*CACertificate) SetObservation ¶
func (tr *CACertificate) SetObservation(obs map[string]interface{}) error
SetObservation for this CACertificate
func (*CACertificate) SetParameters ¶
func (tr *CACertificate) SetParameters(params map[string]interface{}) error
SetParameters for this CACertificate
func (*CACertificate) SetProviderConfigReference ¶
func (mg *CACertificate) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this CACertificate.
func (*CACertificate) SetProviderReference ¶
func (mg *CACertificate) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this CACertificate. Deprecated: Use SetProviderConfigReference.
func (*CACertificate) SetWriteConnectionSecretToReference ¶
func (mg *CACertificate) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this CACertificate.
type CACertificateList ¶
type CACertificateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []CACertificate `json:"items"` }
CACertificateList contains a list of CACertificates
func (*CACertificateList) DeepCopy ¶
func (in *CACertificateList) DeepCopy() *CACertificateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CACertificateList.
func (*CACertificateList) DeepCopyInto ¶
func (in *CACertificateList) DeepCopyInto(out *CACertificateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CACertificateList) DeepCopyObject ¶
func (in *CACertificateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*CACertificateList) GetItems ¶
func (l *CACertificateList) GetItems() []resource.Managed
GetItems of this CACertificateList.
type CACertificateObservation ¶
type CACertificateObservation struct { Certificate *string `json:"certificate,omitempty" tf:"certificate,omitempty"` ExpiresOn *string `json:"expiresOn,omitempty" tf:"expires_on,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` }
func (*CACertificateObservation) DeepCopy ¶
func (in *CACertificateObservation) DeepCopy() *CACertificateObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CACertificateObservation.
func (*CACertificateObservation) DeepCopyInto ¶
func (in *CACertificateObservation) DeepCopyInto(out *CACertificateObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CACertificateParameters ¶
type CACertificateParameters struct { // +kubebuilder:validation:Optional Csr *string `json:"csr,omitempty" tf:"csr,omitempty"` // +kubebuilder:validation:Required Hostnames []*string `json:"hostnames" tf:"hostnames,omitempty"` // +kubebuilder:validation:Required RequestType *string `json:"requestType" tf:"request_type,omitempty"` // +kubebuilder:validation:Optional RequestedValidity *float64 `json:"requestedValidity,omitempty" tf:"requested_validity,omitempty"` }
func (*CACertificateParameters) DeepCopy ¶
func (in *CACertificateParameters) DeepCopy() *CACertificateParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CACertificateParameters.
func (*CACertificateParameters) DeepCopyInto ¶
func (in *CACertificateParameters) DeepCopyInto(out *CACertificateParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CACertificateSpec ¶
type CACertificateSpec struct { v1.ResourceSpec `json:",inline"` ForProvider CACertificateParameters `json:"forProvider"` }
CACertificateSpec defines the desired state of CACertificate
func (*CACertificateSpec) DeepCopy ¶
func (in *CACertificateSpec) DeepCopy() *CACertificateSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CACertificateSpec.
func (*CACertificateSpec) DeepCopyInto ¶
func (in *CACertificateSpec) DeepCopyInto(out *CACertificateSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CACertificateStatus ¶
type CACertificateStatus struct { v1.ResourceStatus `json:",inline"` AtProvider CACertificateObservation `json:"atProvider,omitempty"` }
CACertificateStatus defines the observed state of CACertificate.
func (*CACertificateStatus) DeepCopy ¶
func (in *CACertificateStatus) DeepCopy() *CACertificateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CACertificateStatus.
func (*CACertificateStatus) DeepCopyInto ¶
func (in *CACertificateStatus) DeepCopyInto(out *CACertificateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.