Documentation ¶
Overview ¶
Package api is the internal version of the API. +groupName=apps.kubepack.com
Index ¶
Constants ¶
const GroupName = "apps.kubepack.com"
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func RegisterDefaults ¶
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns back a Group qualified GroupResource
Types ¶
type Pack ¶
type Pack struct { metav1.TypeMeta metav1.ObjectMeta Spec PackSpec Status PackStatus }
func (*Pack) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pack.
func (*Pack) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Pack) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PackList ¶
PackList is a list of Pack objects.
func (*PackList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackList.
func (*PackList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PackList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PackSpec ¶
type PackSpec struct { }
func (*PackSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackSpec.
func (*PackSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PackStatus ¶
type PackStatus struct { }
func (*PackStatus) DeepCopy ¶
func (in *PackStatus) DeepCopy() *PackStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackStatus.
func (*PackStatus) DeepCopyInto ¶
func (in *PackStatus) DeepCopyInto(out *PackStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type User ¶
type User struct { metav1.TypeMeta metav1.ObjectMeta // DisallowedPacks holds a list of Pack.Names that are disallowed. DisallowedPacks []string }
func (*User) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new User.
func (*User) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*User) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UserList ¶
UserList is a list of User objects.
func (*UserList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserList.
func (*UserList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UserList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.