Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // NodeName limits the nodestream to a single Node resource with the // provided name. NodeName string // ResyncPeriod is the time between complete resynchronization of the cached // resource data. ResyncPeriod time.Duration // PlatformVersion, when specified, limits the nodestream to Nodes that are // labeled with the provided PlatformVersion. PlatformVersion marker.PlatformVersion // OperatorVersion, when specified, limits the nodestream to Nodes that are // labeled with the provided OperatorVersion. OperatorVersion marker.OperatorVersion // LabelSelectorExtra is a free-form selector appended to the calculated // selector. LabelSelectorExtra string // FieldSelectorExtra is a free-form selector appended to the calculated // selector. FieldSelectorExtra string }
Click to show internal directories.
Click to hide internal directories.