v1alpha1

package
v0.0.0-...-9173723 Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=orchestration.openstack.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "orchestration.openstack.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 (
	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 OutputsObservation

type OutputsObservation struct {
}

func (*OutputsObservation) DeepCopy

func (in *OutputsObservation) DeepCopy() *OutputsObservation

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

func (*OutputsObservation) DeepCopyInto

func (in *OutputsObservation) DeepCopyInto(out *OutputsObservation)

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

type OutputsParameters

type OutputsParameters struct {

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Required
	OutputKey *string `json:"outputKey" tf:"output_key,omitempty"`

	// +kubebuilder:validation:Required
	OutputValue *string `json:"outputValue" tf:"output_value,omitempty"`
}

func (*OutputsParameters) DeepCopy

func (in *OutputsParameters) DeepCopy() *OutputsParameters

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

func (*OutputsParameters) DeepCopyInto

func (in *OutputsParameters) DeepCopyInto(out *OutputsParameters)

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,openstackjet}

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) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this StackV1.

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) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this StackV1.

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 {
	ID *string `json:"id,omitempty" tf:"id,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
	Capabilities []*string `json:"capabilities,omitempty" tf:"capabilities,omitempty"`

	// +kubebuilder:validation:Optional
	CreationTime *string `json:"creationTime,omitempty" tf:"creation_time,omitempty"`

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

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

	// +kubebuilder:validation:Optional
	EnvironmentOpts map[string]*string `json:"environmentOpts,omitempty" tf:"environment_opts,omitempty"`

	// +kubebuilder:validation:Optional
	NotificationTopics []*string `json:"notificationTopics,omitempty" tf:"notification_topics,omitempty"`

	// +kubebuilder:validation:Optional
	Outputs []OutputsParameters `json:"outputs,omitempty" tf:"outputs,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
	Status *string `json:"status,omitempty" tf:"status,omitempty"`

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

	// +kubebuilder:validation:Optional
	Tags []*string `json:"tags,omitempty" tf:"tags,omitempty"`

	// +kubebuilder:validation:Optional
	TemplateDescription *string `json:"templateDescription,omitempty" tf:"template_description,omitempty"`

	// +kubebuilder:validation:Required
	TemplateOpts map[string]*string `json:"templateOpts" tf:"template_opts,omitempty"`

	// +kubebuilder:validation:Optional
	Timeout *float64 `json:"timeout,omitempty" tf:"timeout,omitempty"`

	// +kubebuilder:validation:Optional
	UpdatedTime *string `json:"updatedTime,omitempty" tf:"updated_time,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