Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=smn.otc.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type SubscriptionV2
- func (in *SubscriptionV2) DeepCopy() *SubscriptionV2
- func (in *SubscriptionV2) DeepCopyInto(out *SubscriptionV2)
- func (in *SubscriptionV2) DeepCopyObject() runtime.Object
- func (mg *SubscriptionV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *SubscriptionV2) GetConnectionDetailsMapping() map[string]string
- func (mg *SubscriptionV2) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *SubscriptionV2) GetID() string
- func (tr *SubscriptionV2) GetObservation() (map[string]interface{}, error)
- func (tr *SubscriptionV2) GetParameters() (map[string]interface{}, error)
- func (mg *SubscriptionV2) GetProviderConfigReference() *xpv1.Reference
- func (mg *SubscriptionV2) GetProviderReference() *xpv1.Reference
- func (mg *SubscriptionV2) GetTerraformResourceType() string
- func (tr *SubscriptionV2) GetTerraformSchemaVersion() int
- func (mg *SubscriptionV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *SubscriptionV2) LateInitialize(attrs []byte) (bool, error)
- func (mg *SubscriptionV2) SetConditions(c ...xpv1.Condition)
- func (mg *SubscriptionV2) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *SubscriptionV2) SetObservation(obs map[string]interface{}) error
- func (tr *SubscriptionV2) SetParameters(params map[string]interface{}) error
- func (mg *SubscriptionV2) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *SubscriptionV2) SetProviderReference(r *xpv1.Reference)
- func (mg *SubscriptionV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type SubscriptionV2List
- type SubscriptionV2Observation
- type SubscriptionV2Parameters
- type SubscriptionV2Spec
- type SubscriptionV2Status
- type TopicAttributeV2
- func (in *TopicAttributeV2) DeepCopy() *TopicAttributeV2
- func (in *TopicAttributeV2) DeepCopyInto(out *TopicAttributeV2)
- func (in *TopicAttributeV2) DeepCopyObject() runtime.Object
- func (mg *TopicAttributeV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *TopicAttributeV2) GetConnectionDetailsMapping() map[string]string
- func (mg *TopicAttributeV2) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *TopicAttributeV2) GetID() string
- func (tr *TopicAttributeV2) GetObservation() (map[string]interface{}, error)
- func (tr *TopicAttributeV2) GetParameters() (map[string]interface{}, error)
- func (mg *TopicAttributeV2) GetProviderConfigReference() *xpv1.Reference
- func (mg *TopicAttributeV2) GetProviderReference() *xpv1.Reference
- func (mg *TopicAttributeV2) GetTerraformResourceType() string
- func (tr *TopicAttributeV2) GetTerraformSchemaVersion() int
- func (mg *TopicAttributeV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *TopicAttributeV2) LateInitialize(attrs []byte) (bool, error)
- func (mg *TopicAttributeV2) SetConditions(c ...xpv1.Condition)
- func (mg *TopicAttributeV2) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *TopicAttributeV2) SetObservation(obs map[string]interface{}) error
- func (tr *TopicAttributeV2) SetParameters(params map[string]interface{}) error
- func (mg *TopicAttributeV2) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *TopicAttributeV2) SetProviderReference(r *xpv1.Reference)
- func (mg *TopicAttributeV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type TopicAttributeV2List
- type TopicAttributeV2Observation
- type TopicAttributeV2Parameters
- type TopicAttributeV2Spec
- type TopicAttributeV2Status
- type TopicV2
- func (in *TopicV2) DeepCopy() *TopicV2
- func (in *TopicV2) DeepCopyInto(out *TopicV2)
- func (in *TopicV2) DeepCopyObject() runtime.Object
- func (mg *TopicV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *TopicV2) GetConnectionDetailsMapping() map[string]string
- func (mg *TopicV2) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *TopicV2) GetID() string
- func (tr *TopicV2) GetObservation() (map[string]interface{}, error)
- func (tr *TopicV2) GetParameters() (map[string]interface{}, error)
- func (mg *TopicV2) GetProviderConfigReference() *xpv1.Reference
- func (mg *TopicV2) GetProviderReference() *xpv1.Reference
- func (mg *TopicV2) GetTerraformResourceType() string
- func (tr *TopicV2) GetTerraformSchemaVersion() int
- func (mg *TopicV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *TopicV2) LateInitialize(attrs []byte) (bool, error)
- func (mg *TopicV2) SetConditions(c ...xpv1.Condition)
- func (mg *TopicV2) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *TopicV2) SetObservation(obs map[string]interface{}) error
- func (tr *TopicV2) SetParameters(params map[string]interface{}) error
- func (mg *TopicV2) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *TopicV2) SetProviderReference(r *xpv1.Reference)
- func (mg *TopicV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type TopicV2List
- type TopicV2Observation
- type TopicV2Parameters
- type TopicV2Spec
- type TopicV2Status
Constants ¶
const ( CRDGroup = "smn.otc.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
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 )
var ( SubscriptionV2_Kind = "SubscriptionV2" SubscriptionV2_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: SubscriptionV2_Kind}.String() SubscriptionV2_KindAPIVersion = SubscriptionV2_Kind + "." + CRDGroupVersion.String() SubscriptionV2_GroupVersionKind = CRDGroupVersion.WithKind(SubscriptionV2_Kind) )
Repository type metadata.
var ( TopicAttributeV2_Kind = "TopicAttributeV2" TopicAttributeV2_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: TopicAttributeV2_Kind}.String() TopicAttributeV2_KindAPIVersion = TopicAttributeV2_Kind + "." + CRDGroupVersion.String() TopicAttributeV2_GroupVersionKind = CRDGroupVersion.WithKind(TopicAttributeV2_Kind) )
Repository type metadata.
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 SubscriptionV2 ¶
type SubscriptionV2 struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SubscriptionV2Spec `json:"spec"` Status SubscriptionV2Status `json:"status,omitempty"` }
SubscriptionV2 is the Schema for the SubscriptionV2s 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 (*SubscriptionV2) DeepCopy ¶
func (in *SubscriptionV2) DeepCopy() *SubscriptionV2
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubscriptionV2.
func (*SubscriptionV2) DeepCopyInto ¶
func (in *SubscriptionV2) DeepCopyInto(out *SubscriptionV2)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SubscriptionV2) DeepCopyObject ¶
func (in *SubscriptionV2) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SubscriptionV2) GetCondition ¶
func (mg *SubscriptionV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this SubscriptionV2.
func (*SubscriptionV2) GetConnectionDetailsMapping ¶
func (tr *SubscriptionV2) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this SubscriptionV2
func (*SubscriptionV2) GetDeletionPolicy ¶
func (mg *SubscriptionV2) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this SubscriptionV2.
func (*SubscriptionV2) GetID ¶
func (tr *SubscriptionV2) GetID() string
GetID returns ID of underlying Terraform resource of this SubscriptionV2
func (*SubscriptionV2) GetObservation ¶
func (tr *SubscriptionV2) GetObservation() (map[string]interface{}, error)
GetObservation of this SubscriptionV2
func (*SubscriptionV2) GetParameters ¶
func (tr *SubscriptionV2) GetParameters() (map[string]interface{}, error)
GetParameters of this SubscriptionV2
func (*SubscriptionV2) GetProviderConfigReference ¶
func (mg *SubscriptionV2) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this SubscriptionV2.
func (*SubscriptionV2) GetProviderReference ¶
func (mg *SubscriptionV2) GetProviderReference() *xpv1.Reference
GetProviderReference of this SubscriptionV2. Deprecated: Use GetProviderConfigReference.
func (*SubscriptionV2) GetTerraformResourceType ¶
func (mg *SubscriptionV2) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this SubscriptionV2
func (*SubscriptionV2) GetTerraformSchemaVersion ¶
func (tr *SubscriptionV2) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*SubscriptionV2) GetWriteConnectionSecretToReference ¶
func (mg *SubscriptionV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this SubscriptionV2.
func (*SubscriptionV2) LateInitialize ¶
func (tr *SubscriptionV2) LateInitialize(attrs []byte) (bool, error)
LateInitialize this SubscriptionV2 using its observed tfState. returns True if there are any spec changes for the resource.
func (*SubscriptionV2) SetConditions ¶
func (mg *SubscriptionV2) SetConditions(c ...xpv1.Condition)
SetConditions of this SubscriptionV2.
func (*SubscriptionV2) SetDeletionPolicy ¶
func (mg *SubscriptionV2) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this SubscriptionV2.
func (*SubscriptionV2) SetObservation ¶
func (tr *SubscriptionV2) SetObservation(obs map[string]interface{}) error
SetObservation for this SubscriptionV2
func (*SubscriptionV2) SetParameters ¶
func (tr *SubscriptionV2) SetParameters(params map[string]interface{}) error
SetParameters for this SubscriptionV2
func (*SubscriptionV2) SetProviderConfigReference ¶
func (mg *SubscriptionV2) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this SubscriptionV2.
func (*SubscriptionV2) SetProviderReference ¶
func (mg *SubscriptionV2) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this SubscriptionV2. Deprecated: Use SetProviderConfigReference.
func (*SubscriptionV2) SetWriteConnectionSecretToReference ¶
func (mg *SubscriptionV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this SubscriptionV2.
type SubscriptionV2List ¶
type SubscriptionV2List struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SubscriptionV2 `json:"items"` }
SubscriptionV2List contains a list of SubscriptionV2s
func (*SubscriptionV2List) DeepCopy ¶
func (in *SubscriptionV2List) DeepCopy() *SubscriptionV2List
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubscriptionV2List.
func (*SubscriptionV2List) DeepCopyInto ¶
func (in *SubscriptionV2List) DeepCopyInto(out *SubscriptionV2List)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SubscriptionV2List) DeepCopyObject ¶
func (in *SubscriptionV2List) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SubscriptionV2List) GetItems ¶
func (l *SubscriptionV2List) GetItems() []resource.Managed
GetItems of this SubscriptionV2List.
type SubscriptionV2Observation ¶
type SubscriptionV2Observation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` Owner *string `json:"owner,omitempty" tf:"owner,omitempty"` Status *int64 `json:"status,omitempty" tf:"status,omitempty"` SubscriptionUrn *string `json:"subscriptionUrn,omitempty" tf:"subscription_urn,omitempty"` }
func (*SubscriptionV2Observation) DeepCopy ¶
func (in *SubscriptionV2Observation) DeepCopy() *SubscriptionV2Observation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubscriptionV2Observation.
func (*SubscriptionV2Observation) DeepCopyInto ¶
func (in *SubscriptionV2Observation) DeepCopyInto(out *SubscriptionV2Observation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubscriptionV2Parameters ¶
type SubscriptionV2Parameters struct { // +kubebuilder:validation:Required Endpoint *string `json:"endpoint" tf:"endpoint,omitempty"` // +kubebuilder:validation:Optional ProjectName *string `json:"projectName,omitempty" tf:"project_name,omitempty"` // +kubebuilder:validation:Required Protocol *string `json:"protocol" tf:"protocol,omitempty"` // +kubebuilder:validation:Optional Remark *string `json:"remark,omitempty" tf:"remark,omitempty"` // +kubebuilder:validation:Required TopicUrn *string `json:"topicUrn" tf:"topic_urn,omitempty"` }
func (*SubscriptionV2Parameters) DeepCopy ¶
func (in *SubscriptionV2Parameters) DeepCopy() *SubscriptionV2Parameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubscriptionV2Parameters.
func (*SubscriptionV2Parameters) DeepCopyInto ¶
func (in *SubscriptionV2Parameters) DeepCopyInto(out *SubscriptionV2Parameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubscriptionV2Spec ¶
type SubscriptionV2Spec struct { v1.ResourceSpec `json:",inline"` ForProvider SubscriptionV2Parameters `json:"forProvider"` }
SubscriptionV2Spec defines the desired state of SubscriptionV2
func (*SubscriptionV2Spec) DeepCopy ¶
func (in *SubscriptionV2Spec) DeepCopy() *SubscriptionV2Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubscriptionV2Spec.
func (*SubscriptionV2Spec) DeepCopyInto ¶
func (in *SubscriptionV2Spec) DeepCopyInto(out *SubscriptionV2Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubscriptionV2Status ¶
type SubscriptionV2Status struct { v1.ResourceStatus `json:",inline"` AtProvider SubscriptionV2Observation `json:"atProvider,omitempty"` }
SubscriptionV2Status defines the observed state of SubscriptionV2.
func (*SubscriptionV2Status) DeepCopy ¶
func (in *SubscriptionV2Status) DeepCopy() *SubscriptionV2Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubscriptionV2Status.
func (*SubscriptionV2Status) DeepCopyInto ¶
func (in *SubscriptionV2Status) DeepCopyInto(out *SubscriptionV2Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TopicAttributeV2 ¶
type TopicAttributeV2 struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TopicAttributeV2Spec `json:"spec"` Status TopicAttributeV2Status `json:"status,omitempty"` }
TopicAttributeV2 is the Schema for the TopicAttributeV2s 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 (*TopicAttributeV2) DeepCopy ¶
func (in *TopicAttributeV2) DeepCopy() *TopicAttributeV2
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAttributeV2.
func (*TopicAttributeV2) DeepCopyInto ¶
func (in *TopicAttributeV2) DeepCopyInto(out *TopicAttributeV2)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TopicAttributeV2) DeepCopyObject ¶
func (in *TopicAttributeV2) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TopicAttributeV2) GetCondition ¶
func (mg *TopicAttributeV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this TopicAttributeV2.
func (*TopicAttributeV2) GetConnectionDetailsMapping ¶
func (tr *TopicAttributeV2) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this TopicAttributeV2
func (*TopicAttributeV2) GetDeletionPolicy ¶
func (mg *TopicAttributeV2) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this TopicAttributeV2.
func (*TopicAttributeV2) GetID ¶
func (tr *TopicAttributeV2) GetID() string
GetID returns ID of underlying Terraform resource of this TopicAttributeV2
func (*TopicAttributeV2) GetObservation ¶
func (tr *TopicAttributeV2) GetObservation() (map[string]interface{}, error)
GetObservation of this TopicAttributeV2
func (*TopicAttributeV2) GetParameters ¶
func (tr *TopicAttributeV2) GetParameters() (map[string]interface{}, error)
GetParameters of this TopicAttributeV2
func (*TopicAttributeV2) GetProviderConfigReference ¶
func (mg *TopicAttributeV2) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this TopicAttributeV2.
func (*TopicAttributeV2) GetProviderReference ¶
func (mg *TopicAttributeV2) GetProviderReference() *xpv1.Reference
GetProviderReference of this TopicAttributeV2. Deprecated: Use GetProviderConfigReference.
func (*TopicAttributeV2) GetTerraformResourceType ¶
func (mg *TopicAttributeV2) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this TopicAttributeV2
func (*TopicAttributeV2) GetTerraformSchemaVersion ¶
func (tr *TopicAttributeV2) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*TopicAttributeV2) GetWriteConnectionSecretToReference ¶
func (mg *TopicAttributeV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this TopicAttributeV2.
func (*TopicAttributeV2) LateInitialize ¶
func (tr *TopicAttributeV2) LateInitialize(attrs []byte) (bool, error)
LateInitialize this TopicAttributeV2 using its observed tfState. returns True if there are any spec changes for the resource.
func (*TopicAttributeV2) SetConditions ¶
func (mg *TopicAttributeV2) SetConditions(c ...xpv1.Condition)
SetConditions of this TopicAttributeV2.
func (*TopicAttributeV2) SetDeletionPolicy ¶
func (mg *TopicAttributeV2) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this TopicAttributeV2.
func (*TopicAttributeV2) SetObservation ¶
func (tr *TopicAttributeV2) SetObservation(obs map[string]interface{}) error
SetObservation for this TopicAttributeV2
func (*TopicAttributeV2) SetParameters ¶
func (tr *TopicAttributeV2) SetParameters(params map[string]interface{}) error
SetParameters for this TopicAttributeV2
func (*TopicAttributeV2) SetProviderConfigReference ¶
func (mg *TopicAttributeV2) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this TopicAttributeV2.
func (*TopicAttributeV2) SetProviderReference ¶
func (mg *TopicAttributeV2) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this TopicAttributeV2. Deprecated: Use SetProviderConfigReference.
func (*TopicAttributeV2) SetWriteConnectionSecretToReference ¶
func (mg *TopicAttributeV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this TopicAttributeV2.
type TopicAttributeV2List ¶
type TopicAttributeV2List struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []TopicAttributeV2 `json:"items"` }
TopicAttributeV2List contains a list of TopicAttributeV2s
func (*TopicAttributeV2List) DeepCopy ¶
func (in *TopicAttributeV2List) DeepCopy() *TopicAttributeV2List
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAttributeV2List.
func (*TopicAttributeV2List) DeepCopyInto ¶
func (in *TopicAttributeV2List) DeepCopyInto(out *TopicAttributeV2List)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TopicAttributeV2List) DeepCopyObject ¶
func (in *TopicAttributeV2List) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TopicAttributeV2List) GetItems ¶
func (l *TopicAttributeV2List) GetItems() []resource.Managed
GetItems of this TopicAttributeV2List.
type TopicAttributeV2Observation ¶
type TopicAttributeV2Observation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*TopicAttributeV2Observation) DeepCopy ¶
func (in *TopicAttributeV2Observation) DeepCopy() *TopicAttributeV2Observation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAttributeV2Observation.
func (*TopicAttributeV2Observation) DeepCopyInto ¶
func (in *TopicAttributeV2Observation) DeepCopyInto(out *TopicAttributeV2Observation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TopicAttributeV2Parameters ¶
type TopicAttributeV2Parameters struct { // +kubebuilder:validation:Required AttributeName *string `json:"attributeName" tf:"attribute_name,omitempty"` // +kubebuilder:validation:Required TopicAttribute *string `json:"topicAttribute" tf:"topic_attribute,omitempty"` // +kubebuilder:validation:Required TopicUrn *string `json:"topicUrn" tf:"topic_urn,omitempty"` }
func (*TopicAttributeV2Parameters) DeepCopy ¶
func (in *TopicAttributeV2Parameters) DeepCopy() *TopicAttributeV2Parameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAttributeV2Parameters.
func (*TopicAttributeV2Parameters) DeepCopyInto ¶
func (in *TopicAttributeV2Parameters) DeepCopyInto(out *TopicAttributeV2Parameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TopicAttributeV2Spec ¶
type TopicAttributeV2Spec struct { v1.ResourceSpec `json:",inline"` ForProvider TopicAttributeV2Parameters `json:"forProvider"` }
TopicAttributeV2Spec defines the desired state of TopicAttributeV2
func (*TopicAttributeV2Spec) DeepCopy ¶
func (in *TopicAttributeV2Spec) DeepCopy() *TopicAttributeV2Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAttributeV2Spec.
func (*TopicAttributeV2Spec) DeepCopyInto ¶
func (in *TopicAttributeV2Spec) DeepCopyInto(out *TopicAttributeV2Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TopicAttributeV2Status ¶
type TopicAttributeV2Status struct { v1.ResourceStatus `json:",inline"` AtProvider TopicAttributeV2Observation `json:"atProvider,omitempty"` }
TopicAttributeV2Status defines the observed state of TopicAttributeV2.
func (*TopicAttributeV2Status) DeepCopy ¶
func (in *TopicAttributeV2Status) DeepCopy() *TopicAttributeV2Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAttributeV2Status.
func (*TopicAttributeV2Status) DeepCopyInto ¶
func (in *TopicAttributeV2Status) DeepCopyInto(out *TopicAttributeV2Status)
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicV2.
func (*TopicV2) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TopicV2) DeepCopyObject ¶
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 ¶
GetConnectionDetailsMapping for this TopicV2
func (*TopicV2) GetDeletionPolicy ¶
func (mg *TopicV2) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this TopicV2.
func (*TopicV2) GetObservation ¶
GetObservation of this TopicV2
func (*TopicV2) GetParameters ¶
GetParameters of this TopicV2
func (*TopicV2) GetProviderConfigReference ¶
GetProviderConfigReference of this TopicV2.
func (*TopicV2) GetProviderReference ¶
GetProviderReference of this TopicV2. Deprecated: Use GetProviderConfigReference.
func (*TopicV2) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this TopicV2
func (*TopicV2) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*TopicV2) GetWriteConnectionSecretToReference ¶
func (mg *TopicV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this TopicV2.
func (*TopicV2) LateInitialize ¶
LateInitialize this TopicV2 using its observed tfState. returns True if there are any spec changes for the resource.
func (*TopicV2) SetConditions ¶
SetConditions of this TopicV2.
func (*TopicV2) SetDeletionPolicy ¶
func (mg *TopicV2) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this TopicV2.
func (*TopicV2) SetObservation ¶
SetObservation for this TopicV2
func (*TopicV2) SetParameters ¶
SetParameters for this TopicV2
func (*TopicV2) SetProviderConfigReference ¶
SetProviderConfigReference of this TopicV2.
func (*TopicV2) SetProviderReference ¶
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 { CreateTime *string `json:"createTime,omitempty" tf:"create_time,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` PushPolicy *int64 `json:"pushPolicy,omitempty" tf:"push_policy,omitempty"` TopicUrn *string `json:"topicUrn,omitempty" tf:"topic_urn,omitempty"` UpdateTime *string `json:"updateTime,omitempty" tf:"update_time,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:Optional DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // +kubebuilder:validation:Optional ProjectName *string `json:"projectName,omitempty" tf:"project_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.