v1alpha1

package
v0.0.0-...-10a304b Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=logtank.otc.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "logtank.otc.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	GroupV2_Kind             = "GroupV2"
	GroupV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: GroupV2_Kind}.String()
	GroupV2_KindAPIVersion   = GroupV2_Kind + "." + CRDGroupVersion.String()
	GroupV2_GroupVersionKind = CRDGroupVersion.WithKind(GroupV2_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
)
View Source
var (
	TopicV2_Kind             = "TopicV2"
	TopicV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: TopicV2_Kind}.String()
	TopicV2_KindAPIVersion   = TopicV2_Kind + "." + CRDGroupVersion.String()
	TopicV2_GroupVersionKind = CRDGroupVersion.WithKind(TopicV2_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type GroupV2

type GroupV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              GroupV2Spec   `json:"spec"`
	Status            GroupV2Status `json:"status,omitempty"`
}

GroupV2 is the Schema for the GroupV2s 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,otcjet}

func (*GroupV2) DeepCopy

func (in *GroupV2) DeepCopy() *GroupV2

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

func (*GroupV2) DeepCopyInto

func (in *GroupV2) DeepCopyInto(out *GroupV2)

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

func (*GroupV2) DeepCopyObject

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

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

func (*GroupV2) GetCondition

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

GetCondition of this GroupV2.

func (*GroupV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this GroupV2

func (*GroupV2) GetDeletionPolicy

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

GetDeletionPolicy of this GroupV2.

func (*GroupV2) GetID

func (tr *GroupV2) GetID() string

GetID returns ID of underlying Terraform resource of this GroupV2

func (*GroupV2) GetObservation

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

GetObservation of this GroupV2

func (*GroupV2) GetParameters

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

GetParameters of this GroupV2

func (*GroupV2) GetProviderConfigReference

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

GetProviderConfigReference of this GroupV2.

func (*GroupV2) GetProviderReference

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

GetProviderReference of this GroupV2. Deprecated: Use GetProviderConfigReference.

func (*GroupV2) GetTerraformResourceType

func (mg *GroupV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this GroupV2

func (*GroupV2) GetTerraformSchemaVersion

func (tr *GroupV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*GroupV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this GroupV2.

func (*GroupV2) LateInitialize

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

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

func (*GroupV2) SetConditions

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

SetConditions of this GroupV2.

func (*GroupV2) SetDeletionPolicy

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

SetDeletionPolicy of this GroupV2.

func (*GroupV2) SetObservation

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

SetObservation for this GroupV2

func (*GroupV2) SetParameters

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

SetParameters for this GroupV2

func (*GroupV2) SetProviderConfigReference

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

SetProviderConfigReference of this GroupV2.

func (*GroupV2) SetProviderReference

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

SetProviderReference of this GroupV2. Deprecated: Use SetProviderConfigReference.

func (*GroupV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this GroupV2.

type GroupV2List

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

GroupV2List contains a list of GroupV2s

func (*GroupV2List) DeepCopy

func (in *GroupV2List) DeepCopy() *GroupV2List

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

func (*GroupV2List) DeepCopyInto

func (in *GroupV2List) DeepCopyInto(out *GroupV2List)

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

func (*GroupV2List) DeepCopyObject

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

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

func (*GroupV2List) GetItems

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

GetItems of this GroupV2List.

type GroupV2Observation

type GroupV2Observation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	TTLInDays *int64 `json:"ttlInDays,omitempty" tf:"ttl_in_days,omitempty"`
}

func (*GroupV2Observation) DeepCopy

func (in *GroupV2Observation) DeepCopy() *GroupV2Observation

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

func (*GroupV2Observation) DeepCopyInto

func (in *GroupV2Observation) DeepCopyInto(out *GroupV2Observation)

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

type GroupV2Parameters

type GroupV2Parameters struct {

	// +kubebuilder:validation:Required
	GroupName *string `json:"groupName" tf:"group_name,omitempty"`
}

func (*GroupV2Parameters) DeepCopy

func (in *GroupV2Parameters) DeepCopy() *GroupV2Parameters

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

func (*GroupV2Parameters) DeepCopyInto

func (in *GroupV2Parameters) DeepCopyInto(out *GroupV2Parameters)

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

type GroupV2Spec

type GroupV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     GroupV2Parameters `json:"forProvider"`
}

GroupV2Spec defines the desired state of GroupV2

func (*GroupV2Spec) DeepCopy

func (in *GroupV2Spec) DeepCopy() *GroupV2Spec

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

func (*GroupV2Spec) DeepCopyInto

func (in *GroupV2Spec) DeepCopyInto(out *GroupV2Spec)

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

type GroupV2Status

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

GroupV2Status defines the observed state of GroupV2.

func (*GroupV2Status) DeepCopy

func (in *GroupV2Status) DeepCopy() *GroupV2Status

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

func (*GroupV2Status) DeepCopyInto

func (in *GroupV2Status) DeepCopyInto(out *GroupV2Status)

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

type TopicV2

type TopicV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TopicV2Spec   `json:"spec"`
	Status            TopicV2Status `json:"status,omitempty"`
}

TopicV2 is the Schema for the TopicV2s 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,otcjet}

