Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MaintenancePath is the version discovery endpoint representing if the // target version represents a critical update as defined in // https://github.com/gravitational/teleport/blob/master/rfd/0109-cloud-agent-upgrades.md#version-discovery-endpoint MaintenancePath = "critical" // VersionPath is the version discovery endpoint returning the current // target version as defined in // https://github.com/gravitational/teleport/blob/master/rfd/0109-cloud-agent-upgrades.md#version-discovery-endpoint VersionPath = "version" HTTPTimeout = 10 * time.Second CacheDuration = time.Minute // NoVersion is returned by the version endpoint when there is no valid target version. // This can be caused by the target version being incompatible with the cluster version. NoVersion = "none" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.