Documentation ¶
Overview ¶
Package v1 is the v1 version of the API. +groupName=ui.kyma-project.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: ui.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 BackendModule ¶
type BackendModule struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` }
BackendModule describes a module.
func (*BackendModule) DeepCopy ¶
func (in *BackendModule) DeepCopy() *BackendModule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackendModule.
func (*BackendModule) DeepCopyInto ¶
func (in *BackendModule) DeepCopyInto(out *BackendModule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackendModule) DeepCopyObject ¶
func (in *BackendModule) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackendModuleList ¶
type BackendModuleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []BackendModule `json:"items"` }
BackendModuleList is a list of BackendModule resources
func (*BackendModuleList) DeepCopy ¶
func (in *BackendModuleList) DeepCopy() *BackendModuleList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackendModuleList.
func (*BackendModuleList) DeepCopyInto ¶
func (in *BackendModuleList) DeepCopyInto(out *BackendModuleList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackendModuleList) DeepCopyObject ¶
func (in *BackendModuleList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.