Documentation
¶
Overview ¶
Package v1alpha1 is the v1alpha1 version of the API. +groupName=skasdp.org
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: nfssharecontroller.GroupName, Version: "v1alpha1"}
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 Nfsshare ¶
type Nfsshare struct {}
Nfsshare is a specification for a Nfsshare resource
func (*Nfsshare) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Nfsshare.
func (*Nfsshare) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Nfsshare) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NfsshareList ¶
type NfsshareList struct {}
NfsshareList is a list of Nfsshare resources
func (*NfsshareList) DeepCopy ¶
func (in *NfsshareList) DeepCopy() *NfsshareList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NfsshareList.
func (*NfsshareList) DeepCopyInto ¶
func (in *NfsshareList) DeepCopyInto(out *NfsshareList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NfsshareList) DeepCopyObject ¶
func (in *NfsshareList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NfsshareSpec ¶
type NfsshareSpec struct {}
NfsshareSpec is the spec for a Nfsshare resource
func (*NfsshareSpec) DeepCopy ¶
func (in *NfsshareSpec) DeepCopy() *NfsshareSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NfsshareSpec.
func (*NfsshareSpec) DeepCopyInto ¶
func (in *NfsshareSpec) DeepCopyInto(out *NfsshareSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NfsshareStatus ¶
type NfsshareStatus struct {
}NfsshareStatus is the status for a Nfsshare resource
func (*NfsshareStatus) DeepCopy ¶
func (in *NfsshareStatus) DeepCopy() *NfsshareStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NfsshareStatus.
func (*NfsshareStatus) DeepCopyInto ¶
func (in *NfsshareStatus) DeepCopyInto(out *NfsshareStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.