Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=cost.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type DeliveryInfoObservation
- type DeliveryInfoParameters
- type ManagementExportResourceGroup
- func (in *ManagementExportResourceGroup) DeepCopy() *ManagementExportResourceGroup
- func (in *ManagementExportResourceGroup) DeepCopyInto(out *ManagementExportResourceGroup)
- func (in *ManagementExportResourceGroup) DeepCopyObject() runtime.Object
- func (mg *ManagementExportResourceGroup) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *ManagementExportResourceGroup) GetConnectionDetailsMapping() map[string]string
- func (mg *ManagementExportResourceGroup) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *ManagementExportResourceGroup) GetObservation() (map[string]interface{}, error)
- func (tr *ManagementExportResourceGroup) GetParameters() (map[string]interface{}, error)
- func (mg *ManagementExportResourceGroup) GetProviderConfigReference() *xpv1.Reference
- func (mg *ManagementExportResourceGroup) GetProviderReference() *xpv1.Reference
- func (mg *ManagementExportResourceGroup) GetTerraformResourceType() string
- func (tr *ManagementExportResourceGroup) GetTerraformSchemaVersion() int
- func (mg *ManagementExportResourceGroup) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *ManagementExportResourceGroup) LateInitialize(attrs []byte) (bool, error)
- func (mg *ManagementExportResourceGroup) SetConditions(c ...xpv1.Condition)
- func (mg *ManagementExportResourceGroup) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *ManagementExportResourceGroup) SetObservation(obs map[string]interface{}) error
- func (tr *ManagementExportResourceGroup) SetParameters(params map[string]interface{}) error
- func (mg *ManagementExportResourceGroup) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *ManagementExportResourceGroup) SetProviderReference(r *xpv1.Reference)
- func (mg *ManagementExportResourceGroup) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ManagementExportResourceGroupList
- func (in *ManagementExportResourceGroupList) DeepCopy() *ManagementExportResourceGroupList
- func (in *ManagementExportResourceGroupList) DeepCopyInto(out *ManagementExportResourceGroupList)
- func (in *ManagementExportResourceGroupList) DeepCopyObject() runtime.Object
- func (l *ManagementExportResourceGroupList) GetItems() []resource.Managed
- type ManagementExportResourceGroupObservation
- type ManagementExportResourceGroupParameters
- type ManagementExportResourceGroupSpec
- type ManagementExportResourceGroupStatus
- type QueryObservation
- type QueryParameters
Constants ¶
const ( CRDGroup = "cost.azure.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
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 )
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 ¶
func (in *DeliveryInfoObservation) DeepCopy() *DeliveryInfoObservation
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 ¶
func (in *DeliveryInfoParameters) DeepCopy() *DeliveryInfoParameters
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 ¶
func (in *ManagementExportResourceGroup) DeepCopy() *ManagementExportResourceGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagementExportResourceGroup.
func (*ManagementExportResourceGroup) DeepCopyInto ¶
func (in *ManagementExportResourceGroup) DeepCopyInto(out *ManagementExportResourceGroup)
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 ¶
func (mg *ManagementExportResourceGroup) GetCondition(ct xpv1.ConditionType) xpv1.Condition
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 ¶
func (in *ManagementExportResourceGroupList) DeepCopy() *ManagementExportResourceGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagementExportResourceGroupList.
func (*ManagementExportResourceGroupList) DeepCopyInto ¶
func (in *ManagementExportResourceGroupList) DeepCopyInto(out *ManagementExportResourceGroupList)
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 ¶
func (l *ManagementExportResourceGroupList) GetItems() []resource.Managed
GetItems of this ManagementExportResourceGroupList.
type ManagementExportResourceGroupObservation ¶
type ManagementExportResourceGroupObservation struct { }
func (*ManagementExportResourceGroupObservation) DeepCopy ¶
func (in *ManagementExportResourceGroupObservation) DeepCopy() *ManagementExportResourceGroupObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagementExportResourceGroupObservation.
func (*ManagementExportResourceGroupObservation) DeepCopyInto ¶
func (in *ManagementExportResourceGroupObservation) DeepCopyInto(out *ManagementExportResourceGroupObservation)
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 ¶
func (in *ManagementExportResourceGroupParameters) DeepCopy() *ManagementExportResourceGroupParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagementExportResourceGroupParameters.
func (*ManagementExportResourceGroupParameters) DeepCopyInto ¶
func (in *ManagementExportResourceGroupParameters) DeepCopyInto(out *ManagementExportResourceGroupParameters)
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 ¶
func (in *ManagementExportResourceGroupSpec) DeepCopy() *ManagementExportResourceGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagementExportResourceGroupSpec.
func (*ManagementExportResourceGroupSpec) DeepCopyInto ¶
func (in *ManagementExportResourceGroupSpec) DeepCopyInto(out *ManagementExportResourceGroupSpec)
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 ¶
func (in *ManagementExportResourceGroupStatus) DeepCopy() *ManagementExportResourceGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagementExportResourceGroupStatus.
func (*ManagementExportResourceGroupStatus) DeepCopyInto ¶
func (in *ManagementExportResourceGroupStatus) DeepCopyInto(out *ManagementExportResourceGroupStatus)
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.