v1alpha1

package
v0.0.0-...-a75951b Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=dns.infoblox.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "dns.infoblox.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 (
	View_Kind             = "View"
	View_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: View_Kind}.String()
	View_KindAPIVersion   = View_Kind + "." + CRDGroupVersion.String()
	View_GroupVersionKind = CRDGroupVersion.WithKind(View_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type View

type View struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	Spec   ViewSpec   `json:"spec"`
	Status ViewStatus `json:"status,omitempty"`
}

View is the Schema for the Views API. <no value> +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,infoblox}

func (*View) DeepCopy

func (in *View) DeepCopy() *View

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

func (*View) DeepCopyInto

func (in *View) DeepCopyInto(out *View)

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

func (*View) DeepCopyObject

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

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

func (*View) GetCondition

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

GetCondition of this View.

func (*View) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this View

func (*View) GetDeletionPolicy

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

GetDeletionPolicy of this View.

func (*View) GetID

func (tr *View) GetID() string

GetID returns ID of underlying Terraform resource of this View

func (*View) GetInitParameters

func (tr *View) GetInitParameters() (map[string]any, error)

GetInitParameters of this View

func (*View) GetManagementPolicies

func (mg *View) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this View.

func (*View) GetObservation

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

GetObservation of this View

func (*View) GetParameters

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

GetParameters of this View

func (*View) GetProviderConfigReference

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

GetProviderConfigReference of this View.

func (*View) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this View.

func (*View) GetTerraformResourceType

func (mg *View) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this View

func (*View) GetTerraformSchemaVersion

func (tr *View) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*View) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this View.

func (*View) LateInitialize

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

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

func (*View) SetConditions

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

SetConditions of this View.

func (*View) SetDeletionPolicy

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

SetDeletionPolicy of this View.

func (*View) SetManagementPolicies

func (mg *View) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this View.

func (*View) SetObservation

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

SetObservation for this View

func (*View) SetParameters

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

SetParameters for this View

func (*View) SetProviderConfigReference

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

SetProviderConfigReference of this View.

func (*View) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this View.

func (*View) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this View.

type ViewInitParameters

type ViewInitParameters struct {

	// Comment for the DNS View object; maximum 256 characters.
	Comment *string `json:"comment,omitempty" tf:"comment,omitempty"`

	// The Extensible attributes of the DNS view to be added/updated, as a map in JSON format
	ExtAttrs *string `json:"extAttrs,omitempty" tf:"ext_attrs,omitempty"`

	// The name of the DNS View to be specified
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The name of the Network View in which DNS View exists.
	NetworkView *string `json:"networkView,omitempty" tf:"network_view,omitempty"`
}

func (*ViewInitParameters) DeepCopy

func (in *ViewInitParameters) DeepCopy() *ViewInitParameters

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

func (*ViewInitParameters) DeepCopyInto

func (in *ViewInitParameters) DeepCopyInto(out *ViewInitParameters)

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

type ViewList

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

ViewList contains a list of Views

func (*ViewList) DeepCopy

func (in *ViewList) DeepCopy() *ViewList

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

func (*ViewList) DeepCopyInto

func (in *ViewList) DeepCopyInto(out *ViewList)

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

func (*ViewList) DeepCopyObject

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

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

func (*ViewList) GetItems

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

GetItems of this ViewList.

type ViewObservation

type ViewObservation struct {

	// Comment for the DNS View object; maximum 256 characters.
	Comment *string `json:"comment,omitempty" tf:"comment,omitempty"`

	// The Extensible attributes of the DNS view to be added/updated, as a map in JSON format
	ExtAttrs *string `json:"extAttrs,omitempty" tf:"ext_attrs,omitempty"`

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

	// The name of the DNS View to be specified
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The name of the Network View in which DNS View exists.
	NetworkView *string `json:"networkView,omitempty" tf:"network_view,omitempty"`
}

func (*ViewObservation) DeepCopy

func (in *ViewObservation) DeepCopy() *ViewObservation

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

func (*ViewObservation) DeepCopyInto

func (in *ViewObservation) DeepCopyInto(out *ViewObservation)

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

type ViewParameters

type ViewParameters struct {

	// Comment for the DNS View object; maximum 256 characters.
	// +kubebuilder:validation:Optional
	Comment *string `json:"comment,omitempty" tf:"comment,omitempty"`

	// The Extensible attributes of the DNS view to be added/updated, as a map in JSON format
	// +kubebuilder:validation:Optional
	ExtAttrs *string `json:"extAttrs,omitempty" tf:"ext_attrs,omitempty"`

	// The name of the DNS View to be specified
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The name of the Network View in which DNS View exists.
	// +kubebuilder:validation:Optional
	NetworkView *string `json:"networkView,omitempty" tf:"network_view,omitempty"`
}

func (*ViewParameters) DeepCopy

func (in *ViewParameters) DeepCopy() *ViewParameters

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

func (*ViewParameters) DeepCopyInto

func (in *ViewParameters) DeepCopyInto(out *ViewParameters)

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

type ViewSpec

type ViewSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ViewParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider ViewInitParameters `json:"initProvider,omitempty"`
}

ViewSpec defines the desired state of View

func (*ViewSpec) DeepCopy

func (in *ViewSpec) DeepCopy() *ViewSpec

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

func (*ViewSpec) DeepCopyInto

func (in *ViewSpec) DeepCopyInto(out *ViewSpec)

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

type ViewStatus

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

ViewStatus defines the observed state of View.

func (*ViewStatus) DeepCopy

func (in *ViewStatus) DeepCopy() *ViewStatus

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

func (*ViewStatus) DeepCopyInto

func (in *ViewStatus) DeepCopyInto(out *ViewStatus)

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