v1alpha1

package
v0.0.0-...-eafde97 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the simple-wordpress v1alpha1 API group +kubebuilder:object:generate=true +groupName=simple-wordpress.simplewordpress.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "simple-wordpress.simplewordpress.com", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type SimpleWordpress

type SimpleWordpress struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SimpleWordpressSpec   `json:"spec,omitempty"`
	Status SimpleWordpressStatus `json:"status,omitempty"`
}

SimpleWordpress is the Schema for the simplewordpresses API

func (*SimpleWordpress) DeepCopy

func (in *SimpleWordpress) DeepCopy() *SimpleWordpress

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

func (*SimpleWordpress) DeepCopyInto

func (in *SimpleWordpress) DeepCopyInto(out *SimpleWordpress)

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

func (*SimpleWordpress) DeepCopyObject

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

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

type SimpleWordpressList

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

SimpleWordpressList contains a list of SimpleWordpress

func (*SimpleWordpressList) DeepCopy

func (in *SimpleWordpressList) DeepCopy() *SimpleWordpressList

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

func (*SimpleWordpressList) DeepCopyInto

func (in *SimpleWordpressList) DeepCopyInto(out *SimpleWordpressList)

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

func (*SimpleWordpressList) DeepCopyObject

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

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

type SimpleWordpressSpec

type SimpleWordpressSpec struct {

	// MySql root password
	SqlRootPassword string `json:"sqlRootPassword"`
}

SimpleWordpressSpec defines the desired state of SimpleWordpress

func (*SimpleWordpressSpec) DeepCopy

func (in *SimpleWordpressSpec) DeepCopy() *SimpleWordpressSpec

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

func (*SimpleWordpressSpec) DeepCopyInto

func (in *SimpleWordpressSpec) DeepCopyInto(out *SimpleWordpressSpec)

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

type SimpleWordpressStatus

type SimpleWordpressStatus struct {
}

SimpleWordpressStatus defines the observed state of SimpleWordpress

func (*SimpleWordpressStatus) DeepCopy

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

func (*SimpleWordpressStatus) DeepCopyInto

func (in *SimpleWordpressStatus) DeepCopyInto(out *SimpleWordpressStatus)

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