func (*TopicV2) DeepCopy

func (in *TopicV2) DeepCopy() *TopicV2

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

func (*TopicV2) DeepCopyInto

func (in *TopicV2) DeepCopyInto(out *TopicV2)

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

func (*TopicV2) DeepCopyObject

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

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

func (*TopicV2) GetCondition

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

GetCondition of this TopicV2.

func (*TopicV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this TopicV2

func (*TopicV2) GetDeletionPolicy

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

GetDeletionPolicy of this TopicV2.

func (*TopicV2) GetID

func (tr *TopicV2) GetID() string

GetID returns ID of underlying Terraform resource of this TopicV2

func (*TopicV2) GetObservation

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

GetObservation of this TopicV2

func (*TopicV2) GetParameters

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

GetParameters of this TopicV2

func (*TopicV2) GetProviderConfigReference

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

GetProviderConfigReference of this TopicV2.

func (*TopicV2) GetProviderReference

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

GetProviderReference of this TopicV2. Deprecated: Use GetProviderConfigReference.

func (*TopicV2) GetTerraformResourceType

func (mg *TopicV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this TopicV2

func (*TopicV2) GetTerraformSchemaVersion

func (tr *TopicV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*TopicV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this TopicV2.

func (*TopicV2) LateInitialize

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

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

func (*TopicV2) SetConditions

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

SetConditions of this TopicV2.

func (*TopicV2) SetDeletionPolicy

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

SetDeletionPolicy of this TopicV2.

func (*TopicV2) SetObservation

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

SetObservation for this TopicV2

func (*TopicV2) SetParameters

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

SetParameters for this TopicV2

func (*TopicV2) SetProviderConfigReference

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

SetProviderConfigReference of this TopicV2.

func (*TopicV2) SetProviderReference

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

SetProviderReference of this TopicV2. Deprecated: Use SetProviderConfigReference.

func (*TopicV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this TopicV2.

type TopicV2List

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

TopicV2List contains a list of TopicV2s

func (*TopicV2List) DeepCopy

func (in *TopicV2List) DeepCopy() *TopicV2List

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

func (*TopicV2List) DeepCopyInto

func (in *TopicV2List) DeepCopyInto(out *TopicV2List)

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

func (*TopicV2List) DeepCopyObject

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

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

func (*TopicV2List) GetItems

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

GetItems of this TopicV2List.

type TopicV2Observation

type TopicV2Observation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	IndexEnabled *bool `json:"indexEnabled,omitempty" tf:"index_enabled,omitempty"`
}

func (*TopicV2Observation) DeepCopy

func (in *TopicV2Observation) DeepCopy() *TopicV2Observation

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

func (*TopicV2Observation) DeepCopyInto

func (in *TopicV2Observation) DeepCopyInto(out *TopicV2Observation)

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

type TopicV2Parameters

type TopicV2Parameters struct {

	// +kubebuilder:validation:Required
	GroupID *string `json:"groupId" tf:"group_id,omitempty"`

	// +kubebuilder:validation:Required
	TopicName *string `json:"topicName" tf:"topic_name,omitempty"`
}

func (*TopicV2Parameters) DeepCopy

func (in *TopicV2Parameters) DeepCopy() *TopicV2Parameters

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

func (*TopicV2Parameters) DeepCopyInto

func (in *TopicV2Parameters) DeepCopyInto(out *TopicV2Parameters)

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

type TopicV2Spec

type TopicV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     TopicV2Parameters `json:"forProvider"`
}

TopicV2Spec defines the desired state of TopicV2

func (*TopicV2Spec) DeepCopy

func (in *TopicV2Spec) DeepCopy() *TopicV2Spec

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

func (*TopicV2Spec) DeepCopyInto

func (in *TopicV2Spec) DeepCopyInto(out *TopicV2Spec)

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

type TopicV2Status

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

TopicV2Status defines the observed state of TopicV2.

func (*TopicV2Status) DeepCopy

func (in *TopicV2Status) DeepCopy() *TopicV2Status

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

func (*TopicV2Status) DeepCopyInto

func (in *TopicV2Status) DeepCopyInto(out *TopicV2Status)

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