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: 14 Imported by: 2

Documentation

Overview

+groupName=brain.alicloud.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: brain.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 IndustrialPidLoop

type IndustrialPidLoop struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              IndustrialPidLoopSpec   `json:"spec,omitempty"`
	Status            IndustrialPidLoopStatus `json:"status,omitempty"`
}

func (*IndustrialPidLoop) DeepCopy

func (in *IndustrialPidLoop) DeepCopy() *IndustrialPidLoop

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

func (*IndustrialPidLoop) DeepCopyInto

func (in *IndustrialPidLoop) DeepCopyInto(out *IndustrialPidLoop)

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

func (*IndustrialPidLoop) DeepCopyObject

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

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

func (*IndustrialPidLoop) SetupWebhookWithManager

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

func (*IndustrialPidLoop) ValidateCreate

func (r *IndustrialPidLoop) ValidateCreate() error

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

func (*IndustrialPidLoop) ValidateDelete

func (r *IndustrialPidLoop) ValidateDelete() error

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

func (*IndustrialPidLoop) ValidateUpdate

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

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

type IndustrialPidLoopList

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

IndustrialPidLoopList is a list of IndustrialPidLoops

func (*IndustrialPidLoopList) DeepCopy

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

func (*IndustrialPidLoopList) DeepCopyInto

func (in *IndustrialPidLoopList) DeepCopyInto(out *IndustrialPidLoopList)

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

func (*IndustrialPidLoopList) DeepCopyObject

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

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

type IndustrialPidLoopSpec

type IndustrialPidLoopSpec struct {
	State *IndustrialPidLoopSpecResource `json:"state,omitempty" tf:"-"`

	Resource IndustrialPidLoopSpecResource `json:"resource" tf:"resource"`

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

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

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

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

func (*IndustrialPidLoopSpec) DeepCopy

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

func (*IndustrialPidLoopSpec) DeepCopyInto

func (in *IndustrialPidLoopSpec) DeepCopyInto(out *IndustrialPidLoopSpec)

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

type IndustrialPidLoopSpecResource

type IndustrialPidLoopSpecResource struct {
	ID string `json:"id,omitempty" tf:"id,omitempty"`

	PidLoopConfiguration *string `json:"pidLoopConfiguration" tf:"pid_loop_configuration"`
	PidLoopDcsType       *string `json:"pidLoopDcsType" tf:"pid_loop_dcs_type"`
	// +optional
	PidLoopDesc      *string `json:"pidLoopDesc,omitempty" tf:"pid_loop_desc"`
	PidLoopIsCrucial *bool   `json:"pidLoopIsCrucial" tf:"pid_loop_is_crucial"`
	PidLoopName      *string `json:"pidLoopName" tf:"pid_loop_name"`
	PidLoopType      *string `json:"pidLoopType" tf:"pid_loop_type"`
	PidProjectID     *string `json:"pidProjectID" tf:"pid_project_id"`
	// +optional
	Status *string `json:"status,omitempty" tf:"status"`
}

func (*IndustrialPidLoopSpecResource) DeepCopy

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

func (*IndustrialPidLoopSpecResource) DeepCopyInto

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

type IndustrialPidLoopStatus

type IndustrialPidLoopStatus 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 (*IndustrialPidLoopStatus) DeepCopy

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

func (*IndustrialPidLoopStatus) DeepCopyInto

func (in *IndustrialPidLoopStatus) DeepCopyInto(out *IndustrialPidLoopStatus)

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

type IndustrialPidOrganization

type IndustrialPidOrganization struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              IndustrialPidOrganizationSpec   `json:"spec,omitempty"`
	Status            IndustrialPidOrganizationStatus `json:"status,omitempty"`
}

func (*IndustrialPidOrganization) DeepCopy

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

func (*IndustrialPidOrganization) DeepCopyInto

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

func (*IndustrialPidOrganization) DeepCopyObject

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

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

func (*IndustrialPidOrganization) SetupWebhookWithManager

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

func (*IndustrialPidOrganization) ValidateCreate

func (r *IndustrialPidOrganization) ValidateCreate() error

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

func (*IndustrialPidOrganization) ValidateDelete

func (r *IndustrialPidOrganization) ValidateDelete() error

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

