Documentation ¶
Overview ¶
+kubebuilder:validation:Optional
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.
type Handler ¶
type Handler struct { flowpreviewv1.UnimplementedFlowPreviewServiceServer // contains filtered or unexported fields }
Handler implements flowpreview.v1 service.
func NewHandler ¶
NewHandler returns a new Handler.
func (*Handler) PreviewFlowLabels ¶
func (h *Handler) PreviewFlowLabels(ctx context.Context, req *flowpreviewv1.PreviewFlowLabelsRequest) (*flowpreviewv1.PreviewFlowLabelsResponse, error)
PreviewFlowLabels implements flowpreview.v1.PreviewFlowLabels.
Click to show internal directories.
Click to hide internal directories.