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