v1alpha1

package
v0.3.0-preview Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "availability.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 (
	Set_Kind             = "Set"
	Set_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Set_Kind}.String()
	Set_KindAPIVersion   = Set_Kind + "." + CRDGroupVersion.String()
	Set_GroupVersionKind = CRDGroupVersion.WithKind(Set_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type Set

type Set struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SetSpec   `json:"spec"`
	Status            SetStatus `json:"status,omitempty"`
}

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

func (in *Set) DeepCopy() *Set

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

func (*Set) DeepCopyInto

func (in *Set) DeepCopyInto(out *Set)

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

func (*Set) DeepCopyObject

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

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

func (*Set) GetCondition

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

GetCondition of this Set.

func (*Set) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Set

func (*Set) GetDeletionPolicy

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

GetDeletionPolicy of this Set.

func (*Set) GetObservation

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

GetObservation of this Set

func (*Set) GetParameters

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

GetParameters of this Set

func (*Set) GetProviderConfigReference

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

GetProviderConfigReference of this Set.

func (*Set) GetProviderReference

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

GetProviderReference of this Set. Deprecated: Use GetProviderConfigReference.

func (*Set) GetTerraformResourceType

func (mg *Set) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Set

func (*Set) GetTerraformSchemaVersion

func (tr *Set) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Set) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Set.

func (*Set) LateInitialize

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

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

func (*Set) SetConditions

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

SetConditions of this Set.

func (*Set) SetDeletionPolicy

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

SetDeletionPolicy of this Set.

func (*Set) SetObservation

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

SetObservation for this Set

func (*Set) SetParameters

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

SetParameters for this Set

func (*Set) SetProviderConfigReference

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

SetProviderConfigReference of this Set.

func (*Set) SetProviderReference

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

SetProviderReference of this Set. Deprecated: Use SetProviderConfigReference.

func (*Set) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Set.

type SetList

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

SetList contains a list of Sets

func (*SetList) DeepCopy

func (in *SetList) DeepCopy() *SetList

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

func (*SetList) DeepCopyInto

func (in *SetList) DeepCopyInto(out *SetList)

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

func (*SetList) DeepCopyObject

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

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

func (*SetList) GetItems

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

GetItems of this SetList.

type SetObservation

type SetObservation struct {
}

func (*SetObservation) DeepCopy

func (in *SetObservation) DeepCopy() *SetObservation

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

func (*SetObservation) DeepCopyInto

func (in *SetObservation) DeepCopyInto(out *SetObservation)

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

type SetParameters

type SetParameters struct {

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

	// +kubebuilder:validation:Optional
	Managed *bool `json:"managed,omitempty" tf:"managed,omitempty"`

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

	// +kubebuilder:validation:Optional
	PlatformFaultDomainCount *int64 `json:"platformFaultDomainCount,omitempty" tf:"platform_fault_domain_count,omitempty"`

	// +kubebuilder:validation:Optional
	PlatformUpdateDomainCount *int64 `json:"platformUpdateDomainCount,omitempty" tf:"platform_update_domain_count,omitempty"`

	// +kubebuilder:validation:Optional
	ProximityPlacementGroupID *string `json:"proximityPlacementGroupId,omitempty" tf:"proximity_placement_group_id,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"`
}

func (*SetParameters) DeepCopy

func (in *SetParameters) DeepCopy() *SetParameters

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

func (*SetParameters) DeepCopyInto

func (in *SetParameters) DeepCopyInto(out *SetParameters)

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

type SetSpec

type SetSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     SetParameters `json:"forProvider"`
}

SetSpec defines the desired state of Set

func (*SetSpec) DeepCopy

func (in *SetSpec) DeepCopy() *SetSpec

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

func (*SetSpec) DeepCopyInto

func (in *SetSpec) DeepCopyInto(out *SetSpec)

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

type SetStatus

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

SetStatus defines the observed state of Set.

func (*SetStatus) DeepCopy

func (in *SetStatus) DeepCopy() *SetStatus

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

func (*SetStatus) DeepCopyInto

func (in *SetStatus) DeepCopyInto(out *SetStatus)

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