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=rts.flexibleengine.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "rts.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 (
	SoftwareConfig_Kind             = "SoftwareConfig"
	SoftwareConfig_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: SoftwareConfig_Kind}.String()
	SoftwareConfig_KindAPIVersion   = SoftwareConfig_Kind + "." + CRDGroupVersion.String()
	SoftwareConfig_GroupVersionKind = CRDGroupVersion.WithKind(SoftwareConfig_Kind)
)

Repository type metadata.

View Source
var (
	Stack_Kind             = "Stack"
	Stack_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Stack_Kind}.String()
	Stack_KindAPIVersion   = Stack_Kind + "." + CRDGroupVersion.String()
	Stack_GroupVersionKind = CRDGroupVersion.WithKind(Stack_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type SoftwareConfig

type SoftwareConfig struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SoftwareConfigSpec   `json:"spec"`
	Status            SoftwareConfigStatus `json:"status,omitempty"`
}

SoftwareConfig is the Schema for the SoftwareConfigs API. ""page_title: "flexibleengine_rts_software_config_v1" +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 (*SoftwareConfig) DeepCopy

func (in *SoftwareConfig) DeepCopy() *SoftwareConfig

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

func (*SoftwareConfig) DeepCopyInto

func (in *SoftwareConfig) DeepCopyInto(out *SoftwareConfig)

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

func (*SoftwareConfig) DeepCopyObject

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

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

func (*SoftwareConfig) GetCondition

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

GetCondition of this SoftwareConfig.

func (*SoftwareConfig) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this SoftwareConfig

func (*SoftwareConfig) GetDeletionPolicy

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

GetDeletionPolicy of this SoftwareConfig.

func (*SoftwareConfig) GetID

func (tr *SoftwareConfig) GetID() string

GetID returns ID of underlying Terraform resource of this SoftwareConfig

func (*SoftwareConfig) GetObservation

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

GetObservation of this SoftwareConfig

func (*SoftwareConfig) GetParameters

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

GetParameters of this SoftwareConfig

func (*SoftwareConfig) GetProviderConfigReference

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

GetProviderConfigReference of this SoftwareConfig.

func (*SoftwareConfig) GetProviderReference

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

GetProviderReference of this SoftwareConfig. Deprecated: Use GetProviderConfigReference.

func (*SoftwareConfig) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this SoftwareConfig.

func (*SoftwareConfig) GetTerraformResourceType

func (mg *SoftwareConfig) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this SoftwareConfig

func (*SoftwareConfig) GetTerraformSchemaVersion

func (tr *SoftwareConfig) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*SoftwareConfig) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SoftwareConfig.

func (*SoftwareConfig) LateInitialize

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

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

func (*SoftwareConfig) SetConditions

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

SetConditions of this SoftwareConfig.

func (*SoftwareConfig) SetDeletionPolicy

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

SetDeletionPolicy of this SoftwareConfig.

func (*SoftwareConfig) SetObservation

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

SetObservation for this SoftwareConfig

func (*SoftwareConfig) SetParameters

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

SetParameters for this SoftwareConfig

func (*SoftwareConfig) SetProviderConfigReference

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

SetProviderConfigReference of this SoftwareConfig.

func (*SoftwareConfig) SetProviderReference

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

SetProviderReference of this SoftwareConfig. Deprecated: Use SetProviderConfigReference.

func (*SoftwareConfig) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this SoftwareConfig.

func (*SoftwareConfig) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SoftwareConfig.

type SoftwareConfigList

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

SoftwareConfigList contains a list of SoftwareConfigs

func (*SoftwareConfigList) DeepCopy

func (in *SoftwareConfigList) DeepCopy() *SoftwareConfigList

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

func (*SoftwareConfigList) DeepCopyInto

func (in *SoftwareConfigList) DeepCopyInto(out *SoftwareConfigList)

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

func (*SoftwareConfigList) DeepCopyObject

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

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

