Skip to content

Commit

Permalink
docs: comments for fw bootstrap labels
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Nov 15, 2024
1 parent af5ea2d commit 5d30716
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/v2/types_firewallmonitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ import (
const (
// FirewallShootNamespace is the name of the namespace to which the firewall monitor gets deployed and in which the firewall-controller operates
FirewallShootNamespace = "firewall"

FirewallBootstrapTokenIDLabel = "firewall.metal-stack.io/bootstrap-token-id"
// FirewallBootstrapTokenIDLabel references the the kubernetes bootstrap token ID for a firewall.
// It is defined on the firewall.
FirewallBootstrapTokenIDLabel = "firewall.metal-stack.io/bootstrap-token-id"
// FirewallBootstrapTokenNextRotationLabel reflects when the next rotation of the bootstrap token can be expected.
FirewallBootstrapTokenNextRotationLabel = "firewall.metal-stack.io/bootstrap-token-next-rotation"
)

Expand Down

0 comments on commit 5d30716

Please sign in to comment.