ClusterFlow

ClusterFlow

ClusterFlow is the Schema for the clusterflows API

(metav1.TypeMeta, required)

metadata (metav1.ObjectMeta, optional)

spec (ClusterFlowSpec, optional)

Name of the logging cluster to be attached

status (FlowStatus, optional)

ClusterMatch

select (*ClusterSelect, optional)

exclude (*ClusterExclude, optional)

ClusterSelect

container_names ([]string, optional)

hosts ([]string, optional)

labels (map[string]string, optional)

namespace_labels (map[string]string, optional)

namespaces ([]string, optional)

namespaces_regex ([]string, optional)

Available in Logging operator version 5.3 and later.

ClusterExclude

container_names ([]string, optional)

hosts ([]string, optional)

labels (map[string]string, optional)

namespace_labels (map[string]string, optional)

namespaces ([]string, optional)

namespaces_regex ([]string, optional)

Available in Logging operator version 5.3 and later.

ClusterFlowSpec

ClusterFlowSpec is the Kubernetes spec for ClusterFlows

filters ([]Filter, optional)

flowLabel (string, optional)

globalOutputRefs ([]string, optional)

includeLabelInRouter (*bool, optional)

loggingRef (string, optional)

match ([]ClusterMatch, optional)

outputRefs ([]string, optional)

Deprecated

selectors (map[string]string, optional)

Deprecated

ClusterFlowList

ClusterFlowList contains a list of ClusterFlow

(metav1.TypeMeta, required)

metadata (metav1.ListMeta, optional)

items ([]ClusterFlow, required)