pub const BINDCAR_TOKEN_EXPIRATION_SECONDS: i64 = 3600;Expand description
Expiration (seconds) for the projected bindcar token.
The kubelet automatically rotates the token before expiry; mirrors
expirationSeconds: 3600 in deploy/operator/deployment.yaml.