ClusterFlow
ClusterFlow
ClusterFlow is the Schema for the clusterflows API
(metav1.TypeMeta, required)
Default: -
metadata (metav1.ObjectMeta, optional)
Default: -
spec (ClusterFlowSpec, optional)
Name of the logging cluster to be attached
Default: -
status (FlowStatus, optional)
Default: -
ClusterMatch
select (*ClusterSelect, optional)
Default: -
exclude (*ClusterExclude, optional)
Default: -
ClusterSelect
namespaces ([]string, optional)
Default: -
labels (map[string]string, optional)
Default: -
hosts ([]string, optional)
Default: -
container_names ([]string, optional)
Default: -
ClusterExclude
namespaces ([]string, optional)
Default: -
labels (map[string]string, optional)
Default: -
hosts ([]string, optional)
Default: -
container_names ([]string, optional)
Default: -
ClusterFlowSpec
ClusterFlowSpec is the Kubernetes spec for ClusterFlows
selectors (map[string]string, optional)
Deprecated
Default: -
match ([]ClusterMatch, optional)
Default: -
filters ([]Filter, optional)
Default: -
loggingRef (string, optional)
Default: -
outputRefs ([]string, optional)
Deprecated
Default: -
globalOutputRefs ([]string, optional)
Default: -
flowLabel (string, optional)
Default: -
includeLabelInRouter (*bool, optional)
Default: -
ClusterFlowList
ClusterFlowList contains a list of ClusterFlow
(metav1.TypeMeta, required)
Default: -
metadata (metav1.ListMeta, optional)
Default: -
items ([]ClusterFlow, required)
Default: -
Last modified July 24, 2023: Merge pull request #167 from kube-logging/link-fixes-230714 (1dda279)