Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=powerbidedicated.azure.upbound.io +versionName=v1beta1
Index ¶
- Constants
- Variables
- type PowerBIEmbedded
- func (in *PowerBIEmbedded) DeepCopy() *PowerBIEmbedded
- func (in *PowerBIEmbedded) DeepCopyInto(out *PowerBIEmbedded)
- func (in *PowerBIEmbedded) DeepCopyObject() runtime.Object
- func (mg *PowerBIEmbedded) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *PowerBIEmbedded) GetConnectionDetailsMapping() map[string]string
- func (mg *PowerBIEmbedded) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *PowerBIEmbedded) GetID() string
- func (tr *PowerBIEmbedded) GetInitParameters() (map[string]any, error)
- func (mg *PowerBIEmbedded) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *PowerBIEmbedded) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *PowerBIEmbedded) GetObservation() (map[string]any, error)
- func (tr *PowerBIEmbedded) GetParameters() (map[string]any, error)
- func (mg *PowerBIEmbedded) GetProviderConfigReference() *xpv1.Reference
- func (mg *PowerBIEmbedded) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *PowerBIEmbedded) GetTerraformResourceType() string
- func (tr *PowerBIEmbedded) GetTerraformSchemaVersion() int
- func (mg *PowerBIEmbedded) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *PowerBIEmbedded) Hub()
- func (tr *PowerBIEmbedded) LateInitialize(attrs []byte) (bool, error)
- func (mg *PowerBIEmbedded) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *PowerBIEmbedded) SetConditions(c ...xpv1.Condition)
- func (mg *PowerBIEmbedded) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *PowerBIEmbedded) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *PowerBIEmbedded) SetObservation(obs map[string]any) error
- func (tr *PowerBIEmbedded) SetParameters(params map[string]any) error
- func (mg *PowerBIEmbedded) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *PowerBIEmbedded) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *PowerBIEmbedded) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type PowerBIEmbeddedInitParameters
- type PowerBIEmbeddedList
- type PowerBIEmbeddedObservation
- type PowerBIEmbeddedParameters
- type PowerBIEmbeddedSpec
- type PowerBIEmbeddedStatus
Constants ¶
const ( CRDGroup = "powerbidedicated.azure.upbound.io" CRDVersion = "v1beta1" )
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 ( PowerBIEmbedded_Kind = "PowerBIEmbedded" PowerBIEmbedded_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PowerBIEmbedded_Kind}.String() PowerBIEmbedded_KindAPIVersion = PowerBIEmbedded_Kind + "." + CRDGroupVersion.String() PowerBIEmbedded_GroupVersionKind = CRDGroupVersion.WithKind(PowerBIEmbedded_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type PowerBIEmbedded ¶
type PowerBIEmbedded struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.administrators) || (has(self.initProvider) && has(self.initProvider.administrators))",message="spec.forProvider.administrators is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.location) || (has(self.initProvider) && has(self.initProvider.location))",message="spec.forProvider.location is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.skuName) || (has(self.initProvider) && has(self.initProvider.skuName))",message="spec.forProvider.skuName is a required parameter" Spec PowerBIEmbeddedSpec `json:"spec"` Status PowerBIEmbeddedStatus `json:"status,omitempty"` }
PowerBIEmbedded is the Schema for the PowerBIEmbeddeds API. Manages a PowerBI Embedded. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].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:resource:scope=Cluster,categories={crossplane,managed,azure}
func (*PowerBIEmbedded) DeepCopy ¶
func (in *PowerBIEmbedded) DeepCopy() *PowerBIEmbedded
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerBIEmbedded.
func (*PowerBIEmbedded) DeepCopyInto ¶
func (in *PowerBIEmbedded) DeepCopyInto(out *PowerBIEmbedded)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PowerBIEmbedded) DeepCopyObject ¶
func (in *PowerBIEmbedded) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PowerBIEmbedded) GetCondition ¶
func (mg *PowerBIEmbedded) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this PowerBIEmbedded.
func (*PowerBIEmbedded) GetConnectionDetailsMapping ¶
func (tr *PowerBIEmbedded) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this PowerBIEmbedded
func (*PowerBIEmbedded) GetDeletionPolicy ¶
func (mg *PowerBIEmbedded) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this PowerBIEmbedded.
func (*PowerBIEmbedded) GetID ¶
func (tr *PowerBIEmbedded) GetID() string
GetID returns ID of underlying Terraform resource of this PowerBIEmbedded
func (*PowerBIEmbedded) GetInitParameters ¶ added in v0.35.0
func (tr *PowerBIEmbedded) GetInitParameters() (map[string]any, error)
GetInitParameters of this PowerBIEmbedded
func (*PowerBIEmbedded) GetManagementPolicies ¶ added in v0.35.0
func (mg *PowerBIEmbedded) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this PowerBIEmbedded.
func (*PowerBIEmbedded) GetMergedParameters ¶ added in v0.40.0
func (tr *PowerBIEmbedded) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
GetInitParameters of this PowerBIEmbedded
func (*PowerBIEmbedded) GetObservation ¶
func (tr *PowerBIEmbedded) GetObservation() (map[string]any, error)
GetObservation of this PowerBIEmbedded
func (*PowerBIEmbedded) GetParameters ¶
func (tr *PowerBIEmbedded) GetParameters() (map[string]any, error)
GetParameters of this PowerBIEmbedded
func (*PowerBIEmbedded) GetProviderConfigReference ¶
func (mg *PowerBIEmbedded) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this PowerBIEmbedded.
func (*PowerBIEmbedded) GetPublishConnectionDetailsTo ¶
func (mg *PowerBIEmbedded) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this PowerBIEmbedded.
func (*PowerBIEmbedded) GetTerraformResourceType ¶
func (mg *PowerBIEmbedded) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this PowerBIEmbedded
func (*PowerBIEmbedded) GetTerraformSchemaVersion ¶
func (tr *PowerBIEmbedded) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*PowerBIEmbedded) GetWriteConnectionSecretToReference ¶
func (mg *PowerBIEmbedded) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this PowerBIEmbedded.
func (*PowerBIEmbedded) Hub ¶ added in v0.42.1
func (tr *PowerBIEmbedded) Hub()
Hub marks this type as a conversion hub.
func (*PowerBIEmbedded) LateInitialize ¶
func (tr *PowerBIEmbedded) LateInitialize(attrs []byte) (bool, error)
LateInitialize this PowerBIEmbedded using its observed tfState. returns True if there are any spec changes for the resource.
func (*PowerBIEmbedded) ResolveReferences ¶
func (*PowerBIEmbedded) SetConditions ¶
func (mg *PowerBIEmbedded) SetConditions(c ...xpv1.Condition)
SetConditions of this PowerBIEmbedded.
func (*PowerBIEmbedded) SetDeletionPolicy ¶
func (mg *PowerBIEmbedded) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this PowerBIEmbedded.
func (*PowerBIEmbedded) SetManagementPolicies ¶ added in v0.35.0
func (mg *PowerBIEmbedded) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this PowerBIEmbedded.
func (*PowerBIEmbedded) SetObservation ¶
func (tr *PowerBIEmbedded) SetObservation(obs map[string]any) error
SetObservation for this PowerBIEmbedded
func (*PowerBIEmbedded) SetParameters ¶
func (tr *PowerBIEmbedded) SetParameters(params map[string]any) error
SetParameters for this PowerBIEmbedded
func (*PowerBIEmbedded) SetProviderConfigReference ¶
func (mg *PowerBIEmbedded) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this PowerBIEmbedded.
func (*PowerBIEmbedded) SetPublishConnectionDetailsTo ¶
func (mg *PowerBIEmbedded) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this PowerBIEmbedded.
func (*PowerBIEmbedded) SetWriteConnectionSecretToReference ¶
func (mg *PowerBIEmbedded) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this PowerBIEmbedded.
type PowerBIEmbeddedInitParameters ¶ added in v0.35.0
type PowerBIEmbeddedInitParameters struct { // A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant. // +listType=set Administrators []*string `json:"administrators,omitempty" tf:"administrators,omitempty"` // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Location *string `json:"location,omitempty" tf:"location,omitempty"` // Sets the PowerBI Embedded's mode. Possible values include: Gen1, Gen2. Defaults to Gen1. Changing this forces a new resource to be created. Mode *string `json:"mode,omitempty" tf:"mode,omitempty"` // Sets the PowerBI Embedded's pricing level's SKU. Possible values include: A1, A2, A3, A4, A5, A6. SkuName *string `json:"skuName,omitempty" tf:"sku_name,omitempty"` // A mapping of tags to assign to the resource. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*PowerBIEmbeddedInitParameters) DeepCopy ¶ added in v0.35.0
func (in *PowerBIEmbeddedInitParameters) DeepCopy() *PowerBIEmbeddedInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerBIEmbeddedInitParameters.
func (*PowerBIEmbeddedInitParameters) DeepCopyInto ¶ added in v0.35.0
func (in *PowerBIEmbeddedInitParameters) DeepCopyInto(out *PowerBIEmbeddedInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PowerBIEmbeddedList ¶
type PowerBIEmbeddedList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PowerBIEmbedded `json:"items"` }
PowerBIEmbeddedList contains a list of PowerBIEmbeddeds
func (*PowerBIEmbeddedList) DeepCopy ¶
func (in *PowerBIEmbeddedList) DeepCopy() *PowerBIEmbeddedList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerBIEmbeddedList.
func (*PowerBIEmbeddedList) DeepCopyInto ¶
func (in *PowerBIEmbeddedList) DeepCopyInto(out *PowerBIEmbeddedList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PowerBIEmbeddedList) DeepCopyObject ¶
func (in *PowerBIEmbeddedList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PowerBIEmbeddedList) GetItems ¶
func (l *PowerBIEmbeddedList) GetItems() []resource.Managed
GetItems of this PowerBIEmbeddedList.
type PowerBIEmbeddedObservation ¶
type PowerBIEmbeddedObservation struct { // A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant. // +listType=set Administrators []*string `json:"administrators,omitempty" tf:"administrators,omitempty"` // The ID of the PowerBI Embedded. ID *string `json:"id,omitempty" tf:"id,omitempty"` // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Location *string `json:"location,omitempty" tf:"location,omitempty"` // Sets the PowerBI Embedded's mode. Possible values include: Gen1, Gen2. Defaults to Gen1. Changing this forces a new resource to be created. Mode *string `json:"mode,omitempty" tf:"mode,omitempty"` // The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created. ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // Sets the PowerBI Embedded's pricing level's SKU. Possible values include: A1, A2, A3, A4, A5, A6. SkuName *string `json:"skuName,omitempty" tf:"sku_name,omitempty"` // A mapping of tags to assign to the resource. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*PowerBIEmbeddedObservation) DeepCopy ¶
func (in *PowerBIEmbeddedObservation) DeepCopy() *PowerBIEmbeddedObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerBIEmbeddedObservation.
func (*PowerBIEmbeddedObservation) DeepCopyInto ¶
func (in *PowerBIEmbeddedObservation) DeepCopyInto(out *PowerBIEmbeddedObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PowerBIEmbeddedParameters ¶
type PowerBIEmbeddedParameters struct { // A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant. // +kubebuilder:validation:Optional // +listType=set Administrators []*string `json:"administrators,omitempty" tf:"administrators,omitempty"` // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Location *string `json:"location,omitempty" tf:"location,omitempty"` // Sets the PowerBI Embedded's mode. Possible values include: Gen1, Gen2. Defaults to Gen1. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Mode *string `json:"mode,omitempty" tf:"mode,omitempty"` // The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup // +kubebuilder:validation:Optional ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // Reference to a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"` // Selector for a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"` // Sets the PowerBI Embedded's pricing level's SKU. Possible values include: A1, A2, A3, A4, A5, A6. // +kubebuilder:validation:Optional SkuName *string `json:"skuName,omitempty" tf:"sku_name,omitempty"` // A mapping of tags to assign to the resource. // +kubebuilder:validation:Optional // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*PowerBIEmbeddedParameters) DeepCopy ¶
func (in *PowerBIEmbeddedParameters) DeepCopy() *PowerBIEmbeddedParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerBIEmbeddedParameters.
func (*PowerBIEmbeddedParameters) DeepCopyInto ¶
func (in *PowerBIEmbeddedParameters) DeepCopyInto(out *PowerBIEmbeddedParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PowerBIEmbeddedSpec ¶
type PowerBIEmbeddedSpec struct { v1.ResourceSpec `json:",inline"` ForProvider PowerBIEmbeddedParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider PowerBIEmbeddedInitParameters `json:"initProvider,omitempty"` }
PowerBIEmbeddedSpec defines the desired state of PowerBIEmbedded
func (*PowerBIEmbeddedSpec) DeepCopy ¶
func (in *PowerBIEmbeddedSpec) DeepCopy() *PowerBIEmbeddedSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerBIEmbeddedSpec.
func (*PowerBIEmbeddedSpec) DeepCopyInto ¶
func (in *PowerBIEmbeddedSpec) DeepCopyInto(out *PowerBIEmbeddedSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PowerBIEmbeddedStatus ¶
type PowerBIEmbeddedStatus struct { v1.ResourceStatus `json:",inline"` AtProvider PowerBIEmbeddedObservation `json:"atProvider,omitempty"` }
PowerBIEmbeddedStatus defines the observed state of PowerBIEmbedded.
func (*PowerBIEmbeddedStatus) DeepCopy ¶
func (in *PowerBIEmbeddedStatus) DeepCopy() *PowerBIEmbeddedStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerBIEmbeddedStatus.
func (*PowerBIEmbeddedStatus) DeepCopyInto ¶
func (in *PowerBIEmbeddedStatus) DeepCopyInto(out *PowerBIEmbeddedStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.