v1alpha1

package
v0.8.0-preview Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "customproviders.azure.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	CustomProvider_Kind             = "CustomProvider"
	CustomProvider_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: CustomProvider_Kind}.String()
	CustomProvider_KindAPIVersion   = CustomProvider_Kind + "." + CRDGroupVersion.String()
	CustomProvider_GroupVersionKind = CRDGroupVersion.WithKind(CustomProvider_Kind)
)

Repository type metadata.

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
)

Functions

This section is empty.

Types

type ActionObservation

type ActionObservation struct {
}

func (*ActionObservation) DeepCopy

func (in *ActionObservation) DeepCopy() *ActionObservation

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

func (*ActionObservation) DeepCopyInto

func (in *ActionObservation) DeepCopyInto(out *ActionObservation)

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

type ActionParameters

type ActionParameters struct {

	// +kubebuilder:validation:Required
	Endpoint *string `json:"endpoint" tf:"endpoint,omitempty"`

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

func (*ActionParameters) DeepCopy

func (in *ActionParameters) DeepCopy() *ActionParameters

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

func (*ActionParameters) DeepCopyInto

func (in *ActionParameters) DeepCopyInto(out *ActionParameters)

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

type CustomProvider

type CustomProvider struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              CustomProviderSpec   `json:"spec"`
	Status            CustomProviderStatus `json:"status,omitempty"`
}

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

func (in *CustomProvider) DeepCopy() *CustomProvider

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

func (*CustomProvider) DeepCopyInto

func (in *CustomProvider) DeepCopyInto(out *CustomProvider)

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

func (*CustomProvider) DeepCopyObject

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

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

func (*CustomProvider) GetCondition

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

GetCondition of this CustomProvider.

func (*CustomProvider) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this CustomProvider

func (*CustomProvider) GetDeletionPolicy

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

GetDeletionPolicy of this CustomProvider.

func (*CustomProvider) GetID

func (tr *CustomProvider) GetID() string

GetID returns ID of underlying Terraform resource of this CustomProvider

func (*CustomProvider) GetObservation

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

GetObservation of this CustomProvider

func (*CustomProvider) GetParameters

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

GetParameters of this CustomProvider

func (*CustomProvider) GetProviderConfigReference

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

GetProviderConfigReference of this CustomProvider.

func (*CustomProvider) GetProviderReference

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

GetProviderReference of this CustomProvider. Deprecated: Use GetProviderConfigReference.

func (*CustomProvider) GetTerraformResourceType

func (mg *CustomProvider) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this CustomProvider

func (*CustomProvider) GetTerraformSchemaVersion

func (tr *CustomProvider) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*CustomProvider) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this CustomProvider.

func (*CustomProvider) LateInitialize

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

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

func (*CustomProvider) ResolveReferences

func (mg *CustomProvider) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this CustomProvider.

func (*CustomProvider) SetConditions

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

SetConditions of this CustomProvider.

func (*CustomProvider) SetDeletionPolicy

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

SetDeletionPolicy of this CustomProvider.

func (*CustomProvider) SetObservation

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

SetObservation for this CustomProvider

func (*CustomProvider) SetParameters

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

SetParameters for this CustomProvider

func (*CustomProvider) SetProviderConfigReference

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

SetProviderConfigReference of this CustomProvider.

func (*CustomProvider) SetProviderReference

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

SetProviderReference of this CustomProvider. Deprecated: Use SetProviderConfigReference.

func (*CustomProvider) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this CustomProvider.

type CustomProviderList

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

CustomProviderList contains a list of CustomProviders

func (*CustomProviderList) DeepCopy

func (in *CustomProviderList) DeepCopy() *CustomProviderList

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

func (*CustomProviderList) DeepCopyInto

func (in *CustomProviderList) DeepCopyInto(out *CustomProviderList)

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

func (*CustomProviderList) DeepCopyObject

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

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

func (*CustomProviderList) GetItems

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

GetItems of this CustomProviderList.

type CustomProviderObservation

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

func (*CustomProviderObservation) DeepCopy

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

func (*CustomProviderObservation) DeepCopyInto

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

type CustomProviderParameters

type CustomProviderParameters struct {

	// +kubebuilder:validation:Optional
	Action []ActionParameters `json:"action,omitempty" tf:"action,omitempty"`

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

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

	// +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-azure/apis/azure/v1alpha2.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	ResourceType []ResourceTypeParameters `json:"resourceType,omitempty" tf:"resource_type,omitempty"`

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

	// +kubebuilder:validation:Optional
	Validation []ValidationParameters `json:"validation,omitempty" tf:"validation,omitempty"`
}

func (*CustomProviderParameters) DeepCopy

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

func (*CustomProviderParameters) DeepCopyInto

func (in *CustomProviderParameters) DeepCopyInto(out *CustomProviderParameters)

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

type CustomProviderSpec

type CustomProviderSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     CustomProviderParameters `json:"forProvider"`
}

CustomProviderSpec defines the desired state of CustomProvider

func (*CustomProviderSpec) DeepCopy

func (in *CustomProviderSpec) DeepCopy() *CustomProviderSpec

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

func (*CustomProviderSpec) DeepCopyInto

func (in *CustomProviderSpec) DeepCopyInto(out *CustomProviderSpec)

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

type CustomProviderStatus

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

CustomProviderStatus defines the observed state of CustomProvider.

func (*CustomProviderStatus) DeepCopy

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

func (*CustomProviderStatus) DeepCopyInto

func (in *CustomProviderStatus) DeepCopyInto(out *CustomProviderStatus)

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

type ResourceTypeObservation

type ResourceTypeObservation struct {
}

func (*ResourceTypeObservation) DeepCopy

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

func (*ResourceTypeObservation) DeepCopyInto

func (in *ResourceTypeObservation) DeepCopyInto(out *ResourceTypeObservation)

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

type ResourceTypeParameters

type ResourceTypeParameters struct {

	// +kubebuilder:validation:Required
	Endpoint *string `json:"endpoint" tf:"endpoint,omitempty"`

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

	// +kubebuilder:validation:Optional
	RoutingType *string `json:"routingType,omitempty" tf:"routing_type,omitempty"`
}

func (*ResourceTypeParameters) DeepCopy

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

func (*ResourceTypeParameters) DeepCopyInto

func (in *ResourceTypeParameters) DeepCopyInto(out *ResourceTypeParameters)

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

type ValidationObservation

type ValidationObservation struct {
}

func (*ValidationObservation) DeepCopy

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

func (*ValidationObservation) DeepCopyInto

func (in *ValidationObservation) DeepCopyInto(out *ValidationObservation)

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

type ValidationParameters

type ValidationParameters struct {

	// +kubebuilder:validation:Required
	Specification *string `json:"specification" tf:"specification,omitempty"`
}

func (*ValidationParameters) DeepCopy

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

func (*ValidationParameters) DeepCopyInto

func (in *ValidationParameters) DeepCopyInto(out *ValidationParameters)

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