Skip to content

Commit

Permalink
Add instance-type annotation const (#235)
Browse files Browse the repository at this point in the history
Introduce an instace type annotation constant which can be used across
the stack which can be used to identify the instance type of a server.
  • Loading branch information
afritzler authored Feb 11, 2025
1 parent a90499e commit 5d04a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1alpha1/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ const (
OperationAnnotation = "metal.ironcore.dev/operation"
// OperationAnnotationIgnore skips the reconciliation of a resource if set to true.
OperationAnnotationIgnore = "ignore"
// InstanceTypeAnnotation is used to specify the type of Server.
InstanceTypeAnnotation = "metal.ironcore.dev/instance-type"
)

0 comments on commit 5d04a2a

Please sign in to comment.