v1

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the autoscaling v1 API group +k8s:deepcopy-gen=package,register +groupName=autoscaling.openshift.io

Package v1 contains API Schema definitions for the autoscaling v1 API group +k8s:deepcopy-gen=package,register +groupName=autoscaling.openshift.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "autoscaling.openshift.io", Version: "v1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}
)

Functions

This section is empty.

Types

type VerticalPodAutoscalerController

type VerticalPodAutoscalerController struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   VerticalPodAutoscalerSpec   `json:"spec,omitempty"`
	Status VerticalPodAutoscalerStatus `json:"status,omitempty"`
}

VerticalPodAutoscalerController is the Schema for the verticalpodautoscalerControllers API +k8s:openapi-gen=true +kubebuilder:subresource:status

func (*VerticalPodAutoscalerController) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerController.

func (*VerticalPodAutoscalerController) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VerticalPodAutoscalerController) DeepCopyObject

func (in *VerticalPodAutoscalerController) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type VerticalPodAutoscalerControllerList

type VerticalPodAutoscalerControllerList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []VerticalPodAutoscalerController `json:"items"`
}

VerticalPodAutoscalerControllerList contains a list of VerticalPodAutoscalerController

func (*VerticalPodAutoscalerControllerList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerControllerList.

func (*VerticalPodAutoscalerControllerList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VerticalPodAutoscalerControllerList) DeepCopyObject

func (in *VerticalPodAutoscalerControllerList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type VerticalPodAutoscalerSpec

type VerticalPodAutoscalerSpec struct {
	// +kubebuilder:validation:Minimum=0
	SafetyMarginFraction *float64 `json:"safetyMarginFraction,omitempty"`
	// +kubebuilder:validation:Minimum=0
	PodMinCPUMillicores *float64 `json:"podMinCPUMillicores,omitempty"`
	// +kubebuilder:validation:Minimum=0
	PodMinMemoryMb *float64 `json:"podMinMemoryMb,omitempty"`
}

VerticalPodAutoscalerSpec defines the desired state of VerticalPodAutoscalerController

func (*VerticalPodAutoscalerSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerSpec.

func (*VerticalPodAutoscalerSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VerticalPodAutoscalerStatus

type VerticalPodAutoscalerStatus struct {
}

VerticalPodAutoscalerStatus defines the observed state of VerticalPodAutoscalerController

func (*VerticalPodAutoscalerStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerStatus.

func (*VerticalPodAutoscalerStatus) DeepCopyInto

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