v1beta1

package
v0.4.1 Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=tms.flexibleengine.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "tms.flexibleengine.upbound.io"
	CRDVersion = "v1beta1"
)

Package type metadata.

Variables

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
)
View Source
var (
	Tags_Kind             = "Tags"
	Tags_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Tags_Kind}.String()
	Tags_KindAPIVersion   = Tags_Kind + "." + CRDGroupVersion.String()
	Tags_GroupVersionKind = CRDGroupVersion.WithKind(Tags_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type Tags

type Tags struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TagsSpec   `json:"spec"`
	Status            TagsStatus `json:"status,omitempty"`
}

Tags is the Schema for the Tagss API. ""page_title: "flexibleengine_tms_tags" +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,flexibleengine}

func (*Tags) DeepCopy

func (in *Tags) DeepCopy() *Tags

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

func (*Tags) DeepCopyInto

func (in *Tags) DeepCopyInto(out *Tags)

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

func (*Tags) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Tags) GetCondition

func (mg *Tags) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Tags.

func (*Tags) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Tags

func (*Tags) GetDeletionPolicy

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

GetDeletionPolicy of this Tags.

func (*Tags) GetID

func (tr *Tags) GetID() string

GetID returns ID of underlying Terraform resource of this Tags

func (*Tags) GetObservation

func (tr *Tags) GetObservation() (map[string]any, error)

GetObservation of this Tags

func (*Tags) GetParameters

func (tr *Tags) GetParameters() (map[string]any, error)

GetParameters of this Tags

func (*Tags) GetProviderConfigReference

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

GetProviderConfigReference of this Tags.

func (*Tags) GetProviderReference

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

GetProviderReference of this Tags. Deprecated: Use GetProviderConfigReference.

func (*Tags) GetPublishConnectionDetailsTo

func (mg *Tags) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Tags.

func (*Tags) GetTerraformResourceType

func (mg *Tags) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Tags

func (*Tags) GetTerraformSchemaVersion

func (tr *Tags) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Tags) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Tags.

func (*Tags) LateInitialize

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

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

func (*Tags) SetConditions

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

SetConditions of this Tags.

func (*Tags) SetDeletionPolicy

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

SetDeletionPolicy of this Tags.

func (*Tags) SetObservation

func (tr *Tags) SetObservation(obs map[string]any) error

SetObservation for this Tags

func (*Tags) SetParameters

func (tr *Tags) SetParameters(params map[string]any) error

SetParameters for this Tags

func (*Tags) SetProviderConfigReference

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

SetProviderConfigReference of this Tags.

func (*Tags) SetProviderReference

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

SetProviderReference of this Tags. Deprecated: Use SetProviderConfigReference.

func (*Tags) SetPublishConnectionDetailsTo

func (mg *Tags) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Tags.

func (*Tags) SetWriteConnectionSecretToReference

func (mg *Tags) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Tags.

type TagsList

type TagsList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Tags `json:"items"`
}

TagsList contains a list of Tagss

func (*TagsList) DeepCopy

func (in *TagsList) DeepCopy() *TagsList

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

func (*TagsList) DeepCopyInto

func (in *TagsList) DeepCopyInto(out *TagsList)

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

func (*TagsList) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*TagsList) GetItems

func (l *TagsList) GetItems() []resource.Managed

GetItems of this TagsList.

type TagsObservation

type TagsObservation struct {

	// The resource ID.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*TagsObservation) DeepCopy

func (in *TagsObservation) DeepCopy() *TagsObservation

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

func (*TagsObservation) DeepCopyInto

func (in *TagsObservation) DeepCopyInto(out *TagsObservation)

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

type TagsParameters

type TagsParameters struct {

	// Specifies an array of one or more predefined tags. The tags object
	// structure is documented below. Changing this will create a new resource.
	// +kubebuilder:validation:Required
	Tags []TagsTagsParameters `json:"tags" tf:"tags,omitempty"`
}

func (*TagsParameters) DeepCopy

func (in *TagsParameters) DeepCopy() *TagsParameters

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

func (*TagsParameters) DeepCopyInto

func (in *TagsParameters) DeepCopyInto(out *TagsParameters)

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

type TagsSpec

type TagsSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     TagsParameters `json:"forProvider"`
}

TagsSpec defines the desired state of Tags

func (*TagsSpec) DeepCopy

func (in *TagsSpec) DeepCopy() *TagsSpec

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

func (*TagsSpec) DeepCopyInto

func (in *TagsSpec) DeepCopyInto(out *TagsSpec)

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

type TagsStatus

type TagsStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        TagsObservation `json:"atProvider,omitempty"`
}

TagsStatus defines the observed state of Tags.

func (*TagsStatus) DeepCopy

func (in *TagsStatus) DeepCopy() *TagsStatus

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

func (*TagsStatus) DeepCopyInto

func (in *TagsStatus) DeepCopyInto(out *TagsStatus)

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

type TagsTagsObservation

type TagsTagsObservation struct {
}

func (*TagsTagsObservation) DeepCopy

func (in *TagsTagsObservation) DeepCopy() *TagsTagsObservation

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

func (*TagsTagsObservation) DeepCopyInto

func (in *TagsTagsObservation) DeepCopyInto(out *TagsTagsObservation)

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

type TagsTagsParameters

type TagsTagsParameters struct {

	// Specifies the tag key. The value can contain up to 36 characters.
	// Only letters, digits, hyphens (-), underscores (_), and Unicode characters from \u4e00 to \u9fff are allowed.
	// Changing this will create a new resource.
	// +kubebuilder:validation:Required
	Key *string `json:"key" tf:"key,omitempty"`

	// Specifies the tag value. The value can contain up to 43 characters.
	// Only letters, digits, periods (.), hyphens (-), and underscores (_), and Unicode characters from \u4e00 to \u9fff
	// are allowed. Changing this will create a new resource.
	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*TagsTagsParameters) DeepCopy

func (in *TagsTagsParameters) DeepCopy() *TagsTagsParameters

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

func (*TagsTagsParameters) DeepCopyInto

func (in *TagsTagsParameters) DeepCopyInto(out *TagsTagsParameters)

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