v1alpha1

package
v0.0.0-...-54b7810 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=tenant.aci.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "tenant.aci.upbound.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 (
	Tenant_Kind             = "Tenant"
	Tenant_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Tenant_Kind}.String()
	Tenant_KindAPIVersion   = Tenant_Kind + "." + CRDGroupVersion.String()
	Tenant_GroupVersionKind = CRDGroupVersion.WithKind(Tenant_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type Tenant

type Tenant struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TenantSpec   `json:"spec"`
	Status            TenantStatus `json:"status,omitempty"`
}

Tenant is the Schema for the Tenants API. Manages ACI Tenant +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,aci}

func (*Tenant) DeepCopy

func (in *Tenant) DeepCopy() *Tenant

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

func (*Tenant) DeepCopyInto

func (in *Tenant) DeepCopyInto(out *Tenant)

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

func (*Tenant) DeepCopyObject

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

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

func (*Tenant) GetCondition

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

GetCondition of this Tenant.

func (*Tenant) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Tenant

func (*Tenant) GetDeletionPolicy

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

GetDeletionPolicy of this Tenant.

func (*Tenant) GetID

func (tr *Tenant) GetID() string

GetID returns ID of underlying Terraform resource of this Tenant

func (*Tenant) GetManagementPolicy

func (mg *Tenant) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this Tenant.

func (*Tenant) GetObservation

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

GetObservation of this Tenant

func (*Tenant) GetParameters

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

GetParameters of this Tenant

func (*Tenant) GetProviderConfigReference

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

GetProviderConfigReference of this Tenant.

func (*Tenant) GetProviderReference

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

GetProviderReference of this Tenant. Deprecated: Use GetProviderConfigReference.

func (*Tenant) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Tenant.

func (*Tenant) GetTerraformResourceType

func (mg *Tenant) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Tenant

func (*Tenant) GetTerraformSchemaVersion

func (tr *Tenant) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Tenant) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Tenant.

func (*Tenant) LateInitialize

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

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

func (*Tenant) SetConditions

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

SetConditions of this Tenant.

func (*Tenant) SetDeletionPolicy

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

SetDeletionPolicy of this Tenant.

func (*Tenant) SetManagementPolicy

func (mg *Tenant) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this Tenant.

func (*Tenant) SetObservation

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

SetObservation for this Tenant

func (*Tenant) SetParameters

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

SetParameters for this Tenant

func (*Tenant) SetProviderConfigReference

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

SetProviderConfigReference of this Tenant.

func (*Tenant) SetProviderReference

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

SetProviderReference of this Tenant. Deprecated: Use SetProviderConfigReference.

func (*Tenant) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Tenant.

func (*Tenant) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Tenant.

type TenantList

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

TenantList contains a list of Tenants

func (*TenantList) DeepCopy

func (in *TenantList) DeepCopy() *TenantList

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

func (*TenantList) DeepCopyInto

func (in *TenantList) DeepCopyInto(out *TenantList)

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

func (*TenantList) DeepCopyObject

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

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

func (*TenantList) GetItems

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

GetItems of this TenantList.

type TenantObservation

type TenantObservation struct {

	// Annotation for object tenant.
	Annotation *string `json:"annotation,omitempty" tf:"annotation,omitempty"`

	// Description for object tenant.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Name alias for object tenant.
	NameAlias *string `json:"nameAlias,omitempty" tf:"name_alias,omitempty"`

	// Relation to class monEPGPol. Cardinality - N_TO_ONE. Type - String.
	RelationFvRsTenantMonPol *string `json:"relationFvRsTenantMonPol,omitempty" tf:"relation_fv_rs_tenant_mon_pol,omitempty"`

	// Relation to class vzFilter. Cardinality - N_TO_M. Type - Set of String.
	RelationFvRsTnDenyRule []*string `json:"relationFvRsTnDenyRule,omitempty" tf:"relation_fv_rs_tn_deny_rule,omitempty"`
}

func (*TenantObservation) DeepCopy

func (in *TenantObservation) DeepCopy() *TenantObservation

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

func (*TenantObservation) DeepCopyInto

func (in *TenantObservation) DeepCopyInto(out *TenantObservation)

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

type TenantParameters

type TenantParameters struct {

	// Annotation for object tenant.
	// +kubebuilder:validation:Optional
	Annotation *string `json:"annotation,omitempty" tf:"annotation,omitempty"`

	// Description for object tenant.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Name alias for object tenant.
	// +kubebuilder:validation:Optional
	NameAlias *string `json:"nameAlias,omitempty" tf:"name_alias,omitempty"`

	// Relation to class monEPGPol. Cardinality - N_TO_ONE. Type - String.
	// +kubebuilder:validation:Optional
	RelationFvRsTenantMonPol *string `json:"relationFvRsTenantMonPol,omitempty" tf:"relation_fv_rs_tenant_mon_pol,omitempty"`

	// Relation to class vzFilter. Cardinality - N_TO_M. Type - Set of String.
	// +kubebuilder:validation:Optional
	RelationFvRsTnDenyRule []*string `json:"relationFvRsTnDenyRule,omitempty" tf:"relation_fv_rs_tn_deny_rule,omitempty"`
}

func (*TenantParameters) DeepCopy

func (in *TenantParameters) DeepCopy() *TenantParameters

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

func (*TenantParameters) DeepCopyInto

func (in *TenantParameters) DeepCopyInto(out *TenantParameters)

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

type TenantSpec

type TenantSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     TenantParameters `json:"forProvider"`
}

TenantSpec defines the desired state of Tenant

func (*TenantSpec) DeepCopy

func (in *TenantSpec) DeepCopy() *TenantSpec

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

func (*TenantSpec) DeepCopyInto

func (in *TenantSpec) DeepCopyInto(out *TenantSpec)

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

type TenantStatus

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

TenantStatus defines the observed state of Tenant.

func (*TenantStatus) DeepCopy

func (in *TenantStatus) DeepCopy() *TenantStatus

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

func (*TenantStatus) DeepCopyInto

func (in *TenantStatus) DeepCopyInto(out *TenantStatus)

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