func (*SoftwareConfigList) GetItems

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

GetItems of this SoftwareConfigList.

type SoftwareConfigObservation

type SoftwareConfigObservation struct {

	// The id of the software config.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*SoftwareConfigObservation) DeepCopy

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

func (*SoftwareConfigObservation) DeepCopyInto

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

type SoftwareConfigParameters

type SoftwareConfigParameters struct {

	// The software configuration code.
	// +kubebuilder:validation:Optional
	Config *string `json:"config,omitempty" tf:"config,omitempty"`

	// The namespace that groups this software configuration by when it is delivered to a server.
	// +kubebuilder:validation:Optional
	Group *string `json:"group,omitempty" tf:"group,omitempty"`

	// A list of software configuration inputs.
	// +kubebuilder:validation:Optional
	InputValues []map[string]*string `json:"inputValues,omitempty" tf:"input_values,omitempty"`

	// The name of the software configuration.
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// The software configuration options.
	// +kubebuilder:validation:Optional
	Options map[string]*string `json:"options,omitempty" tf:"options,omitempty"`

	// A list of software configuration outputs.
	// +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 (*SoftwareConfigParameters) DeepCopy

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

func (*SoftwareConfigParameters) DeepCopyInto

func (in *SoftwareConfigParameters) DeepCopyInto(out *SoftwareConfigParameters)

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

type SoftwareConfigSpec

type SoftwareConfigSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     SoftwareConfigParameters `json:"forProvider"`
}

SoftwareConfigSpec defines the desired state of SoftwareConfig

func (*SoftwareConfigSpec) DeepCopy

func (in *SoftwareConfigSpec) DeepCopy() *SoftwareConfigSpec

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

func (*SoftwareConfigSpec) DeepCopyInto

func (in *SoftwareConfigSpec) DeepCopyInto(out *SoftwareConfigSpec)

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

type SoftwareConfigStatus

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

SoftwareConfigStatus defines the observed state of SoftwareConfig.

func (*SoftwareConfigStatus) DeepCopy

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

func (*SoftwareConfigStatus) DeepCopyInto

func (in *SoftwareConfigStatus) DeepCopyInto(out *SoftwareConfigStatus)

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

type Stack

type Stack struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              StackSpec   `json:"spec"`
	Status            StackStatus `json:"status,omitempty"`
}

Stack is the Schema for the Stacks API. ""page_title: "flexibleengine_rts_stack_v1" +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 (*Stack) DeepCopy

func (in *Stack) DeepCopy() *Stack

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

func (*Stack) DeepCopyInto

func (in *Stack) DeepCopyInto(out *Stack)

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

func (*Stack) DeepCopyObject

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

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

func (*Stack) GetCondition

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

GetCondition of this Stack.

func (*Stack) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Stack

func (*Stack) GetDeletionPolicy

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

GetDeletionPolicy of this Stack.

func (*Stack) GetID

func (tr *Stack) GetID() string

GetID returns ID of underlying Terraform resource of this Stack

func (*Stack) GetObservation

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

GetObservation of this Stack

func (*Stack) GetParameters

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

GetParameters of this Stack

func (*Stack) GetProviderConfigReference

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

GetProviderConfigReference of this Stack.

func (*Stack) GetProviderReference

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

GetProviderReference of this Stack. Deprecated: Use GetProviderConfigReference.

func (*Stack) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Stack.

func (*Stack) GetTerraformResourceType

func (mg *Stack) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Stack

func (*Stack) GetTerraformSchemaVersion

func (tr *Stack) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Stack) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Stack.

func (*Stack) LateInitialize

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

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

func (*Stack) SetConditions

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

SetConditions of this Stack.

func (*Stack) SetDeletionPolicy

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

SetDeletionPolicy of this Stack.

func (*Stack) SetObservation

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

SetObservation for this Stack

func (*Stack) SetParameters

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

