Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the addons v1alpha1 API group +kubebuilder:object:generate=true +groupName=addons.x-k8s.io
Index ¶
- Variables
- type MetricsServer
- func (c *MetricsServer) CommonSpec() addonv1alpha1.CommonSpec
- func (c *MetricsServer) ComponentName() string
- func (in *MetricsServer) DeepCopy() *MetricsServer
- func (in *MetricsServer) DeepCopyInto(out *MetricsServer)
- func (in *MetricsServer) DeepCopyObject() runtime.Object
- func (c *MetricsServer) GetCommonStatus() addonv1alpha1.CommonStatus
- func (c *MetricsServer) PatchSpec() addonv1alpha1.PatchSpec
- func (c *MetricsServer) SetCommonStatus(s addonv1alpha1.CommonStatus)
- type MetricsServerList
- type MetricsServerSpec
- type MetricsServerStatus
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "addons.x-k8s.io", Version: "v1alpha1"} // 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 MetricsServer ¶
type MetricsServer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MetricsServerSpec `json:"spec,omitempty"` Status MetricsServerStatus `json:"status,omitempty"` }
MetricsServer is the Schema for the metricsservers API +kubebuilder:subresource:status
func (*MetricsServer) CommonSpec ¶
func (c *MetricsServer) CommonSpec() addonv1alpha1.CommonSpec
func (*MetricsServer) ComponentName ¶
func (c *MetricsServer) ComponentName() string
func (*MetricsServer) DeepCopy ¶
func (in *MetricsServer) DeepCopy() *MetricsServer
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricsServer.
func (*MetricsServer) DeepCopyInto ¶
func (in *MetricsServer) DeepCopyInto(out *MetricsServer)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MetricsServer) DeepCopyObject ¶
func (in *MetricsServer) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MetricsServer) GetCommonStatus ¶
func (c *MetricsServer) GetCommonStatus() addonv1alpha1.CommonStatus
func (*MetricsServer) PatchSpec ¶
func (c *MetricsServer) PatchSpec() addonv1alpha1.PatchSpec
func (*MetricsServer) SetCommonStatus ¶
func (c *MetricsServer) SetCommonStatus(s addonv1alpha1.CommonStatus)
type MetricsServerList ¶
type MetricsServerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []MetricsServer `json:"items"` }
MetricsServerList contains a list of MetricsServer
func (*MetricsServerList) DeepCopy ¶
func (in *MetricsServerList) DeepCopy() *MetricsServerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricsServerList.
func (*MetricsServerList) DeepCopyInto ¶
func (in *MetricsServerList) DeepCopyInto(out *MetricsServerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MetricsServerList) DeepCopyObject ¶
func (in *MetricsServerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MetricsServerSpec ¶
type MetricsServerSpec struct { addonv1alpha1.CommonSpec `json:",inline"` addonv1alpha1.PatchSpec `json:",inline"` }
MetricsServerSpec defines the desired state of MetricsServer
func (*MetricsServerSpec) DeepCopy ¶
func (in *MetricsServerSpec) DeepCopy() *MetricsServerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricsServerSpec.
func (*MetricsServerSpec) DeepCopyInto ¶
func (in *MetricsServerSpec) DeepCopyInto(out *MetricsServerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MetricsServerStatus ¶
type MetricsServerStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "make" to regenerate code after modifying this file addonv1alpha1.CommonStatus `json:",inline"` }
MetricsServerStatus defines the observed state of MetricsServer
func (*MetricsServerStatus) DeepCopy ¶
func (in *MetricsServerStatus) DeepCopy() *MetricsServerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricsServerStatus.
func (*MetricsServerStatus) DeepCopyInto ¶
func (in *MetricsServerStatus) DeepCopyInto(out *MetricsServerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.