v1alpha1

package
v0.0.0-...-bbf1fb2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the addons v1alpha1 API group +kubebuilder:object:generate=true +groupName=addons.example.org

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "addons.example.org", 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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL