Skip to content

Commit

Permalink
remove unused VMTagsLastAppliedAnnotation from api/v1alpha3/tags.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Feb 9, 2022
1 parent f701169 commit 8602803
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/v1alpha3/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@ const (

// CommonRole describes the value for the common role.
CommonRole = "common"

// VMTagsLastAppliedAnnotation is the key for the machine object annotation
// which tracks the AdditionalTags in the Machine Provider Config.
// See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
// for annotation formatting rules.
VMTagsLastAppliedAnnotation = "sigs.k8s.io/cluster-api-provider-azure-last-applied-tags-vm"
)

// SpecVersionHashTagKey is the key for the spec version hash used to enable quick spec difference comparison.
Expand Down

0 comments on commit 8602803

Please sign in to comment.