Documentation ¶
Overview ¶
+kubebuilder:validation:Optional
Index ¶
Constants ¶
View Source
const Key = "flow_control.preview_service"
Key is config path where FlowPreviewConfig is located.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowPreviewConfig ¶
type FlowPreviewConfig struct { // Enables the flow preview service. Enabled bool `json:"enabled" default:"true"` }
FlowPreviewConfig is the configuration for the flow control preview service. swagger:model +kubebuilder:object:generate=true
func (*FlowPreviewConfig) DeepCopy ¶
func (in *FlowPreviewConfig) DeepCopy() *FlowPreviewConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowPreviewConfig.
func (*FlowPreviewConfig) DeepCopyInto ¶
func (in *FlowPreviewConfig) DeepCopyInto(out *FlowPreviewConfig)
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.