Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the podalert v1 API group +kubebuilder:object:generate=true +groupName=podalert.k8s.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "podalert.k8s.io", 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 PodAlert ¶
type PodAlert struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PodAlertSpec `json:"spec,omitempty"` Status PodAlertStatus `json:"status,omitempty"` }
PodAlert is the Schema for the podalerts API
func (*PodAlert) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodAlert.
func (*PodAlert) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PodAlert) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PodAlertList ¶
type PodAlertList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PodAlert `json:"items"` }
PodAlertList contains a list of PodAlert
func (*PodAlertList) DeepCopy ¶
func (in *PodAlertList) DeepCopy() *PodAlertList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodAlertList.
func (*PodAlertList) DeepCopyInto ¶
func (in *PodAlertList) DeepCopyInto(out *PodAlertList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PodAlertList) DeepCopyObject ¶
func (in *PodAlertList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PodAlertSpec ¶
type PodAlertSpec struct { // Foo is an example field of PodAlert. Edit PodAlert_types.go to remove/update Foo string `json:"foo,omitempty"` }
PodAlertSpec defines the desired state of PodAlert
func (*PodAlertSpec) DeepCopy ¶
func (in *PodAlertSpec) DeepCopy() *PodAlertSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodAlertSpec.
func (*PodAlertSpec) DeepCopyInto ¶
func (in *PodAlertSpec) DeepCopyInto(out *PodAlertSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PodAlertStatus ¶
type PodAlertStatus struct { }
PodAlertStatus defines the observed state of PodAlert
func (*PodAlertStatus) DeepCopy ¶
func (in *PodAlertStatus) DeepCopy() *PodAlertStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodAlertStatus.
func (*PodAlertStatus) DeepCopyInto ¶
func (in *PodAlertStatus) DeepCopyInto(out *PodAlertStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.