Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the app.example.com v1 API group +kubebuilder:object:generate=true +groupName=app.example.com.github.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "app.example.com.github.com", Version: "v1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type AppService ¶
type AppService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AppServiceSpec `json:"spec,omitempty"` Status AppServiceStatus `json:"status,omitempty"` }
AppService is the Schema for the appservices API
func (*AppService) DeepCopy ¶
func (in *AppService) DeepCopy() *AppService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppService.
func (*AppService) DeepCopyInto ¶
func (in *AppService) DeepCopyInto(out *AppService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AppService) DeepCopyObject ¶
func (in *AppService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AppServiceList ¶
type AppServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AppService `json:"items"` }
AppServiceList contains a list of AppService
func (*AppServiceList) DeepCopy ¶
func (in *AppServiceList) DeepCopy() *AppServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppServiceList.
func (*AppServiceList) DeepCopyInto ¶
func (in *AppServiceList) DeepCopyInto(out *AppServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AppServiceList) DeepCopyObject ¶
func (in *AppServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AppServiceSpec ¶
type AppServiceSpec struct { // Foo is an example field of AppService. Edit appservice_types.go to remove/update Foo string `json:"foo,omitempty"` }
AppServiceSpec defines the desired state of AppService
func (*AppServiceSpec) DeepCopy ¶
func (in *AppServiceSpec) DeepCopy() *AppServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppServiceSpec.
func (*AppServiceSpec) DeepCopyInto ¶
func (in *AppServiceSpec) DeepCopyInto(out *AppServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AppServiceStatus ¶
type AppServiceStatus struct { }
AppServiceStatus defines the observed state of AppService
func (*AppServiceStatus) DeepCopy ¶
func (in *AppServiceStatus) DeepCopy() *AppServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppServiceStatus.
func (*AppServiceStatus) DeepCopyInto ¶
func (in *AppServiceStatus) DeepCopyInto(out *AppServiceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.