Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Debug determines whether this server starts with debugging enabled. Debug bool // Name is the name of this deployment, if known. Name string // Namespace is the Kubernetes namespace this deployment is running in, if // known. Namespace string // ControllerMaxReconcileBackoffDuration is the amount of time the // controller may wait to reprocess an object that has encountered an error. ControllerMaxReconcileBackoffDuration time.Duration // ControllerConditionTypeInclusionPattern is a regular expression used to // match node condition types to determine whether they should be // propagated. ControllerConditionTypeInclusionPattern *regexp.Regexp }
Click to show internal directories.
Click to hide internal directories.