Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the apps v1beta1 API group +kubebuilder:object:generate=true +groupName=apps.luojun96.io
Index ¶
- Variables
- type CustomDeamonset
- func (in *CustomDeamonset) DeepCopy() *CustomDeamonset
- func (in *CustomDeamonset) DeepCopyInto(out *CustomDeamonset)
- func (in *CustomDeamonset) DeepCopyObject() runtime.Object
- func (r *CustomDeamonset) Default()
- func (r *CustomDeamonset) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *CustomDeamonset) ValidateCreate() error
- func (r *CustomDeamonset) ValidateDelete() error
- func (r *CustomDeamonset) ValidateUpdate(old runtime.Object) error
- type CustomDeamonsetList
- type CustomDeamonsetSpec
- type CustomDeamonsetStatus
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "apps.luojun96.io", Version: "v1beta1"} // 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 CustomDeamonset ¶
type CustomDeamonset struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CustomDeamonsetSpec `json:"spec,omitempty"` Status CustomDeamonsetStatus `json:"status,omitempty"` }
CustomDeamonset is the Schema for the customdeamonsets API
func (*CustomDeamonset) DeepCopy ¶
func (in *CustomDeamonset) DeepCopy() *CustomDeamonset
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomDeamonset.
func (*CustomDeamonset) DeepCopyInto ¶
func (in *CustomDeamonset) DeepCopyInto(out *CustomDeamonset)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CustomDeamonset) DeepCopyObject ¶
func (in *CustomDeamonset) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*CustomDeamonset) Default ¶
func (r *CustomDeamonset) Default()
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*CustomDeamonset) SetupWebhookWithManager ¶
func (r *CustomDeamonset) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*CustomDeamonset) ValidateCreate ¶
func (r *CustomDeamonset) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*CustomDeamonset) ValidateDelete ¶
func (r *CustomDeamonset) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*CustomDeamonset) ValidateUpdate ¶
func (r *CustomDeamonset) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type CustomDeamonsetList ¶
type CustomDeamonsetList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []CustomDeamonset `json:"items"` }
CustomDeamonsetList contains a list of CustomDeamonset
func (*CustomDeamonsetList) DeepCopy ¶
func (in *CustomDeamonsetList) DeepCopy() *CustomDeamonsetList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomDeamonsetList.
func (*CustomDeamonsetList) DeepCopyInto ¶
func (in *CustomDeamonsetList) DeepCopyInto(out *CustomDeamonsetList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CustomDeamonsetList) DeepCopyObject ¶
func (in *CustomDeamonsetList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CustomDeamonsetSpec ¶
type CustomDeamonsetSpec struct { // Image is an field of CustomDeamonset. Edit customdeamonset_types.go to remove/update Image string `json:"image,omitempty"` }
CustomDeamonsetSpec defines the desired state of CustomDeamonset
func (*CustomDeamonsetSpec) DeepCopy ¶
func (in *CustomDeamonsetSpec) DeepCopy() *CustomDeamonsetSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomDeamonsetSpec.
func (*CustomDeamonsetSpec) DeepCopyInto ¶
func (in *CustomDeamonsetSpec) DeepCopyInto(out *CustomDeamonsetSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CustomDeamonsetStatus ¶
type CustomDeamonsetStatus struct {
AvaliableReplicas int `json:"avaliableReplicas,omitempty"`
}
CustomDeamonsetStatus defines the observed state of CustomDeamonset
func (*CustomDeamonsetStatus) DeepCopy ¶
func (in *CustomDeamonsetStatus) DeepCopy() *CustomDeamonsetStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomDeamonsetStatus.
func (*CustomDeamonsetStatus) DeepCopyInto ¶
func (in *CustomDeamonsetStatus) DeepCopyInto(out *CustomDeamonsetStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.