Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the example v1 API group +k8s:deepcopy-gen=package,register +groupName=example.com
Package v1 contains API Schema definitions for the example v1 API group +k8s:deepcopy-gen=package,register +groupName=example.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "example.com", Version: "v1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
Types ¶
type VisitorsApp ¶
type VisitorsApp struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VisitorsAppSpec `json:"spec,omitempty"` Status VisitorsAppStatus `json:"status,omitempty"` }
VisitorsApp is the Schema for the visitorsapps API +k8s:openapi-gen=true +kubebuilder:subresource:status
func (*VisitorsApp) DeepCopy ¶
func (in *VisitorsApp) DeepCopy() *VisitorsApp
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VisitorsApp.
func (*VisitorsApp) DeepCopyInto ¶
func (in *VisitorsApp) DeepCopyInto(out *VisitorsApp)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VisitorsApp) DeepCopyObject ¶
func (in *VisitorsApp) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VisitorsAppList ¶
type VisitorsAppList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []VisitorsApp `json:"items"` }
VisitorsAppList contains a list of VisitorsApp
func (*VisitorsAppList) DeepCopy ¶
func (in *VisitorsAppList) DeepCopy() *VisitorsAppList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VisitorsAppList.
func (*VisitorsAppList) DeepCopyInto ¶
func (in *VisitorsAppList) DeepCopyInto(out *VisitorsAppList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VisitorsAppList) DeepCopyObject ¶
func (in *VisitorsAppList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VisitorsAppSpec ¶
VisitorsAppSpec defines the desired state of VisitorsApp +k8s:openapi-gen=true
func (*VisitorsAppSpec) DeepCopy ¶
func (in *VisitorsAppSpec) DeepCopy() *VisitorsAppSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VisitorsAppSpec.
func (*VisitorsAppSpec) DeepCopyInto ¶
func (in *VisitorsAppSpec) DeepCopyInto(out *VisitorsAppSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VisitorsAppStatus ¶
type VisitorsAppStatus struct { BackendImage string `json:"backendImage"` FrontendImage string `json:"frontendImage"` }
VisitorsAppStatus defines the observed state of VisitorsApp +k8s:openapi-gen=true
func (*VisitorsAppStatus) DeepCopy ¶
func (in *VisitorsAppStatus) DeepCopy() *VisitorsAppStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VisitorsAppStatus.
func (*VisitorsAppStatus) DeepCopyInto ¶
func (in *VisitorsAppStatus) DeepCopyInto(out *VisitorsAppStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.