Documentation ¶
Index ¶
Constants ¶
View Source
const ConfigKey = "auto_scale.kubernetes"
ConfigKey is config path where FlowPreviewConfig is located.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AutoScaleKubernetesConfig ¶
type AutoScaleKubernetesConfig struct { // Enables the Kubernetes auto-scale capability. Enabled bool `json:"enabled" default:"true"` }
AutoScaleKubernetesConfig is the configuration for the flow preview service. swagger:model +kubebuilder:object:generate=true
func (*AutoScaleKubernetesConfig) DeepCopy ¶
func (in *AutoScaleKubernetesConfig) DeepCopy() *AutoScaleKubernetesConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoScaleKubernetesConfig.
func (*AutoScaleKubernetesConfig) DeepCopyInto ¶
func (in *AutoScaleKubernetesConfig) DeepCopyInto(out *AutoScaleKubernetesConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.