v1alpha1

package
v0.0.0-...-312a01e Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the operator v1alpha1 API group +kubebuilder:object:generate=true +groupName=operator.cmwylie19

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "operator.cmwylie19", 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 MSO

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

	Spec   MSOSpec   `json:"spec,omitempty"`
	Status MSOStatus `json:"status,omitempty"`
}

MSO is the Schema for the msoes API

func (*MSO) DeepCopy

func (in *MSO) DeepCopy() *MSO

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

func (*MSO) DeepCopyInto

func (in *MSO) DeepCopyInto(out *MSO)

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

func (*MSO) DeepCopyObject

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

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

type MSOList

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

MSOList contains a list of MSO

func (*MSOList) DeepCopy

func (in *MSOList) DeepCopy() *MSOList

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

func (*MSOList) DeepCopyInto

func (in *MSOList) DeepCopyInto(out *MSOList)

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

func (*MSOList) DeepCopyObject

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

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

type MSOSpec

type MSOSpec struct {

	// Foo is an example field of MSO. Edit mso_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

MSOSpec defines the desired state of MSO

func (*MSOSpec) DeepCopy

func (in *MSOSpec) DeepCopy() *MSOSpec

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

func (*MSOSpec) DeepCopyInto

func (in *MSOSpec) DeepCopyInto(out *MSOSpec)

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

type MSOStatus

type MSOStatus struct {
}

MSOStatus defines the observed state of MSO

func (*MSOStatus) DeepCopy

func (in *MSOStatus) DeepCopy() *MSOStatus

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

func (*MSOStatus) DeepCopyInto

func (in *MSOStatus) DeepCopyInto(out *MSOStatus)

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