Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the policy v1beta1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=sigs.k8s.io/kubebuilder/test/project/pkg/apis/policy +k8s:defaulter-gen=TypeMeta +groupName=policy.testproject.org
Package v1beta1 contains API Schema definitions for the policy v1beta1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=sigs.k8s.io/kubebuilder/test/project/pkg/apis/policy +k8s:defaulter-gen=TypeMeta +groupName=policy.testproject.org
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "policy.testproject.org", Version: "v1beta1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme is required by pkg/client/... AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource is required by pkg/client/listers/...
Types ¶
type HealthCheckPolicy ¶
type HealthCheckPolicy struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec HealthCheckPolicySpec `json:"spec,omitempty"` Status HealthCheckPolicyStatus `json:"status,omitempty"` }
HealthCheckPolicy is the Schema for the healthcheckpolicies API +k8s:openapi-gen=true
func (*HealthCheckPolicy) DeepCopy ¶
func (in *HealthCheckPolicy) DeepCopy() *HealthCheckPolicy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthCheckPolicy.
func (*HealthCheckPolicy) DeepCopyInto ¶
func (in *HealthCheckPolicy) DeepCopyInto(out *HealthCheckPolicy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HealthCheckPolicy) DeepCopyObject ¶
func (in *HealthCheckPolicy) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HealthCheckPolicyList ¶
type HealthCheckPolicyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []HealthCheckPolicy `json:"items"` }
HealthCheckPolicyList contains a list of HealthCheckPolicy
func (*HealthCheckPolicyList) DeepCopy ¶
func (in *HealthCheckPolicyList) DeepCopy() *HealthCheckPolicyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthCheckPolicyList.
func (*HealthCheckPolicyList) DeepCopyInto ¶
func (in *HealthCheckPolicyList) DeepCopyInto(out *HealthCheckPolicyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HealthCheckPolicyList) DeepCopyObject ¶
func (in *HealthCheckPolicyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HealthCheckPolicySpec ¶
type HealthCheckPolicySpec struct { }
HealthCheckPolicySpec defines the desired state of HealthCheckPolicy
func (*HealthCheckPolicySpec) DeepCopy ¶
func (in *HealthCheckPolicySpec) DeepCopy() *HealthCheckPolicySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthCheckPolicySpec.
func (*HealthCheckPolicySpec) DeepCopyInto ¶
func (in *HealthCheckPolicySpec) DeepCopyInto(out *HealthCheckPolicySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HealthCheckPolicyStatus ¶
type HealthCheckPolicyStatus struct { }
HealthCheckPolicyStatus defines the observed state of HealthCheckPolicy
func (*HealthCheckPolicyStatus) DeepCopy ¶
func (in *HealthCheckPolicyStatus) DeepCopy() *HealthCheckPolicyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthCheckPolicyStatus.
func (*HealthCheckPolicyStatus) DeepCopyInto ¶
func (in *HealthCheckPolicyStatus) DeepCopyInto(out *HealthCheckPolicyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.