v1beta1

package
v0.0.0-...-057d604 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1beta1 is the v1beta1 version of the API.

Index

Constants

This section is empty.

Variables

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

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 Genericdaemon

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

	Spec   GenericdaemonSpec   `json:"spec"`
	Status GenericdaemonStatus `json:"status"`
}

Genericdaemon is a specification for a Genericdaemon resource

func (*Genericdaemon) DeepCopy

func (in *Genericdaemon) DeepCopy() *Genericdaemon

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

func (*Genericdaemon) DeepCopyInto

func (in *Genericdaemon) DeepCopyInto(out *Genericdaemon)

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

func (*Genericdaemon) DeepCopyObject

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

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

type GenericdaemonList

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

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

GenericDaemonList is a list of Genericdaemon resources

func (*GenericdaemonList) DeepCopy

func (in *GenericdaemonList) DeepCopy() *GenericdaemonList

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

func (*GenericdaemonList) DeepCopyInto

func (in *GenericdaemonList) DeepCopyInto(out *GenericdaemonList)

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

func (*GenericdaemonList) DeepCopyObject

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

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

type GenericdaemonSpec

type GenericdaemonSpec struct {
	Label string `json:"label"`
	Image string `json:"image"`
}

GenericdaemonSpec is the spec for a Genericdaemon resource

func (*GenericdaemonSpec) DeepCopy

func (in *GenericdaemonSpec) DeepCopy() *GenericdaemonSpec

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

func (*GenericdaemonSpec) DeepCopyInto

func (in *GenericdaemonSpec) DeepCopyInto(out *GenericdaemonSpec)

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

type GenericdaemonStatus

type GenericdaemonStatus struct {
	Installed int32 `json:"installed"`
}

GenericdaemonStatus is the status for a Genericdaemon resource

func (*GenericdaemonStatus) DeepCopy

func (in *GenericdaemonStatus) DeepCopy() *GenericdaemonStatus

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

func (*GenericdaemonStatus) DeepCopyInto

func (in *GenericdaemonStatus) DeepCopyInto(out *GenericdaemonStatus)

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