v1alpha1

package
v0.0.0-...-d9b8979 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=plugin.cloudamqp.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "plugin.cloudamqp.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
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.

View Source
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

func (in *Community) DeepCopy() *Community

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Community.

func (*Community) DeepCopyInto

func (in *Community) DeepCopyInto(out *Community)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Community) DeepCopyObject

func (in *Community) DeepCopyObject() runtime.Object

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

func (tr *Community) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Community

func (*Community) GetDeletionPolicy

func (mg *Community) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Community.

func (*Community) GetID

func (tr *Community) GetID() string

GetID returns ID of underlying Terraform resource of this Community

func (*Community) GetObservation

func (tr *Community) GetObservation() (map[string]interface{}, error)

GetObservation of this Community

func (*Community) GetParameters

func (tr *Community) GetParameters() (map[string]interface{}, error)

GetParameters of this Community

func (*Community) GetProviderConfigReference

func (mg *Community) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Community.

func (*Community) GetProviderReference

func (mg *Community) GetProviderReference() *xpv1.Reference

GetProviderReference of this Community. Deprecated: Use GetProviderConfigReference.

func (*Community) GetTerraformResourceType

func (mg *Community) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Community

func (*Community) GetTerraformSchemaVersion

func (tr *Community) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Community) GetWriteConnectionSecretToReference

func (mg *Community) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Community.

func (*Community) LateInitialize

func (tr *Community) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Community using its observed tfState. returns True if there are any spec changes for the resource.

func (*Community) SetConditions

func (mg *Community) SetConditions(c ...xpv1.Condition)

SetConditions of this Community.

func (*Community) SetDeletionPolicy

func (mg *Community) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Community.

func (*Community) SetObservation

func (tr *Community) SetObservation(obs map[string]interface{}) error

SetObservation for this Community

func (*Community) SetParameters

func (tr *Community) SetParameters(params map[string]interface{}) error

SetParameters for this Community

func (*Community) SetProviderConfigReference

func (mg *Community) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Community.

func (*Community) SetProviderReference

func (mg *Community) SetProviderReference(r *xpv1.Reference)

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL