Documentation ¶
Overview ¶
Package v1beta1 is the v1beta1 version of the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: genericdaemon.GroupName, Version: "v1beta1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
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 ¶
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.