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=rts.otc.jet.crossplane.io +versionName=v1alpha1

Index

Constants

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

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 (
	SoftwareConfigV1_Kind             = "SoftwareConfigV1"
	SoftwareConfigV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: SoftwareConfigV1_Kind}.String()
	SoftwareConfigV1_KindAPIVersion   = SoftwareConfigV1_Kind + "." + CRDGroupVersion.String()
	SoftwareConfigV1_GroupVersionKind = CRDGroupVersion.WithKind(SoftwareConfigV1_Kind)
)

Repository type metadata.

View Source
var (
	SoftwareDeploymentV1_Kind             = "SoftwareDeploymentV1"
	SoftwareDeploymentV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: SoftwareDeploymentV1_Kind}.String()
	SoftwareDeploymentV1_KindAPIVersion   = SoftwareDeploymentV1_Kind + "." + CRDGroupVersion.String()
	SoftwareDeploymentV1_GroupVersionKind = CRDGroupVersion.WithKind(SoftwareDeploymentV1_Kind)
)

Repository type metadata.

View Source
var (
	StackV1_Kind             = "StackV1"
	StackV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: StackV1_Kind}.String()
	StackV1_KindAPIVersion   = StackV1_Kind + "." + CRDGroupVersion.String()
	StackV1_GroupVersionKind = CRDGroupVersion.WithKind(StackV1_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type SoftwareConfigV1

type SoftwareConfigV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SoftwareConfigV1Spec   `json:"spec"`
	Status            SoftwareConfigV1Status `json:"status,omitempty"`
}

SoftwareConfigV1 is the Schema for the SoftwareConfigV1s 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 (*SoftwareConfigV1) DeepCopy

func (in *SoftwareConfigV1) DeepCopy() *SoftwareConfigV1

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

func (*SoftwareConfigV1) DeepCopyInto

func (in *SoftwareConfigV1) DeepCopyInto(out *SoftwareConfigV1)

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

func (*SoftwareConfigV1) DeepCopyObject

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

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

func (*SoftwareConfigV1) GetCondition

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

GetCondition of this SoftwareConfigV1.

