Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pkg/tag/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,27 @@ package tag

const (
// MachineID tag to store machine ID
// Deprecated use github.com/metal-stack/api/go/tag/MachineID
MachineID = "machine.metal-stack.io/id"
// MachineName tag to store machine name
// Deprecated use github.com/metal-stack/api/go/tag/MachineName
MachineName = "machine.metal-stack.io/name"
// MachineDescription tag to store machine description
// Deprecated use github.com/metal-stack/api/go/tag/MachineDescription
MachineDescription = "machine.metal-stack.io/description"
// MachineProject tag to store the project where the machine belongs to
// Deprecated use github.com/metal-stack/api/go/tag/MachineProject
MachineProject = "machine.metal-stack.io/project"
// MachineTenant tag to store the tenant the machine belongs to
// Deprecated use github.com/metal-stack/api/go/tag/MachineTenant
MachineTenant = "machine.metal-stack.io/tenant"
// MachineNetworkPrimaryASN tag to store the primary BGP ASN the machine announces.
// Deprecated use github.com/metal-stack/api/go/tag/MachineNetworkPrimaryASN
MachineNetworkPrimaryASN = "machine.metal-stack.io/network.primary.asn"
// MachineRack tag to store the rack that this machine is placed in.
// Deprecated use github.com/metal-stack/api/go/tag/MachineRack
MachineRack = "machine.metal-stack.io/rack"
// MachineChassis tag to store the machine chassis.
// Deprecated use github.com/metal-stack/api/go/tag/MachineChassis
MachineChassis = "machine.metal-stack.io/chassis"
)