Versions in this module Expand all Collapse all v0 v0.0.0 Dec 15, 2018 Changes in this version + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type ClusterAutoscaler struct + Spec ClusterAutoscalerSpec + Status ClusterAutoscalerStatus + func (in *ClusterAutoscaler) DeepCopy() *ClusterAutoscaler + func (in *ClusterAutoscaler) DeepCopyInto(out *ClusterAutoscaler) + func (in *ClusterAutoscaler) DeepCopyObject() runtime.Object + type ClusterAutoscalerList struct + Items []ClusterAutoscaler + func (in *ClusterAutoscalerList) DeepCopy() *ClusterAutoscalerList + func (in *ClusterAutoscalerList) DeepCopyInto(out *ClusterAutoscalerList) + func (in *ClusterAutoscalerList) DeepCopyObject() runtime.Object + type ClusterAutoscalerSpec struct + MaxPodGracePeriod *int32 + PodPriorityThreshold *int32 + ResourceLimits *ResourceLimits + ScaleDown *ScaleDownConfig + func (in *ClusterAutoscalerSpec) DeepCopy() *ClusterAutoscalerSpec + func (in *ClusterAutoscalerSpec) DeepCopyInto(out *ClusterAutoscalerSpec) + type ClusterAutoscalerStatus struct + func (in *ClusterAutoscalerStatus) DeepCopy() *ClusterAutoscalerStatus + func (in *ClusterAutoscalerStatus) DeepCopyInto(out *ClusterAutoscalerStatus) + type CrossVersionObjectReference struct + APIVersion string + Kind string + Name string + func (in *CrossVersionObjectReference) DeepCopy() *CrossVersionObjectReference + func (in *CrossVersionObjectReference) DeepCopyInto(out *CrossVersionObjectReference) + type GPULimit struct + Type string + func (in *GPULimit) DeepCopy() *GPULimit + func (in *GPULimit) DeepCopyInto(out *GPULimit) + type MachineAutoscaler struct + Spec MachineAutoscalerSpec + Status MachineAutoscalerStatus + func (in *MachineAutoscaler) DeepCopy() *MachineAutoscaler + func (in *MachineAutoscaler) DeepCopyInto(out *MachineAutoscaler) + func (in *MachineAutoscaler) DeepCopyObject() runtime.Object + type MachineAutoscalerList struct + Items []MachineAutoscaler + func (in *MachineAutoscalerList) DeepCopy() *MachineAutoscalerList + func (in *MachineAutoscalerList) DeepCopyInto(out *MachineAutoscalerList) + func (in *MachineAutoscalerList) DeepCopyObject() runtime.Object + type MachineAutoscalerSpec struct + MaxReplicas int32 + MinReplicas int32 + ScaleTargetRef CrossVersionObjectReference + func (in *MachineAutoscalerSpec) DeepCopy() *MachineAutoscalerSpec + func (in *MachineAutoscalerSpec) DeepCopyInto(out *MachineAutoscalerSpec) + type MachineAutoscalerStatus struct + func (in *MachineAutoscalerStatus) DeepCopy() *MachineAutoscalerStatus + func (in *MachineAutoscalerStatus) DeepCopyInto(out *MachineAutoscalerStatus) + type ResourceLimits struct + Cores *ResourceRange + GPUS []GPULimit + MaxNodesTotal *int32 + Memory *ResourceRange + func (in *ResourceLimits) DeepCopy() *ResourceLimits + func (in *ResourceLimits) DeepCopyInto(out *ResourceLimits) + type ResourceRange struct + Max int32 + Min int32 + func (in *ResourceRange) DeepCopy() *ResourceRange + func (in *ResourceRange) DeepCopyInto(out *ResourceRange) + type ScaleDownConfig struct + DelayAfterAdd string + DelayAfterDelete string + DelayAfterFailure string + Enabled bool + func (in *ScaleDownConfig) DeepCopy() *ScaleDownConfig + func (in *ScaleDownConfig) DeepCopyInto(out *ScaleDownConfig)