v1alpha1

package
v0.5.0-preview Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=stack.azure.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "stack.azure.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 (
	HciCluster_Kind             = "HciCluster"
	HciCluster_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: HciCluster_Kind}.String()
	HciCluster_KindAPIVersion   = HciCluster_Kind + "." + CRDGroupVersion.String()
	HciCluster_GroupVersionKind = CRDGroupVersion.WithKind(HciCluster_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type HciCluster

type HciCluster struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              HciClusterSpec   `json:"spec"`
	Status            HciClusterStatus `json:"status,omitempty"`
}

HciCluster is the Schema for the HciClusters 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,azurejet}

func (*HciCluster) DeepCopy

func (in *HciCluster) DeepCopy() *HciCluster

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

func (*HciCluster) DeepCopyInto

func (in *HciCluster) DeepCopyInto(out *HciCluster)

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

func (*HciCluster) DeepCopyObject

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

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

func (*HciCluster) GetCondition

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

GetCondition of this HciCluster.

func (*HciCluster) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this HciCluster

func (*HciCluster) GetDeletionPolicy

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

GetDeletionPolicy of this HciCluster.

func (*HciCluster) GetID

func (tr *HciCluster) GetID() string

GetID returns ID of underlying Terraform resource of this HciCluster

func (*HciCluster) GetObservation

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

GetObservation of this HciCluster

func (*HciCluster) GetParameters

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

GetParameters of this HciCluster

func (*HciCluster) GetProviderConfigReference

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

GetProviderConfigReference of this HciCluster.

func (*HciCluster) GetProviderReference

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

GetProviderReference of this HciCluster. Deprecated: Use GetProviderConfigReference.

func (*HciCluster) GetTerraformResourceType

func (mg *HciCluster) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this HciCluster

func (*HciCluster) GetTerraformSchemaVersion

func (tr *HciCluster) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*HciCluster) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this HciCluster.

func (*HciCluster) LateInitialize

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

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

func (*HciCluster) SetConditions

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

SetConditions of this HciCluster.

func (*HciCluster) SetDeletionPolicy

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

SetDeletionPolicy of this HciCluster.

func (*HciCluster) SetObservation

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

SetObservation for this HciCluster

func (*HciCluster) SetParameters

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

SetParameters for this HciCluster

func (*HciCluster) SetProviderConfigReference

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

SetProviderConfigReference of this HciCluster.

func (*HciCluster) SetProviderReference

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

SetProviderReference of this HciCluster. Deprecated: Use SetProviderConfigReference.

func (*HciCluster) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this HciCluster.

type HciClusterList

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

HciClusterList contains a list of HciClusters

func (*HciClusterList) DeepCopy

func (in *HciClusterList) DeepCopy() *HciClusterList

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

func (*HciClusterList) DeepCopyInto

func (in *HciClusterList) DeepCopyInto(out *HciClusterList)

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

func (*HciClusterList) DeepCopyObject

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

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

func (*HciClusterList) GetItems

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

GetItems of this HciClusterList.

type HciClusterObservation

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

func (*HciClusterObservation) DeepCopy

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

func (*HciClusterObservation) DeepCopyInto

func (in *HciClusterObservation) DeepCopyInto(out *HciClusterObservation)

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

type HciClusterParameters

type HciClusterParameters struct {

	// +kubebuilder:validation:Required
	ClientID *string `json:"clientId" tf:"client_id,omitempty"`

	// +kubebuilder:validation:Required
	Location *string `json:"location" tf:"location,omitempty"`

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// +kubebuilder:validation:Required
	ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name,omitempty"`

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

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

func (*HciClusterParameters) DeepCopy

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

func (*HciClusterParameters) DeepCopyInto

func (in *HciClusterParameters) DeepCopyInto(out *HciClusterParameters)

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

type HciClusterSpec

type HciClusterSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     HciClusterParameters `json:"forProvider"`
}

HciClusterSpec defines the desired state of HciCluster

func (*HciClusterSpec) DeepCopy

func (in *HciClusterSpec) DeepCopy() *HciClusterSpec

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

func (*HciClusterSpec) DeepCopyInto

func (in *HciClusterSpec) DeepCopyInto(out *HciClusterSpec)

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

type HciClusterStatus

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

HciClusterStatus defines the observed state of HciCluster.

func (*HciClusterStatus) DeepCopy

func (in *HciClusterStatus) DeepCopy() *HciClusterStatus

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

func (*HciClusterStatus) DeepCopyInto

func (in *HciClusterStatus) DeepCopyInto(out *HciClusterStatus)

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