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: 0

Documentation

Overview

+groupName=maintenance.mongodbatlas.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: maintenance.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 Window

type Window struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              WindowSpec   `json:"spec,omitempty"`
	Status            WindowStatus `json:"status,omitempty"`
}

func (*Window) DeepCopy

func (in *Window) DeepCopy() *Window

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

func (*Window) DeepCopyInto

func (in *Window) DeepCopyInto(out *Window)

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

func (*Window) DeepCopyObject

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

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

func (*Window) SetupWebhookWithManager

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

func (*Window) ValidateCreate

func (r *Window) ValidateCreate() error

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

func (*Window) ValidateDelete

func (r *Window) ValidateDelete() error

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

func (*Window) ValidateUpdate

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

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

type WindowList

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

WindowList is a list of Windows

func (*WindowList) DeepCopy

func (in *WindowList) DeepCopy() *WindowList

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

func (*WindowList) DeepCopyInto

func (in *WindowList) DeepCopyInto(out *WindowList)

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

func (*WindowList) DeepCopyObject

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

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

type WindowSpec

type WindowSpec struct {
	State *WindowSpecResource `json:"state,omitempty" tf:"-"`

	Resource WindowSpecResource `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 (*WindowSpec) DeepCopy

func (in *WindowSpec) DeepCopy() *WindowSpec

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

func (*WindowSpec) DeepCopyInto

func (in *WindowSpec) DeepCopyInto(out *WindowSpec)

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

type WindowSpecResource

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

	// +optional
	AutoDefer *bool `json:"autoDefer,omitempty" tf:"auto_defer"`
	// +optional
	AutoDeferOnceEnabled *bool `json:"autoDeferOnceEnabled,omitempty" tf:"auto_defer_once_enabled"`
	// +optional
	DayOfWeek *int64 `json:"dayOfWeek,omitempty" tf:"day_of_week"`
	// +optional
	Defer *bool `json:"defer,omitempty" tf:"defer"`
	// +optional
	HourOfDay *int64 `json:"hourOfDay,omitempty" tf:"hour_of_day"`
	// +optional
	NumberOfDeferrals *int64  `json:"numberOfDeferrals,omitempty" tf:"number_of_deferrals"`
	ProjectID         *string `json:"projectID" tf:"project_id"`
	// +optional
	StartAsap *bool `json:"startAsap,omitempty" tf:"start_asap"`
}

func (*WindowSpecResource) DeepCopy

func (in *WindowSpecResource) DeepCopy() *WindowSpecResource

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

func (*WindowSpecResource) DeepCopyInto

func (in *WindowSpecResource) DeepCopyInto(out *WindowSpecResource)

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

type WindowStatus

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

func (in *WindowStatus) DeepCopy() *WindowStatus

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

func (*WindowStatus) DeepCopyInto

func (in *WindowStatus) DeepCopyInto(out *WindowStatus)

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