v1alpha1

package
v0.0.0-...-c74cf24 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=recovery.azure.tf.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	Group   = "recovery.azure.tf.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// GroupVersion is the API Group Version used to register the objects
	GroupVersion = schema.GroupVersion{Group: Group, Version: Version}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	RecoveryServicesVaultKind             = "RecoveryServicesVault"
	RecoveryServicesVaultGroupKind        = schema.GroupKind{Group: Group, Kind: RecoveryServicesVaultKind}.String()
	RecoveryServicesVaultKindAPIVersion   = RecoveryServicesVaultKind + "." + GroupVersion.String()
	RecoveryServicesVaultGroupVersionKind = GroupVersion.WithKind(RecoveryServicesVaultKind)
)

Repository type metadata.

Functions

This section is empty.

Types

type IdentityObservation

type IdentityObservation struct {
	PrincipalId string `json:"principalId" tf:"principal_id"`

	TenantId string `json:"tenantId" tf:"tenant_id"`
}

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 {
	Type string `json:"type" tf:"type"`
}

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 RecoveryServicesVault

type RecoveryServicesVault struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RecoveryServicesVaultSpec   `json:"spec"`
	Status            RecoveryServicesVaultStatus `json:"status,omitempty"`
}

RecoveryServicesVault is the Schema for the RecoveryServicesVaults 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,azure}

func (*RecoveryServicesVault) DeepCopy

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

func (*RecoveryServicesVault) DeepCopyInto

func (in *RecoveryServicesVault) DeepCopyInto(out *RecoveryServicesVault)

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

func (*RecoveryServicesVault) DeepCopyObject

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

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

func (*RecoveryServicesVault) GetCondition

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

GetCondition of this RecoveryServicesVault.

func (*RecoveryServicesVault) GetDeletionPolicy

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

GetDeletionPolicy of this RecoveryServicesVault.

func (*RecoveryServicesVault) GetObservation

func (tr *RecoveryServicesVault) GetObservation() ([]byte, error)

GetObservation of this RecoveryServicesVault

func (*RecoveryServicesVault) GetParameters

func (tr *RecoveryServicesVault) GetParameters() ([]byte, error)

GetParameters of this RecoveryServicesVault

func (*RecoveryServicesVault) GetProviderConfigReference

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

GetProviderConfigReference of this RecoveryServicesVault.

func (*RecoveryServicesVault) GetProviderReference

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

GetProviderReference of this RecoveryServicesVault. Deprecated: Use GetProviderConfigReference.

func (*RecoveryServicesVault) GetTerraformResourceIdField

func (tr *RecoveryServicesVault) GetTerraformResourceIdField() string

GetTerraformResourceIdField returns Terraform identifier field for this RecoveryServicesVault

func (*RecoveryServicesVault) GetTerraformResourceType

func (mg *RecoveryServicesVault) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RecoveryServicesVault

func (*RecoveryServicesVault) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this RecoveryServicesVault.

func (*RecoveryServicesVault) SetConditions

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

SetConditions of this RecoveryServicesVault.

func (*RecoveryServicesVault) SetDeletionPolicy

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

SetDeletionPolicy of this RecoveryServicesVault.

func (*RecoveryServicesVault) SetObservation

func (tr *RecoveryServicesVault) SetObservation(data []byte) error

SetObservation for this RecoveryServicesVault

func (*RecoveryServicesVault) SetParameters

func (tr *RecoveryServicesVault) SetParameters(data []byte) error

SetParameters for this RecoveryServicesVault

func (*RecoveryServicesVault) SetProviderConfigReference

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

SetProviderConfigReference of this RecoveryServicesVault.

func (*RecoveryServicesVault) SetProviderReference

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

SetProviderReference of this RecoveryServicesVault. Deprecated: Use SetProviderConfigReference.

func (*RecoveryServicesVault) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this RecoveryServicesVault.

type RecoveryServicesVaultList

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

RecoveryServicesVaultList contains a list of RecoveryServicesVaults

func (*RecoveryServicesVaultList) DeepCopy

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

func (*RecoveryServicesVaultList) DeepCopyInto

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

func (*RecoveryServicesVaultList) DeepCopyObject

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

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

func (*RecoveryServicesVaultList) GetItems

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

GetItems of this RecoveryServicesVaultList.

type RecoveryServicesVaultObservation

type RecoveryServicesVaultObservation struct {
}

func (*RecoveryServicesVaultObservation) DeepCopy

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

func (*RecoveryServicesVaultObservation) DeepCopyInto

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

type RecoveryServicesVaultParameters

type RecoveryServicesVaultParameters struct {
	Identity []IdentityParameters `json:"identity,omitempty" tf:"identity"`

	Location string `json:"location" tf:"location"`

	Name string `json:"name" tf:"name"`

	ResourceGroupName string `json:"resourceGroupName" tf:"resource_group_name"`

	Sku string `json:"sku" tf:"sku"`

	SoftDeleteEnabled *bool `json:"softDeleteEnabled,omitempty" tf:"soft_delete_enabled"`

	Tags map[string]string `json:"tags,omitempty" tf:"tags"`
}

func (*RecoveryServicesVaultParameters) DeepCopy

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

func (*RecoveryServicesVaultParameters) DeepCopyInto

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

type RecoveryServicesVaultSpec

type RecoveryServicesVaultSpec struct {
	xpv1.ResourceSpec `json:",inline"`
	ForProvider       RecoveryServicesVaultParameters `json:"forProvider"`
}

RecoveryServicesVaultSpec defines the desired state of RecoveryServicesVault

func (*RecoveryServicesVaultSpec) DeepCopy

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

func (*RecoveryServicesVaultSpec) DeepCopyInto

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

type RecoveryServicesVaultStatus

type RecoveryServicesVaultStatus struct {
	xpv1.ResourceStatus `json:",inline"`
	AtProvider          RecoveryServicesVaultObservation `json:"atProvider,omitempty"`
}

RecoveryServicesVaultStatus defines the observed state of RecoveryServicesVault.

func (*RecoveryServicesVaultStatus) DeepCopy

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

func (*RecoveryServicesVaultStatus) 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