v2

package
v0.0.0-...-8f6fd7e Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v2 is the v2 version of the API. +groupName=mattmoor.io

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: warmimagecontroller.GroupName, Version: "v2"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back 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 WarmImage

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

	Spec   WarmImageSpec   `json:"spec"`
	Status WarmImageStatus `json:"status"`
}

WarmImage is a specification for a WarmImage resource

func (*WarmImage) DeepCopy

func (in *WarmImage) DeepCopy() *WarmImage

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

func (*WarmImage) DeepCopyInto

func (in *WarmImage) DeepCopyInto(out *WarmImage)

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

func (*WarmImage) DeepCopyObject

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

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

type WarmImageList

type WarmImageList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []WarmImage `json:"items"`
}

WarmImageList is a list of WarmImage resources

func (*WarmImageList) DeepCopy

func (in *WarmImageList) DeepCopy() *WarmImageList

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

func (*WarmImageList) DeepCopyInto

func (in *WarmImageList) DeepCopyInto(out *WarmImageList)

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

func (*WarmImageList) DeepCopyObject

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

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

type WarmImageSpec

type WarmImageSpec struct {
	Image            string                       `json:"image"`
	ImagePullSecrets *corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"`
}

WarmImageSpec is the spec for a WarmImage resource

func (*WarmImageSpec) DeepCopy

func (in *WarmImageSpec) DeepCopy() *WarmImageSpec

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

func (*WarmImageSpec) DeepCopyInto

func (in *WarmImageSpec) DeepCopyInto(out *WarmImageSpec)

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

type WarmImageStatus

type WarmImageStatus struct {
}

WarmImageStatus is the status for a WarmImage resource

func (*WarmImageStatus) DeepCopy

func (in *WarmImageStatus) DeepCopy() *WarmImageStatus

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

func (*WarmImageStatus) DeepCopyInto

func (in *WarmImageStatus) DeepCopyInto(out *WarmImageStatus)

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