v1alpha1

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the operators.plex.dev API group +k8s:deepcopy-gen=package,register +groupName=operators.plex.dev

Package v1alpha1 contains API Schema definitions for the operators.plex.dev API group +k8s:deepcopy-gen=package,register +groupName=operators.plex.dev

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "operators.plex.dev", Version: "v1alpha1"}

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

Functions

Types

type Sandbox

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

	Spec   SandboxSpec   `json:"spec,omitempty"`
	Status SandboxStatus `json:"status,omitempty"`
}

Sandbox is the Schema for the sandboxes API +k8s:openapi-gen=true +kubebuilder:subresource:status

func (*Sandbox) DeepCopy

func (in *Sandbox) DeepCopy() *Sandbox

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

func (*Sandbox) DeepCopyInto

func (in *Sandbox) DeepCopyInto(out *Sandbox)

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

func (*Sandbox) DeepCopyObject

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

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

type SandboxList

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

SandboxList contains a list of Sandbox

func (*SandboxList) DeepCopy

func (in *SandboxList) DeepCopy() *SandboxList

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

func (*SandboxList) DeepCopyInto

func (in *SandboxList) DeepCopyInto(out *SandboxList)

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

func (*SandboxList) DeepCopyObject

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

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

type SandboxSpec

type SandboxSpec struct {
	Owners []string `json:"owners"`
	Size   string   `json:"size"`
}

SandboxSpec defines the desired state of Sandbox +k8s:openapi-gen=true

func (*SandboxSpec) DeepCopy

func (in *SandboxSpec) DeepCopy() *SandboxSpec

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

func (*SandboxSpec) DeepCopyInto

func (in *SandboxSpec) DeepCopyInto(out *SandboxSpec)

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

type SandboxStatus

type SandboxStatus struct{}

SandboxStatus defines the observed state of Sandbox +k8s:openapi-gen=true

func (*SandboxStatus) DeepCopy

func (in *SandboxStatus) DeepCopy() *SandboxStatus

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

func (*SandboxStatus) DeepCopyInto

func (in *SandboxStatus) DeepCopyInto(out *SandboxStatus)

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