package topology
import "k8s.io/component-helpers/node/topology"
Index ¶
Functions ¶
func GetZoneKey ¶
GetZoneKey is a helper function that builds a string identifier that is unique per failure-zone; it returns empty-string for no zone. Since there are currently two separate zone keys:
- "failure-domain.beta.kubernetes.io/zone"
- "topology.kubernetes.io/zone"
GetZoneKey will first check failure-domain.beta.kubernetes.io/zone and if not exists, will then check topology.kubernetes.io/zone
Source Files ¶
helpers.go
- Version
- v0.32.2 (latest)
- Published
- Feb 13, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 2 months ago –
Tools for package owners.