v1beta1

package
v0.24.0 Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=servicebus.azure.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "servicebus.azure.upbound.io"
	CRDVersion = "v1beta1"
)

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 (
	ServiceBusNamespace_Kind             = "ServiceBusNamespace"
	ServiceBusNamespace_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ServiceBusNamespace_Kind}.String()
	ServiceBusNamespace_KindAPIVersion   = ServiceBusNamespace_Kind + "." + CRDGroupVersion.String()
	ServiceBusNamespace_GroupVersionKind = CRDGroupVersion.WithKind(ServiceBusNamespace_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type CustomerManagedKeyObservation

type CustomerManagedKeyObservation struct {
}

func (*CustomerManagedKeyObservation) DeepCopy

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

func (*CustomerManagedKeyObservation) DeepCopyInto

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

type CustomerManagedKeyParameters

type CustomerManagedKeyParameters struct {

	// The ID of the User Assigned Identity that has access to the key.
	// +kubebuilder:validation:Required
	IdentityID *string `json:"identityId" tf:"identity_id,omitempty"`

	// Used to specify whether enable Infrastructure Encryption (Double Encryption).
	// +kubebuilder:validation:Optional
	InfrastructureEncryptionEnabled *bool `json:"infrastructureEncryptionEnabled,omitempty" tf:"infrastructure_encryption_enabled,omitempty"`

	// The ID of the Key Vault Key which should be used to Encrypt the data in this ServiceBus Namespace.
	// +kubebuilder:validation:Required
	KeyVaultKeyID *string `json:"keyVaultKeyId" tf:"key_vault_key_id,omitempty"`
}

func (*CustomerManagedKeyParameters) DeepCopy

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

func (*CustomerManagedKeyParameters) DeepCopyInto

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

type IdentityObservation

type IdentityObservation struct {

	// The Principal ID for the Service Principal associated with the Managed Service Identity of this ServiceBus Namespace.
	PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"`

	// The Tenant ID for the Service Principal associated with the Managed Service Identity of this ServiceBus Namespace.
	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`
}

func (*IdentityObservation) DeepCopy

func (in *IdentityObservation) DeepCopy() *IdentityObservation

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

func (*IdentityObservation) DeepCopyInto

func (in *IdentityObservation) DeepCopyInto(out *IdentityObservation)

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

type IdentityParameters

type IdentityParameters struct {

	// Specifies a list of User Assigned Managed Identity IDs to be assigned to this API Management Service.
	// +kubebuilder:validation:Optional
	IdentityIds []*string `json:"identityIds,omitempty" tf:"identity_ids,omitempty"`

	// Specifies the type of Managed Service Identity that should be configured on this ServiceBus Namespace. Possible values are SystemAssigned, UserAssigned, SystemAssigned, UserAssigned (to enable both).
	// +kubebuilder:validation:Required
	Type *string `json:"type" tf:"type,omitempty"`
}

func (*IdentityParameters) DeepCopy

func (in *IdentityParameters) DeepCopy() *IdentityParameters

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

func (*IdentityParameters) DeepCopyInto

func (in *IdentityParameters) DeepCopyInto(out *IdentityParameters)

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

type ServiceBusNamespace

type ServiceBusNamespace struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ServiceBusNamespaceSpec   `json:"spec"`
	Status            ServiceBusNamespaceStatus `json:"status,omitempty"`
}

ServiceBusNamespace is the Schema for the ServiceBusNamespaces API. Manages a ServiceBus Namespace. +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,azure}

func (*ServiceBusNamespace) DeepCopy

func (in *ServiceBusNamespace) DeepCopy() *ServiceBusNamespace

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

func (*ServiceBusNamespace) DeepCopyInto

func (in *ServiceBusNamespace) DeepCopyInto(out *ServiceBusNamespace)

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

func (*ServiceBusNamespace) DeepCopyObject

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

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

func (*ServiceBusNamespace) GetCondition

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

GetCondition of this ServiceBusNamespace.

func (*ServiceBusNamespace) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ServiceBusNamespace

func (*ServiceBusNamespace) GetDeletionPolicy

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

GetDeletionPolicy of this ServiceBusNamespace.

func (*ServiceBusNamespace) GetID

func (tr *ServiceBusNamespace) GetID() string

GetID returns ID of underlying Terraform resource of this ServiceBusNamespace

func (*ServiceBusNamespace) GetObservation

func (tr *ServiceBusNamespace) GetObservation() (map[string]any, error)

GetObservation of this ServiceBusNamespace

func (*ServiceBusNamespace) GetParameters

func (tr *ServiceBusNamespace) GetParameters() (map[string]any, error)

GetParameters of this ServiceBusNamespace

func (*ServiceBusNamespace) GetProviderConfigReference

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

GetProviderConfigReference of this ServiceBusNamespace.

func (*ServiceBusNamespace) GetProviderReference

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

GetProviderReference of this ServiceBusNamespace. Deprecated: Use GetProviderConfigReference.

func (*ServiceBusNamespace) GetPublishConnectionDetailsTo

func (mg *ServiceBusNamespace) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ServiceBusNamespace.

func (*ServiceBusNamespace) GetTerraformResourceType

func (mg *ServiceBusNamespace) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ServiceBusNamespace

func (*ServiceBusNamespace) GetTerraformSchemaVersion

func (tr *ServiceBusNamespace) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ServiceBusNamespace) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ServiceBusNamespace.

func (*ServiceBusNamespace) LateInitialize

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

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

func (*ServiceBusNamespace) ResolveReferences

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

ResolveReferences of this ServiceBusNamespace.

func (*ServiceBusNamespace) SetConditions

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

SetConditions of this ServiceBusNamespace.

func (*ServiceBusNamespace) SetDeletionPolicy

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

SetDeletionPolicy of this ServiceBusNamespace.

func (*ServiceBusNamespace) SetObservation

func (tr *ServiceBusNamespace) SetObservation(obs map[string]any) error

SetObservation for this ServiceBusNamespace

func (*ServiceBusNamespace) SetParameters

func (tr *ServiceBusNamespace) SetParameters(params map[string]any) error

SetParameters for this ServiceBusNamespace

func (*ServiceBusNamespace) SetProviderConfigReference

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

SetProviderConfigReference of this ServiceBusNamespace.

func (*ServiceBusNamespace) SetProviderReference

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

SetProviderReference of this ServiceBusNamespace. Deprecated: Use SetProviderConfigReference.

func (*ServiceBusNamespace) SetPublishConnectionDetailsTo

func (mg *ServiceBusNamespace) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ServiceBusNamespace.

func (*ServiceBusNamespace) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ServiceBusNamespace.

type ServiceBusNamespaceList

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

ServiceBusNamespaceList contains a list of ServiceBusNamespaces

func (*ServiceBusNamespaceList) DeepCopy

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

func (*ServiceBusNamespaceList) DeepCopyInto

func (in *ServiceBusNamespaceList) DeepCopyInto(out *ServiceBusNamespaceList)

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

func (*ServiceBusNamespaceList) DeepCopyObject

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

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

func (*ServiceBusNamespaceList) GetItems

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

GetItems of this ServiceBusNamespaceList.

type ServiceBusNamespaceObservation

type ServiceBusNamespaceObservation struct {

	// The ServiceBus Namespace ID.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// An identity block as defined below.
	// +kubebuilder:validation:Optional
	Identity []IdentityObservation `json:"identity,omitempty" tf:"identity,omitempty"`
}

func (*ServiceBusNamespaceObservation) DeepCopy

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

func (*ServiceBusNamespaceObservation) DeepCopyInto

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

type ServiceBusNamespaceParameters

type ServiceBusNamespaceParameters struct {

	// Specifies the capacity. When sku is Premium, capacity can be 1, 2, 4, 8 or 16. When sku is Basic or Standard, capacity can be 0 only.
	// +kubebuilder:validation:Optional
	Capacity *float64 `json:"capacity,omitempty" tf:"capacity,omitempty"`

	// An customer_managed_key block as defined below.
	// +kubebuilder:validation:Optional
	CustomerManagedKey []CustomerManagedKeyParameters `json:"customerManagedKey,omitempty" tf:"customer_managed_key,omitempty"`

	// An identity block as defined below.
	// +kubebuilder:validation:Optional
	Identity []IdentityParameters `json:"identity,omitempty" tf:"identity,omitempty"`

	// Whether or not SAS authentication is enabled for the Service Bus namespace. Defaults to true.
	// +kubebuilder:validation:Optional
	LocalAuthEnabled *bool `json:"localAuthEnabled,omitempty" tf:"local_auth_enabled,omitempty"`

	// Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Required
	Location *string `json:"location" tf:"location,omitempty"`

	// The name of the resource group in which to
	// create the namespace.
	// +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:"-"`

	// Defines which tier to use. Options are Basic, Standard or Premium. Please note that setting this field to Premium will force the creation of a new resource.
	// +kubebuilder:validation:Required
	Sku *string `json:"sku" tf:"sku,omitempty"`

	// A mapping of tags to assign to the resource.
	// +kubebuilder:validation:Optional
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`

	// Whether or not this resource is zone redundant. sku needs to be Premium. Defaults to false.
	// +kubebuilder:validation:Optional
	ZoneRedundant *bool `json:"zoneRedundant,omitempty" tf:"zone_redundant,omitempty"`
}

func (*ServiceBusNamespaceParameters) DeepCopy

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

func (*ServiceBusNamespaceParameters) DeepCopyInto

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

type ServiceBusNamespaceSpec

type ServiceBusNamespaceSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ServiceBusNamespaceParameters `json:"forProvider"`
}

ServiceBusNamespaceSpec defines the desired state of ServiceBusNamespace

func (*ServiceBusNamespaceSpec) DeepCopy

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

func (*ServiceBusNamespaceSpec) DeepCopyInto

func (in *ServiceBusNamespaceSpec) DeepCopyInto(out *ServiceBusNamespaceSpec)

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

type ServiceBusNamespaceStatus

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

ServiceBusNamespaceStatus defines the observed state of ServiceBusNamespace.

func (*ServiceBusNamespaceStatus) DeepCopy

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

func (*ServiceBusNamespaceStatus) DeepCopyInto

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