Versions in this module Expand all Collapse all v0 v0.1.1 Feb 2, 2024 v0.1.0 Jan 8, 2024 Changes in this version + type Token struct + Expiration time.Time + Value string + func (t *Token) Expired() bool + func (t *Token) MarshalBinary() ([]byte, error) + func (t *Token) MarshalJSON() ([]byte, error) + func (t *Token) ToKubeClientExecCredential() clientauth.ExecCredential + func (t *Token) ToKubeClientExecCredentialJSON() ([]byte, error) + func (t *Token) UnmarshalBinary(b []byte) error + func (t *Token) UnmarshalJSON(b []byte) error