func (*IndustrialPidOrganization) ValidateUpdate

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

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

type IndustrialPidOrganizationList

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

IndustrialPidOrganizationList is a list of IndustrialPidOrganizations

func (*IndustrialPidOrganizationList) DeepCopy

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

func (*IndustrialPidOrganizationList) DeepCopyInto

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

func (*IndustrialPidOrganizationList) DeepCopyObject

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

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

type IndustrialPidOrganizationSpec

type IndustrialPidOrganizationSpec struct {
	State *IndustrialPidOrganizationSpecResource `json:"state,omitempty" tf:"-"`

	Resource IndustrialPidOrganizationSpecResource `json:"resource" tf:"resource"`

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

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

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

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

func (*IndustrialPidOrganizationSpec) DeepCopy

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

func (*IndustrialPidOrganizationSpec) DeepCopyInto

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

type IndustrialPidOrganizationSpecResource

type IndustrialPidOrganizationSpecResource struct {
	ID string `json:"id,omitempty" tf:"id,omitempty"`

	// +optional
	ParentPidOrganizationID *string `json:"parentPidOrganizationID,omitempty" tf:"parent_pid_organization_id"`
	PidOrganizationName     *string `json:"pidOrganizationName" tf:"pid_organization_name"`
}

func (*IndustrialPidOrganizationSpecResource) DeepCopy

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

func (*IndustrialPidOrganizationSpecResource) DeepCopyInto

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

type IndustrialPidOrganizationStatus

type IndustrialPidOrganizationStatus 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 (*IndustrialPidOrganizationStatus) DeepCopy

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

func (*IndustrialPidOrganizationStatus) DeepCopyInto

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

type IndustrialPidProject

type IndustrialPidProject struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              IndustrialPidProjectSpec   `json:"spec,omitempty"`
	Status            IndustrialPidProjectStatus `json:"status,omitempty"`
}

func (*IndustrialPidProject) DeepCopy

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

func (*IndustrialPidProject) DeepCopyInto

func (in *IndustrialPidProject) DeepCopyInto(out *IndustrialPidProject)

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

func (*IndustrialPidProject) DeepCopyObject

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

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

func (*IndustrialPidProject) SetupWebhookWithManager

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

func (*IndustrialPidProject) ValidateCreate

func (r *IndustrialPidProject) ValidateCreate() error

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

func (*IndustrialPidProject) ValidateDelete

func (r *IndustrialPidProject) ValidateDelete() error

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

func (*IndustrialPidProject) ValidateUpdate

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

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

type IndustrialPidProjectList

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

IndustrialPidProjectList is a list of IndustrialPidProjects

func (*IndustrialPidProjectList) DeepCopy

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

func (*IndustrialPidProjectList) DeepCopyInto

func (in *IndustrialPidProjectList) DeepCopyInto(out *IndustrialPidProjectList)

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

func (*IndustrialPidProjectList) DeepCopyObject

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

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

type IndustrialPidProjectSpec

type IndustrialPidProjectSpec struct {
	State *IndustrialPidProjectSpecResource `json:"state,omitempty" tf:"-"`

	Resource IndustrialPidProjectSpecResource `json:"resource" tf:"resource"`

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

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

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

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

func (*IndustrialPidProjectSpec) DeepCopy

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

func (*IndustrialPidProjectSpec) DeepCopyInto

func (in *IndustrialPidProjectSpec) DeepCopyInto(out *IndustrialPidProjectSpec)

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

type IndustrialPidProjectSpecResource

type IndustrialPidProjectSpecResource struct {
	ID string `json:"id,omitempty" tf:"id,omitempty"`

	PidOrganizationID *string `json:"pidOrganizationID" tf:"pid_organization_id"`
	// +optional
	PidProjectDesc *string `json:"pidProjectDesc,omitempty" tf:"pid_project_desc"`
	PidProjectName *string `json:"pidProjectName" tf:"pid_project_name"`
}

func (*IndustrialPidProjectSpecResource) DeepCopy

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

func (*IndustrialPidProjectSpecResource) DeepCopyInto

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

type IndustrialPidProjectStatus

type IndustrialPidProjectStatus 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 (*IndustrialPidProjectStatus) DeepCopy

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

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