Versions in this module Expand all Collapse all v0 v0.1.0 May 17, 2021 v0.0.4 Sep 3, 2021 Changes in this version + type Credential interface + APIVersionString func() string + ToJSON func(opts *CredentialOption) ([]byte, error) + type CredentialOption struct + ClientCertificateData string + ClientKeyData string + Token string + type V1Alpha1 struct + func (o *V1Alpha1) APIVersionString() string + func (o *V1Alpha1) ToJSON(opts *CredentialOption) ([]byte, error) + type V1Beta1 struct + func (o *V1Beta1) APIVersionString() string + func (o *V1Beta1) ToJSON(opts *CredentialOption) ([]byte, error)