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)
namespaces ([]string, optional)
ClusterExclude
container_names ([]string, optional)
hosts ([]string, optional)
labels (map[string]string, optional)
namespaces ([]string, optional)
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)
Last modified June 3, 2024: [4.6] Blog link fix (cc4602a)