v1alpha1

package
v0.4.0-preview Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "cost.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 (
	ManagementExportResourceGroup_Kind             = "ManagementExportResourceGroup"
	ManagementExportResourceGroup_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ManagementExportResourceGroup_Kind}.String()
	ManagementExportResourceGroup_KindAPIVersion   = ManagementExportResourceGroup_Kind + "." + CRDGroupVersion.String()
	ManagementExportResourceGroup_GroupVersionKind = CRDGroupVersion.WithKind(ManagementExportResourceGroup_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type DeliveryInfoObservation

type DeliveryInfoObservation struct {
}

func (*DeliveryInfoObservation) DeepCopy

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

func (*DeliveryInfoObservation) DeepCopyInto

func (in *DeliveryInfoObservation) DeepCopyInto(out *DeliveryInfoObservation)

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

type DeliveryInfoParameters

type DeliveryInfoParameters struct {

	// +kubebuilder:validation:Required
	ContainerName *string `json:"containerName" tf:"container_name,omitempty"`

	// +kubebuilder:validation:Required
	RootFolderPath *string `json:"rootFolderPath" tf:"root_folder_path,omitempty"`

	// +kubebuilder:validation:Required
	StorageAccountID *string `json:"storageAccountId" tf:"storage_account_id,omitempty"`
}

func (*DeliveryInfoParameters) DeepCopy

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

func (*DeliveryInfoParameters) DeepCopyInto

func (in *DeliveryInfoParameters) DeepCopyInto(out *DeliveryInfoParameters)

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

type ManagementExportResourceGroup

type ManagementExportResourceGroup struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ManagementExportResourceGroupSpec   `json:"spec"`
	Status            ManagementExportResourceGroupStatus `json:"status,omitempty"`
}

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

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

func (*ManagementExportResourceGroup) DeepCopyInto

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

func (*ManagementExportResourceGroup) DeepCopyObject

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

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

func (*ManagementExportResourceGroup) GetCondition

GetCondition of this ManagementExportResourceGroup.

func (*ManagementExportResourceGroup) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ManagementExportResourceGroup

func (*ManagementExportResourceGroup) GetDeletionPolicy

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

GetDeletionPolicy of this ManagementExportResourceGroup.

func (*ManagementExportResourceGroup) GetObservation

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

GetObservation of this ManagementExportResourceGroup

func (*ManagementExportResourceGroup) GetParameters

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

GetParameters of this ManagementExportResourceGroup

func (*ManagementExportResourceGroup) GetProviderConfigReference

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

GetProviderConfigReference of this ManagementExportResourceGroup.

func (*ManagementExportResourceGroup) GetProviderReference

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

GetProviderReference of this ManagementExportResourceGroup. Deprecated: Use GetProviderConfigReference.

func (*ManagementExportResourceGroup) GetTerraformResourceType

func (mg *ManagementExportResourceGroup) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ManagementExportResourceGroup

func (*ManagementExportResourceGroup) GetTerraformSchemaVersion

func (tr *ManagementExportResourceGroup) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ManagementExportResourceGroup) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ManagementExportResourceGroup.

func (*ManagementExportResourceGroup) LateInitialize

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

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

func (*ManagementExportResourceGroup) SetConditions

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

SetConditions of this ManagementExportResourceGroup.

func (*ManagementExportResourceGroup) SetDeletionPolicy

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

SetDeletionPolicy of this ManagementExportResourceGroup.

func (*ManagementExportResourceGroup) SetObservation

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

SetObservation for this ManagementExportResourceGroup

func (*ManagementExportResourceGroup) SetParameters

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

SetParameters for this ManagementExportResourceGroup

func (*ManagementExportResourceGroup) SetProviderConfigReference

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

SetProviderConfigReference of this ManagementExportResourceGroup.

func (*ManagementExportResourceGroup) SetProviderReference

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

SetProviderReference of this ManagementExportResourceGroup. Deprecated: Use SetProviderConfigReference.

func (*ManagementExportResourceGroup) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ManagementExportResourceGroup.

type ManagementExportResourceGroupList

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

ManagementExportResourceGroupList contains a list of ManagementExportResourceGroups

func (*ManagementExportResourceGroupList) DeepCopy

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

func (*ManagementExportResourceGroupList) DeepCopyInto

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

func (*ManagementExportResourceGroupList) DeepCopyObject

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

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

func (*ManagementExportResourceGroupList) GetItems

GetItems of this ManagementExportResourceGroupList.

type ManagementExportResourceGroupObservation

type ManagementExportResourceGroupObservation struct {
}

func (*ManagementExportResourceGroupObservation) DeepCopy

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

func (*ManagementExportResourceGroupObservation) DeepCopyInto

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

type ManagementExportResourceGroupParameters

type ManagementExportResourceGroupParameters struct {

	// +kubebuilder:validation:Optional
	Active *bool `json:"active,omitempty" tf:"active,omitempty"`

	// +kubebuilder:validation:Required
	DeliveryInfo []DeliveryInfoParameters `json:"deliveryInfo" tf:"delivery_info,omitempty"`

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

	// +kubebuilder:validation:Required
	Query []QueryParameters `json:"query" tf:"query,omitempty"`

	// +kubebuilder:validation:Required
	RecurrencePeriodEnd *string `json:"recurrencePeriodEnd" tf:"recurrence_period_end,omitempty"`

	// +kubebuilder:validation:Required
	RecurrencePeriodStart *string `json:"recurrencePeriodStart" tf:"recurrence_period_start,omitempty"`

	// +kubebuilder:validation:Required
	RecurrenceType *string `json:"recurrenceType" tf:"recurrence_type,omitempty"`

	// +kubebuilder:validation:Required
	ResourceGroupID *string `json:"resourceGroupId" tf:"resource_group_id,omitempty"`
}

func (*ManagementExportResourceGroupParameters) DeepCopy

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

func (*ManagementExportResourceGroupParameters) DeepCopyInto

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

type ManagementExportResourceGroupSpec

type ManagementExportResourceGroupSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ManagementExportResourceGroupParameters `json:"forProvider"`
}

ManagementExportResourceGroupSpec defines the desired state of ManagementExportResourceGroup

func (*ManagementExportResourceGroupSpec) DeepCopy

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

func (*ManagementExportResourceGroupSpec) DeepCopyInto

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

type ManagementExportResourceGroupStatus

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

ManagementExportResourceGroupStatus defines the observed state of ManagementExportResourceGroup.

func (*ManagementExportResourceGroupStatus) DeepCopy

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

func (*ManagementExportResourceGroupStatus) DeepCopyInto

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

type QueryObservation

type QueryObservation struct {
}

func (*QueryObservation) DeepCopy

func (in *QueryObservation) DeepCopy() *QueryObservation

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

func (*QueryObservation) DeepCopyInto

func (in *QueryObservation) DeepCopyInto(out *QueryObservation)

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

type QueryParameters

type QueryParameters struct {

	// +kubebuilder:validation:Required
	TimeFrame *string `json:"timeFrame" tf:"time_frame,omitempty"`

	// +kubebuilder:validation:Required
	Type *string `json:"type" tf:"type,omitempty"`
}

func (*QueryParameters) DeepCopy

func (in *QueryParameters) DeepCopy() *QueryParameters

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

func (*QueryParameters) DeepCopyInto

func (in *QueryParameters) DeepCopyInto(out *QueryParameters)

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