Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=plugin.cloudamqp.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Community
- func (in *Community) DeepCopy() *Community
- func (in *Community) DeepCopyInto(out *Community)
- func (in *Community) DeepCopyObject() runtime.Object
- func (mg *Community) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Community) GetConnectionDetailsMapping() map[string]string
- func (mg *Community) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Community) GetID() string
- func (tr *Community) GetObservation() (map[string]interface{}, error)
- func (tr *Community) GetParameters() (map[string]interface{}, error)
- func (mg *Community) GetProviderConfigReference() *xpv1.Reference
- func (mg *Community) GetProviderReference() *xpv1.Reference
- func (mg *Community) GetTerraformResourceType() string
- func (tr *Community) GetTerraformSchemaVersion() int
- func (mg *Community) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Community) LateInitialize(attrs []byte) (bool, error)
- func (mg *Community) SetConditions(c ...xpv1.Condition)
- func (mg *Community) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Community) SetObservation(obs map[string]interface{}) error
- func (tr *Community) SetParameters(params map[string]interface{}) error
- func (mg *Community) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Community) SetProviderReference(r *xpv1.Reference)
- func (mg *Community) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type CommunityList
- type CommunityObservation
- type CommunityParameters
- type CommunitySpec
- type CommunityStatus
Constants ¶
const ( CRDGroup = "plugin.cloudamqp.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Community_Kind = "Community" Community_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Community_Kind}.String() Community_KindAPIVersion = Community_Kind + "." + CRDGroupVersion.String() Community_GroupVersionKind = CRDGroupVersion.WithKind(Community_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 Community ¶
type Community struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CommunitySpec `json:"spec"` Status CommunityStatus `json:"status,omitempty"` }
Community is the Schema for the Communitys 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,cloudamqpjet}
func (*Community) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Community.
func (*Community) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Community) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Community) GetCondition ¶
func (mg *Community) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Community.
func (*Community) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Community
func (*Community) GetDeletionPolicy ¶
func (mg *Community) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Community.
func (*Community) GetObservation ¶
GetObservation of this Community
func (*Community) GetParameters ¶
GetParameters of this Community
func (*Community) GetProviderConfigReference ¶
GetProviderConfigReference of this Community.
func (*Community) GetProviderReference ¶
GetProviderReference of this Community. Deprecated: Use GetProviderConfigReference.
func (*Community) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Community
func (*Community) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Community) GetWriteConnectionSecretToReference ¶
func (mg *Community) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Community.
func (*Community) LateInitialize ¶
LateInitialize this Community using its observed tfState. returns True if there are any spec changes for the resource.
func (*Community) SetConditions ¶
SetConditions of this Community.
func (*Community) SetDeletionPolicy ¶
func (mg *Community) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Community.
func (*Community) SetObservation ¶
SetObservation for this Community
func (*Community) SetParameters ¶
SetParameters for this Community
func (*Community) SetProviderConfigReference ¶
SetProviderConfigReference of this Community.
func (*Community) SetProviderReference ¶
SetProviderReference of this Community. Deprecated: Use SetProviderConfigReference.
func (*Community) SetWriteConnectionSecretToReference ¶
func (mg *Community) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Community.
type CommunityList ¶
type CommunityList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Community `json:"items"` }
CommunityList contains a list of Communitys
func (*CommunityList) DeepCopy ¶
func (in *CommunityList) DeepCopy() *CommunityList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommunityList.
func (*CommunityList) DeepCopyInto ¶
func (in *CommunityList) DeepCopyInto(out *CommunityList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CommunityList) DeepCopyObject ¶
func (in *CommunityList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*CommunityList) GetItems ¶
func (l *CommunityList) GetItems() []resource.Managed
GetItems of this CommunityList.
type CommunityObservation ¶
type CommunityObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*CommunityObservation) DeepCopy ¶
func (in *CommunityObservation) DeepCopy() *CommunityObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommunityObservation.
func (*CommunityObservation) DeepCopyInto ¶
func (in *CommunityObservation) DeepCopyInto(out *CommunityObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CommunityParameters ¶
type CommunityParameters struct { // If the plugin is enabled // +kubebuilder:validation:Required Enabled *bool `json:"enabled" tf:"enabled,omitempty"` // Instance identifier // +kubebuilder:validation:Required InstanceID *float64 `json:"instanceId" tf:"instance_id,omitempty"` }
func (*CommunityParameters) DeepCopy ¶
func (in *CommunityParameters) DeepCopy() *CommunityParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommunityParameters.
func (*CommunityParameters) DeepCopyInto ¶
func (in *CommunityParameters) DeepCopyInto(out *CommunityParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CommunitySpec ¶
type CommunitySpec struct { v1.ResourceSpec `json:",inline"` ForProvider CommunityParameters `json:"forProvider"` }
CommunitySpec defines the desired state of Community
func (*CommunitySpec) DeepCopy ¶
func (in *CommunitySpec) DeepCopy() *CommunitySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommunitySpec.
func (*CommunitySpec) DeepCopyInto ¶
func (in *CommunitySpec) DeepCopyInto(out *CommunitySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CommunityStatus ¶
type CommunityStatus struct { v1.ResourceStatus `json:",inline"` AtProvider CommunityObservation `json:"atProvider,omitempty"` }
CommunityStatus defines the observed state of Community.
func (*CommunityStatus) DeepCopy ¶
func (in *CommunityStatus) DeepCopy() *CommunityStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommunityStatus.
func (*CommunityStatus) DeepCopyInto ¶
func (in *CommunityStatus) DeepCopyInto(out *CommunityStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.