v1alpha1

package
v0.3.0-preview Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "recovery.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 (
	ServicesVault_Kind             = "ServicesVault"
	ServicesVault_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ServicesVault_Kind}.String()
	ServicesVault_KindAPIVersion   = ServicesVault_Kind + "." + CRDGroupVersion.String()
	ServicesVault_GroupVersionKind = CRDGroupVersion.WithKind(ServicesVault_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type IdentityObservation

type IdentityObservation struct {
	PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"`

	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 {

	// +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 ServicesVault

type ServicesVault struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ServicesVaultSpec   `json:"spec"`
	Status            ServicesVaultStatus `json:"status,omitempty"`
}

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

func (in *ServicesVault) DeepCopy() *ServicesVault

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

func (*ServicesVault) DeepCopyInto

func (in *ServicesVault) DeepCopyInto(out *ServicesVault)

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

func (*ServicesVault) DeepCopyObject

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

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

func (*ServicesVault) GetCondition

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

GetCondition of this ServicesVault.

func (*ServicesVault) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ServicesVault

func (*ServicesVault) GetDeletionPolicy

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

GetDeletionPolicy of this ServicesVault.

func (*ServicesVault) GetObservation

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

GetObservation of this ServicesVault

func (*ServicesVault) GetParameters

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

GetParameters of this ServicesVault

func (*ServicesVault) GetProviderConfigReference

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

GetProviderConfigReference of this ServicesVault.

func (*ServicesVault) GetProviderReference

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

GetProviderReference of this ServicesVault. Deprecated: Use GetProviderConfigReference.

func (*ServicesVault) GetTerraformResourceType

func (mg *ServicesVault) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ServicesVault

func (*ServicesVault) GetTerraformSchemaVersion

func (tr *ServicesVault) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ServicesVault) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ServicesVault.

func (*ServicesVault) LateInitialize

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

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

func (*ServicesVault) SetConditions

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

SetConditions of this ServicesVault.

func (*ServicesVault) SetDeletionPolicy

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

SetDeletionPolicy of this ServicesVault.

func (*ServicesVault) SetObservation

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

SetObservation for this ServicesVault

func (*ServicesVault) SetParameters

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

SetParameters for this ServicesVault

func (*ServicesVault) SetProviderConfigReference

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

SetProviderConfigReference of this ServicesVault.

func (*ServicesVault) SetProviderReference

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

SetProviderReference of this ServicesVault. Deprecated: Use SetProviderConfigReference.

func (*ServicesVault) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ServicesVault.

type ServicesVaultList

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

ServicesVaultList contains a list of ServicesVaults

func (*ServicesVaultList) DeepCopy

func (in *ServicesVaultList) DeepCopy() *ServicesVaultList

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

func (*ServicesVaultList) DeepCopyInto

func (in *ServicesVaultList) DeepCopyInto(out *ServicesVaultList)

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

func (*ServicesVaultList) DeepCopyObject

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

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

func (*ServicesVaultList) GetItems

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

GetItems of this ServicesVaultList.

type ServicesVaultObservation

type ServicesVaultObservation struct {
}

func (*ServicesVaultObservation) DeepCopy

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

func (*ServicesVaultObservation) DeepCopyInto

func (in *ServicesVaultObservation) DeepCopyInto(out *ServicesVaultObservation)

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

type ServicesVaultParameters

type ServicesVaultParameters struct {

	// +kubebuilder:validation:Optional
	Identity []IdentityParameters `json:"identity,omitempty" tf:"identity,omitempty"`

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

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,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
	SoftDeleteEnabled *bool `json:"softDeleteEnabled,omitempty" tf:"soft_delete_enabled,omitempty"`

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

func (*ServicesVaultParameters) DeepCopy

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

func (*ServicesVaultParameters) DeepCopyInto

func (in *ServicesVaultParameters) DeepCopyInto(out *ServicesVaultParameters)

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

type ServicesVaultSpec

type ServicesVaultSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ServicesVaultParameters `json:"forProvider"`
}

ServicesVaultSpec defines the desired state of ServicesVault

func (*ServicesVaultSpec) DeepCopy

func (in *ServicesVaultSpec) DeepCopy() *ServicesVaultSpec

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

func (*ServicesVaultSpec) DeepCopyInto

func (in *ServicesVaultSpec) DeepCopyInto(out *ServicesVaultSpec)

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

type ServicesVaultStatus

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

ServicesVaultStatus defines the observed state of ServicesVault.

func (*ServicesVaultStatus) DeepCopy

func (in *ServicesVaultStatus) DeepCopy() *ServicesVaultStatus

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

func (*ServicesVaultStatus) DeepCopyInto

func (in *ServicesVaultStatus) DeepCopyInto(out *ServicesVaultStatus)

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