v1alpha1

package
v0.5.0-preview Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "analysis.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 (
	ServicesServer_Kind             = "ServicesServer"
	ServicesServer_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ServicesServer_Kind}.String()
	ServicesServer_KindAPIVersion   = ServicesServer_Kind + "." + CRDGroupVersion.String()
	ServicesServer_GroupVersionKind = CRDGroupVersion.WithKind(ServicesServer_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type IPv4FirewallRuleObservation

type IPv4FirewallRuleObservation struct {
}

func (*IPv4FirewallRuleObservation) DeepCopy

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

func (*IPv4FirewallRuleObservation) DeepCopyInto

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

type IPv4FirewallRuleParameters

type IPv4FirewallRuleParameters struct {

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

	// +kubebuilder:validation:Required
	RangeEnd *string `json:"rangeEnd" tf:"range_end,omitempty"`

	// +kubebuilder:validation:Required
	RangeStart *string `json:"rangeStart" tf:"range_start,omitempty"`
}

func (*IPv4FirewallRuleParameters) DeepCopy

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

func (*IPv4FirewallRuleParameters) DeepCopyInto

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

type ServicesServer

type ServicesServer struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ServicesServerSpec   `json:"spec"`
	Status            ServicesServerStatus `json:"status,omitempty"`
}

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

func (in *ServicesServer) DeepCopy() *ServicesServer

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

func (*ServicesServer) DeepCopyInto

func (in *ServicesServer) DeepCopyInto(out *ServicesServer)

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

func (*ServicesServer) DeepCopyObject

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

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

func (*ServicesServer) GetCondition

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

GetCondition of this ServicesServer.

func (*ServicesServer) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ServicesServer

func (*ServicesServer) GetDeletionPolicy

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

GetDeletionPolicy of this ServicesServer.

func (*ServicesServer) GetID

func (tr *ServicesServer) GetID() string

GetID returns ID of underlying Terraform resource of this ServicesServer

func (*ServicesServer) GetObservation

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

GetObservation of this ServicesServer

func (*ServicesServer) GetParameters

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

GetParameters of this ServicesServer

func (*ServicesServer) GetProviderConfigReference

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

GetProviderConfigReference of this ServicesServer.

func (*ServicesServer) GetProviderReference

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

GetProviderReference of this ServicesServer. Deprecated: Use GetProviderConfigReference.

func (*ServicesServer) GetTerraformResourceType

func (mg *ServicesServer) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ServicesServer

func (*ServicesServer) GetTerraformSchemaVersion

func (tr *ServicesServer) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ServicesServer) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ServicesServer.

func (*ServicesServer) LateInitialize

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

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

func (*ServicesServer) SetConditions

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

SetConditions of this ServicesServer.

func (*ServicesServer) SetDeletionPolicy

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

SetDeletionPolicy of this ServicesServer.

func (*ServicesServer) SetObservation

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

SetObservation for this ServicesServer

func (*ServicesServer) SetParameters

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

SetParameters for this ServicesServer

func (*ServicesServer) SetProviderConfigReference

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

SetProviderConfigReference of this ServicesServer.

func (*ServicesServer) SetProviderReference

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

SetProviderReference of this ServicesServer. Deprecated: Use SetProviderConfigReference.

func (*ServicesServer) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ServicesServer.

type ServicesServerList

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

ServicesServerList contains a list of ServicesServers

func (*ServicesServerList) DeepCopy

func (in *ServicesServerList) DeepCopy() *ServicesServerList

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

func (*ServicesServerList) DeepCopyInto

func (in *ServicesServerList) DeepCopyInto(out *ServicesServerList)

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

func (*ServicesServerList) DeepCopyObject

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

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

func (*ServicesServerList) GetItems

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

GetItems of this ServicesServerList.

type ServicesServerObservation

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

	ServerFullName *string `json:"serverFullName,omitempty" tf:"server_full_name,omitempty"`
}

func (*ServicesServerObservation) DeepCopy

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

func (*ServicesServerObservation) DeepCopyInto

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

type ServicesServerParameters

type ServicesServerParameters struct {

	// +kubebuilder:validation:Optional
	AdminUsers []*string `json:"adminUsers,omitempty" tf:"admin_users,omitempty"`

	// +kubebuilder:validation:Optional
	BackupBlobContainerURISecretRef *v1.SecretKeySelector `json:"backupBlobContainerUriSecretRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	EnablePowerBiService *bool `json:"enablePowerBiService,omitempty" tf:"enable_power_bi_service,omitempty"`

	// +kubebuilder:validation:Optional
	IPv4FirewallRule []IPv4FirewallRuleParameters `json:"ipv4FirewallRule,omitempty" tf:"ipv4_firewall_rule,omitempty"`

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

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

	// +kubebuilder:validation:Optional
	QuerypoolConnectionMode *string `json:"querypoolConnectionMode,omitempty" tf:"querypool_connection_mode,omitempty"`

	// +kubebuilder:validation:Required
	ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name,omitempty"`

	// +kubebuilder:validation:Required
	Sku *string `json:"sku" tf:"sku,omitempty"`

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

func (*ServicesServerParameters) DeepCopy

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

func (*ServicesServerParameters) DeepCopyInto

func (in *ServicesServerParameters) DeepCopyInto(out *ServicesServerParameters)

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

type ServicesServerSpec

type ServicesServerSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ServicesServerParameters `json:"forProvider"`
}

ServicesServerSpec defines the desired state of ServicesServer

func (*ServicesServerSpec) DeepCopy

func (in *ServicesServerSpec) DeepCopy() *ServicesServerSpec

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

func (*ServicesServerSpec) DeepCopyInto

func (in *ServicesServerSpec) DeepCopyInto(out *ServicesServerSpec)

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

type ServicesServerStatus

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

ServicesServerStatus defines the observed state of ServicesServer.

func (*ServicesServerStatus) DeepCopy

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

func (*ServicesServerStatus) DeepCopyInto

func (in *ServicesServerStatus) DeepCopyInto(out *ServicesServerStatus)

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