Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResourceMetaFilter ¶
type ResourceMetaFilter struct { // Regular expression matching the group. Group string `json:"group,omitempty" yaml:"group,omitempty"` // Regular expression matching the version. Version string `json:"version,omitempty" yaml:"version,omitempty"` // Regular expression matching the kind. Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` // Regular expression matching the namespace. Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"` // Regular expression matching the name. Name string `json:"name,omitempty" yaml:"name,omitempty"` // Kubernetes selector matching labels. LabelSelector string `json:"labelSelector,omitempty" yaml:"labelSelector,omitempty"` // Kubernetes selector matching annotations AnnotationSelector string `json:"annotationSelector,omitempty" yaml:"annotationSelector,omitempty"` }
ResourceMetaFilter filters nodes based on their resource metadata using regular expressions or Kubernetes selectors.
Click to show internal directories.
Click to hide internal directories.