func (*SoftwareConfigV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this SoftwareConfigV1

func (*SoftwareConfigV1) GetDeletionPolicy

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

GetDeletionPolicy of this SoftwareConfigV1.

func (*SoftwareConfigV1) GetID

func (tr *SoftwareConfigV1) GetID() string

GetID returns ID of underlying Terraform resource of this SoftwareConfigV1

func (*SoftwareConfigV1) GetObservation

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

GetObservation of this SoftwareConfigV1

func (*SoftwareConfigV1) GetParameters

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

GetParameters of this SoftwareConfigV1

func (*SoftwareConfigV1) GetProviderConfigReference

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

GetProviderConfigReference of this SoftwareConfigV1.

func (*SoftwareConfigV1) GetProviderReference

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

GetProviderReference of this SoftwareConfigV1. Deprecated: Use GetProviderConfigReference.

func (*SoftwareConfigV1) GetTerraformResourceType

func (mg *SoftwareConfigV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this SoftwareConfigV1

func (*SoftwareConfigV1) GetTerraformSchemaVersion

func (tr *SoftwareConfigV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*SoftwareConfigV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SoftwareConfigV1.

func (*SoftwareConfigV1) LateInitialize

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

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

func (*SoftwareConfigV1) SetConditions

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

SetConditions of this SoftwareConfigV1.

func (*SoftwareConfigV1) SetDeletionPolicy

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

SetDeletionPolicy of this SoftwareConfigV1.

func (*SoftwareConfigV1) SetObservation

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

SetObservation for this SoftwareConfigV1

func (*SoftwareConfigV1) SetParameters

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

SetParameters for this SoftwareConfigV1

func (*SoftwareConfigV1) SetProviderConfigReference

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

SetProviderConfigReference of this SoftwareConfigV1.

func (*SoftwareConfigV1) SetProviderReference

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

SetProviderReference of this SoftwareConfigV1. Deprecated: Use SetProviderConfigReference.

func (*SoftwareConfigV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SoftwareConfigV1.

type SoftwareConfigV1List

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

SoftwareConfigV1List contains a list of SoftwareConfigV1s

func (*SoftwareConfigV1List) DeepCopy

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

func (*SoftwareConfigV1List) DeepCopyInto

func (in *SoftwareConfigV1List) DeepCopyInto(out *SoftwareConfigV1List)

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

func (*SoftwareConfigV1List) DeepCopyObject

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

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

func (*SoftwareConfigV1List) GetItems

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

GetItems of this SoftwareConfigV1List.

type SoftwareConfigV1Observation

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

func (*SoftwareConfigV1Observation) DeepCopy

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

func (*SoftwareConfigV1Observation) DeepCopyInto

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

type SoftwareConfigV1Parameters

type SoftwareConfigV1Parameters struct {

	// +kubebuilder:validation:Optional
	Config *string `json:"config,omitempty" tf:"config,omitempty"`

	// +kubebuilder:validation:Optional
	Group *string `json:"group,omitempty" tf:"group,omitempty"`

	// +kubebuilder:validation:Optional
	InputValues []map[string]string `json:"inputValues,omitempty" tf:"input_values,omitempty"`

	// +kubebuilder:validation:Optional
	Options map[string]string `json:"options,omitempty" tf:"options,omitempty"`

	// +kubebuilder:validation:Optional
	OutputValues []map[string]string `json:"outputValues,omitempty" tf:"output_values,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*SoftwareConfigV1Parameters) DeepCopy

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

func (*SoftwareConfigV1Parameters) DeepCopyInto

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

type SoftwareConfigV1Spec

type SoftwareConfigV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     SoftwareConfigV1Parameters `json:"forProvider"`
}

SoftwareConfigV1Spec defines the desired state of SoftwareConfigV1

func (*SoftwareConfigV1Spec) DeepCopy

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

func (*SoftwareConfigV1Spec) DeepCopyInto

func (in *SoftwareConfigV1Spec) DeepCopyInto(out *SoftwareConfigV1Spec)

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

type SoftwareConfigV1Status

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

SoftwareConfigV1Status defines the observed state of SoftwareConfigV1.

func (*SoftwareConfigV1Status) DeepCopy

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

func (*SoftwareConfigV1Status) DeepCopyInto

func (in *SoftwareConfigV1Status) DeepCopyInto(out *SoftwareConfigV1Status)

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

type SoftwareDeploymentV1

type SoftwareDeploymentV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SoftwareDeploymentV1Spec   `json:"spec"`
	Status            SoftwareDeploymentV1Status `json:"status,omitempty"`
}

SoftwareDeploymentV1 is the Schema for the SoftwareDeploymentV1s 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 (*SoftwareDeploymentV1) DeepCopy

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

func (*SoftwareDeploymentV1) DeepCopyInto

func (in *SoftwareDeploymentV1) DeepCopyInto(out *SoftwareDeploymentV1)

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

func (*SoftwareDeploymentV1) DeepCopyObject

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

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

func (*SoftwareDeploymentV1) GetCondition

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

GetCondition of this SoftwareDeploymentV1.

func (*SoftwareDeploymentV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this SoftwareDeploymentV1

func (*SoftwareDeploymentV1) GetDeletionPolicy

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

GetDeletionPolicy of this SoftwareDeploymentV1.

func (*SoftwareDeploymentV1) GetID

func (tr *SoftwareDeploymentV1) GetID() string

GetID returns ID of underlying Terraform resource of this SoftwareDeploymentV1

func (*SoftwareDeploymentV1) GetObservation

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

GetObservation of this SoftwareDeploymentV1

func (*SoftwareDeploymentV1) GetParameters

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

GetParameters of this SoftwareDeploymentV1

func (*SoftwareDeploymentV1) GetProviderConfigReference

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

GetProviderConfigReference of this SoftwareDeploymentV1.

func (*SoftwareDeploymentV1) GetProviderReference

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

GetProviderReference of this SoftwareDeploymentV1. Deprecated: Use GetProviderConfigReference.

func (*SoftwareDeploymentV1) GetTerraformResourceType

func (mg *SoftwareDeploymentV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this SoftwareDeploymentV1

func (*SoftwareDeploymentV1) GetTerraformSchemaVersion

func (tr *SoftwareDeploymentV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*SoftwareDeploymentV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SoftwareDeploymentV1.

func (*SoftwareDeploymentV1) LateInitialize

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

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

func (*SoftwareDeploymentV1) SetConditions

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

SetConditions of this SoftwareDeploymentV1.

func (*SoftwareDeploymentV1) SetDeletionPolicy

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

SetDeletionPolicy of this SoftwareDeploymentV1.

func (*SoftwareDeploymentV1) SetObservation

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

SetObservation for this SoftwareDeploymentV1

func (*SoftwareDeploymentV1) SetParameters

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

SetParameters for this SoftwareDeploymentV1

func (*SoftwareDeploymentV1) SetProviderConfigReference

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

SetProviderConfigReference of this SoftwareDeploymentV1.

func (*SoftwareDeploymentV1) SetProviderReference

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

SetProviderReference of this SoftwareDeploymentV1. Deprecated: Use SetProviderConfigReference.

func (*SoftwareDeploymentV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SoftwareDeploymentV1.

type SoftwareDeploymentV1List

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

SoftwareDeploymentV1List contains a list of SoftwareDeploymentV1s

func (*SoftwareDeploymentV1List) DeepCopy

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

func (*SoftwareDeploymentV1List) DeepCopyInto

func (in *SoftwareDeploymentV1List) DeepCopyInto(out *SoftwareDeploymentV1List)

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

func (*SoftwareDeploymentV1List) DeepCopyObject

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

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

func (*SoftwareDeploymentV1List) GetItems

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

GetItems of this SoftwareDeploymentV1List.

type SoftwareDeploymentV1Observation

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

func (*SoftwareDeploymentV1Observation) DeepCopy

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

func (*SoftwareDeploymentV1Observation) DeepCopyInto

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

type SoftwareDeploymentV1Parameters

type SoftwareDeploymentV1Parameters struct {

	// +kubebuilder:validation:Optional
	Action *string `json:"action,omitempty" tf:"action,omitempty"`

	// +kubebuilder:validation:Required
	ConfigID *string `json:"configId" tf:"config_id,omitempty"`

	// +kubebuilder:validation:Optional
	InputValues map[string]string `json:"inputValues,omitempty" tf:"input_values,omitempty"`

	// +kubebuilder:validation:Optional
	OutputValues map[string]string `json:"outputValues,omitempty" tf:"output_values,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Required
	ServerID *string `json:"serverId" tf:"server_id,omitempty"`

	// +kubebuilder:validation:Optional
	Status *string `json:"status,omitempty" tf:"status,omitempty"`

	// +kubebuilder:validation:Optional
	StatusReason *string `json:"statusReason,omitempty" tf:"status_reason,omitempty"`

	// +kubebuilder:validation:Optional
	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`
}

func (*SoftwareDeploymentV1Parameters) DeepCopy

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

func (*SoftwareDeploymentV1Parameters) DeepCopyInto

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

type SoftwareDeploymentV1Spec

type SoftwareDeploymentV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     SoftwareDeploymentV1Parameters `json:"forProvider"`
}

SoftwareDeploymentV1Spec defines the desired state of SoftwareDeploymentV1

func (*SoftwareDeploymentV1Spec) DeepCopy

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

func (*SoftwareDeploymentV1Spec) DeepCopyInto

func (in *SoftwareDeploymentV1Spec) DeepCopyInto(out *SoftwareDeploymentV1Spec)

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

type SoftwareDeploymentV1Status

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

SoftwareDeploymentV1Status defines the observed state of SoftwareDeploymentV1.

func (*SoftwareDeploymentV1Status) DeepCopy

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

func (*SoftwareDeploymentV1Status) DeepCopyInto

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

type StackV1

type StackV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              StackV1Spec   `json:"spec"`
	Status            StackV1Status `json:"status,omitempty"`
}

StackV1 is the Schema for the StackV1s 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 (*StackV1) DeepCopy

func (in *StackV1) DeepCopy() *StackV1

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

func (*StackV1) DeepCopyInto

func (in *StackV1) DeepCopyInto(out *StackV1)

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

func (*StackV1) DeepCopyObject

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

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

func (*StackV1) GetCondition

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

GetCondition of this StackV1.

func (*StackV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this StackV1

func (*StackV1) GetDeletionPolicy

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

GetDeletionPolicy of this StackV1.

func (*StackV1) GetID

func (tr *StackV1) GetID() string

GetID returns ID of underlying Terraform resource of this StackV1

func (*StackV1) GetObservation

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

GetObservation of this StackV1

func (*StackV1) GetParameters

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

GetParameters of this StackV1

func (*StackV1) GetProviderConfigReference

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

GetProviderConfigReference of this StackV1.

func (*StackV1) GetProviderReference

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

GetProviderReference of this StackV1. Deprecated: Use GetProviderConfigReference.

func (*StackV1) GetTerraformResourceType

func (mg *StackV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this StackV1

func (*StackV1) GetTerraformSchemaVersion

func (tr *StackV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*StackV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this StackV1.

func (*StackV1) LateInitialize

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

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

func (*StackV1) SetConditions

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

SetConditions of this StackV1.

func (*StackV1) SetDeletionPolicy

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

SetDeletionPolicy of this StackV1.

func (*StackV1) SetObservation

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

SetObservation for this StackV1

func (*StackV1) SetParameters

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

SetParameters for this StackV1

func (*StackV1) SetProviderConfigReference

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

SetProviderConfigReference of this StackV1.

func (*StackV1) SetProviderReference

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

SetProviderReference of this StackV1. Deprecated: Use SetProviderConfigReference.

func (*StackV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this StackV1.

type StackV1List

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

StackV1List contains a list of StackV1s

func (*StackV1List) DeepCopy

func (in *StackV1List) DeepCopy() *StackV1List

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

func (*StackV1List) DeepCopyInto

func (in *StackV1List) DeepCopyInto(out *StackV1List)

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

func (*StackV1List) DeepCopyObject

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

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

func (*StackV1List) GetItems

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

GetItems of this StackV1List.

type StackV1Observation

type StackV1Observation struct {
	Capabilities []*string `json:"capabilities,omitempty" tf:"capabilities,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	NotificationTopics []*string `json:"notificationTopics,omitempty" tf:"notification_topics,omitempty"`

	Outputs map[string]string `json:"outputs,omitempty" tf:"outputs,omitempty"`

	Status *string `json:"status,omitempty" tf:"status,omitempty"`

	StatusReason *string `json:"statusReason,omitempty" tf:"status_reason,omitempty"`
}

func (*StackV1Observation) DeepCopy

func (in *StackV1Observation) DeepCopy() *StackV1Observation

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

func (*StackV1Observation) DeepCopyInto

func (in *StackV1Observation) DeepCopyInto(out *StackV1Observation)

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

type StackV1Parameters

type StackV1Parameters struct {

	// +kubebuilder:validation:Optional
	DisableRollback *bool `json:"disableRollback,omitempty" tf:"disable_rollback,omitempty"`

	// +kubebuilder:validation:Optional
	Environment *string `json:"environment,omitempty" tf:"environment,omitempty"`

	// +kubebuilder:validation:Optional
	Files map[string]string `json:"files,omitempty" tf:"files,omitempty"`

	// +kubebuilder:validation:Optional
	Parameters map[string]string `json:"parameters,omitempty" tf:"parameters,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	TemplateBody *string `json:"templateBody,omitempty" tf:"template_body,omitempty"`

	// +kubebuilder:validation:Optional
	TemplateURL *string `json:"templateUrl,omitempty" tf:"template_url,omitempty"`

	// +kubebuilder:validation:Optional
	TimeoutMins *int64 `json:"timeoutMins,omitempty" tf:"timeout_mins,omitempty"`
}

func (*StackV1Parameters) DeepCopy

func (in *StackV1Parameters) DeepCopy() *StackV1Parameters

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

func (*StackV1Parameters) DeepCopyInto

func (in *StackV1Parameters) DeepCopyInto(out *StackV1Parameters)

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

type StackV1Spec

type StackV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     StackV1Parameters `json:"forProvider"`
}

StackV1Spec defines the desired state of StackV1

func (*StackV1Spec) DeepCopy

func (in *StackV1Spec) DeepCopy() *StackV1Spec

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

func (*StackV1Spec) DeepCopyInto

func (in *StackV1Spec) DeepCopyInto(out *StackV1Spec)

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

type StackV1Status

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

StackV1Status defines the observed state of StackV1.

func (*StackV1Status) DeepCopy

func (in *StackV1Status) DeepCopy() *StackV1Status

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

func (*StackV1Status) DeepCopyInto

func (in *StackV1Status) DeepCopyInto(out *StackV1Status)

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