v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

+groupName=visual.oci.kubeform.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: visual.GroupName, Version: "v1alpha1"}

Functions

func GetDecoder

func GetDecoder() map[string]jsoniter.ValDecoder

func GetEncoder

func GetEncoder() map[string]jsoniter.ValEncoder

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type BuilderVbInstance

type BuilderVbInstance struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              BuilderVbInstanceSpec   `json:"spec,omitempty"`
	Status            BuilderVbInstanceStatus `json:"status,omitempty"`
}

func (*BuilderVbInstance) DeepCopy

func (in *BuilderVbInstance) DeepCopy() *BuilderVbInstance

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

func (*BuilderVbInstance) DeepCopyInto

func (in *BuilderVbInstance) DeepCopyInto(out *BuilderVbInstance)

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

func (*BuilderVbInstance) DeepCopyObject

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

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

func (*BuilderVbInstance) SetupWebhookWithManager

func (r *BuilderVbInstance) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*BuilderVbInstance) ValidateCreate

func (r *BuilderVbInstance) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*BuilderVbInstance) ValidateDelete

func (r *BuilderVbInstance) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*BuilderVbInstance) ValidateUpdate

func (r *BuilderVbInstance) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type BuilderVbInstanceList

type BuilderVbInstanceList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of BuilderVbInstance CRD objects
	Items []BuilderVbInstance `json:"items,omitempty"`
}

BuilderVbInstanceList is a list of BuilderVbInstances

func (*BuilderVbInstanceList) DeepCopy

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

func (*BuilderVbInstanceList) DeepCopyInto

func (in *BuilderVbInstanceList) DeepCopyInto(out *BuilderVbInstanceList)

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

func (*BuilderVbInstanceList) DeepCopyObject

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

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

type BuilderVbInstanceSpec

type BuilderVbInstanceSpec struct {
	State *BuilderVbInstanceSpecResource `json:"state,omitempty" tf:"-"`

	Resource BuilderVbInstanceSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`

	SecretRef *core.LocalObjectReference `json:"secretRef,omitempty" tf:"-"`

	BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}

func (*BuilderVbInstanceSpec) DeepCopy

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

func (*BuilderVbInstanceSpec) DeepCopyInto

func (in *BuilderVbInstanceSpec) DeepCopyInto(out *BuilderVbInstanceSpec)

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

type BuilderVbInstanceSpecAlternateCustomEndpoints

type BuilderVbInstanceSpecAlternateCustomEndpoints struct {
	// +optional
	CertificateSecretID *string `json:"certificateSecretID,omitempty" tf:"certificate_secret_id"`
	// +optional
	CertificateSecretVersion *int64  `json:"certificateSecretVersion,omitempty" tf:"certificate_secret_version"`
	Hostname                 *string `json:"hostname" tf:"hostname"`
}

func (*BuilderVbInstanceSpecAlternateCustomEndpoints) DeepCopy

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

func (*BuilderVbInstanceSpecAlternateCustomEndpoints) DeepCopyInto

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

type BuilderVbInstanceSpecCustomEndpoint

type BuilderVbInstanceSpecCustomEndpoint struct {
	// +optional
	CertificateSecretID *string `json:"certificateSecretID,omitempty" tf:"certificate_secret_id"`
	// +optional
	CertificateSecretVersion *int64  `json:"certificateSecretVersion,omitempty" tf:"certificate_secret_version"`
	Hostname                 *string `json:"hostname" tf:"hostname"`
}

func (*BuilderVbInstanceSpecCustomEndpoint) DeepCopy

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

func (*BuilderVbInstanceSpecCustomEndpoint) DeepCopyInto

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

type BuilderVbInstanceSpecCustomEndpointCodec

type BuilderVbInstanceSpecCustomEndpointCodec struct {
}

+k8s:deepcopy-gen=false

func (BuilderVbInstanceSpecCustomEndpointCodec) Decode

func (BuilderVbInstanceSpecCustomEndpointCodec) Encode

func (BuilderVbInstanceSpecCustomEndpointCodec) IsEmpty

type BuilderVbInstanceSpecResource

type BuilderVbInstanceSpecResource struct {
	Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"`

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

	// +optional
	AlternateCustomEndpoints []BuilderVbInstanceSpecAlternateCustomEndpoints `json:"alternateCustomEndpoints,omitempty" tf:"alternate_custom_endpoints"`
	CompartmentID            *string                                         `json:"compartmentID" tf:"compartment_id"`
	// +optional
	ConsumptionModel *string `json:"consumptionModel,omitempty" tf:"consumption_model"`
	// +optional
	CustomEndpoint *BuilderVbInstanceSpecCustomEndpoint `json:"customEndpoint,omitempty" tf:"custom_endpoint"`
	// +optional
	DefinedTags map[string]string `json:"definedTags,omitempty" tf:"defined_tags"`
	DisplayName *string           `json:"displayName" tf:"display_name"`
	// +optional
	FreeformTags map[string]string `json:"freeformTags,omitempty" tf:"freeform_tags"`
	// +optional
	IdcsOpenID *string `json:"-" sensitive:"true" tf:"idcs_open_id"`
	// +optional
	InstanceURL *string `json:"instanceURL,omitempty" tf:"instance_url"`
	// +optional
	IsVisualBuilderEnabled *bool  `json:"isVisualBuilderEnabled,omitempty" tf:"is_visual_builder_enabled"`
	NodeCount              *int64 `json:"nodeCount" tf:"node_count"`
	// +optional
	State *string `json:"state,omitempty" tf:"state"`
	// +optional
	StateMessage *string `json:"stateMessage,omitempty" tf:"state_message"`
	// +optional
	SystemTags map[string]string `json:"systemTags,omitempty" tf:"system_tags"`
	// +optional
	TimeCreated *string `json:"timeCreated,omitempty" tf:"time_created"`
	// +optional
	TimeUpdated *string `json:"timeUpdated,omitempty" tf:"time_updated"`
}

func (*BuilderVbInstanceSpecResource) DeepCopy

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

func (*BuilderVbInstanceSpecResource) DeepCopyInto

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

type BuilderVbInstanceStatus

type BuilderVbInstanceStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*BuilderVbInstanceStatus) DeepCopy

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

func (*BuilderVbInstanceStatus) DeepCopyInto

func (in *BuilderVbInstanceStatus) DeepCopyInto(out *BuilderVbInstanceStatus)

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