SetParameters for this Stack

func (*Stack) SetProviderConfigReference

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

SetProviderConfigReference of this Stack.

func (*Stack) SetProviderReference

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

SetProviderReference of this Stack. Deprecated: Use SetProviderConfigReference.

func (*Stack) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Stack.

func (*Stack) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Stack.

type StackList

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

StackList contains a list of Stacks

func (*StackList) DeepCopy

func (in *StackList) DeepCopy() *StackList

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

func (*StackList) DeepCopyInto

func (in *StackList) DeepCopyInto(out *StackList)

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

func (*StackList) DeepCopyObject

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

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

func (*StackList) GetItems

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

GetItems of this StackList.

type StackObservation

type StackObservation struct {

	// List of stack capabilities for stack.
	Capabilities []*string `json:"capabilities,omitempty" tf:"capabilities,omitempty"`

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

	// List of notification topics for stack.
	NotificationTopics []*string `json:"notificationTopics,omitempty" tf:"notification_topics,omitempty"`

	// A map of outputs from the stack.
	Outputs map[string]*string `json:"outputs,omitempty" tf:"outputs,omitempty"`

	// Specifies the stack status.
	Status *string `json:"status,omitempty" tf:"status,omitempty"`

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

func (*StackObservation) DeepCopy

func (in *StackObservation) DeepCopy() *StackObservation

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

func (*StackObservation) DeepCopyInto

func (in *StackObservation) DeepCopyInto(out *StackObservation)

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

type StackParameters

type StackParameters struct {

	// Set to true to disable rollback of the stack if stack creation failed.
	// +kubebuilder:validation:Optional
	DisableRollback *bool `json:"disableRollback,omitempty" tf:"disable_rollback,omitempty"`

	// Tthe environment information about the stack.
	// +kubebuilder:validation:Optional
	Environment *string `json:"environment,omitempty" tf:"environment,omitempty"`

	// Files used in the environment.
	// +kubebuilder:validation:Optional
	Files map[string]*string `json:"files,omitempty" tf:"files,omitempty"`

	// A unique name for the stack. The value must meet the regular expression rule (^[a-zA-Z][a-zA-Z0-9_.-]{0,254}$).
	// Changing this creates a new stack.
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// A list of Parameter structures that specify input parameters for the stack.
	// +kubebuilder:validation:Optional
	Parameters map[string]*string `json:"parameters,omitempty" tf:"parameters,omitempty"`

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

	// Structure containing the template body.
	// The template content must use the yaml syntax.
	// +kubebuilder:validation:Optional
	TemplateBody *string `json:"templateBody,omitempty" tf:"template_body,omitempty"`

	// Location of a file containing the template body.
	// +kubebuilder:validation:Optional
	TemplateURL *string `json:"templateUrl,omitempty" tf:"template_url,omitempty"`

	// Specifies the timeout duration.
	// +kubebuilder:validation:Optional
	TimeoutMins *float64 `json:"timeoutMins,omitempty" tf:"timeout_mins,omitempty"`
}

func (*StackParameters) DeepCopy

func (in *StackParameters) DeepCopy() *StackParameters

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

func (*StackParameters) DeepCopyInto

func (in *StackParameters) DeepCopyInto(out *StackParameters)

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

type StackSpec

type StackSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     StackParameters `json:"forProvider"`
}

StackSpec defines the desired state of Stack

func (*StackSpec) DeepCopy

func (in *StackSpec) DeepCopy() *StackSpec

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

func (*StackSpec) DeepCopyInto

func (in *StackSpec) DeepCopyInto(out *StackSpec)

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

type StackStatus

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

StackStatus defines the observed state of Stack.

func (*StackStatus) DeepCopy

func (in *StackStatus) DeepCopy() *StackStatus

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

func (*StackStatus) DeepCopyInto

func (in *StackStatus) DeepCopyInto(out *StackStatus)

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