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 ¶
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 ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sandbox.
func (*Sandbox) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Sandbox) DeepCopyObject ¶
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 ¶
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.