var CmdTestServiceAccountIssuerDiscovery …
var tokenPath …
var audience …
func init() { … }
func main(cmd *cobra.Command, args []string) { … }
func validate(ctx context.Context, raw string) error { … }
type kubeName …
type kubeClaims …
type claims …
func (k *claims) String() string { … }
func gettoken() (string, error) { … }
func withExternalOAuth2Client(ctx context.Context) (context.Context, error) { … }
func withInClusterOauth2Client(ctx context.Context) (context.Context, error) { … }
func ensureWindowsDNSAvailability(issuer string) error { … }