Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Dec 4, 2024
1 parent 714613a commit 6443509
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/kube/token/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ const (
// Kubernetes should support bound tokens on 1.20 and 1.21,
// but we can have an apiserver running 1.21 and kubelets running 1.19.
kubernetesBoundTokenSupportVersion = "1.22.0"
// kubernetesAudience is the Kubernetes default audience put on SA tokens if we can't get the default audiences.
kubernetesAudience = "https://kubernetes.default.svc.cluster.local"
)

type ValidationResult struct {
Expand Down

0 comments on commit 6443509

Please sign in to comment.