config

package
v0.0.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRootCmd

func GetRootCmd() *cobra.Command

Types

type ConfigHelperOutput

type ConfigHelperOutput struct {
	Credential *ConfigHelperOutputCredential `json:"credential" yaml:"credential"`
}

type ConfigHelperOutputCredential

type ConfigHelperOutputCredential struct {
	AccessToken string    `json:"access_token" yaml:"access_token"`
	IDToken     string    `json:"id_token" yaml:"id_token"`
	TokenExpiry time.Time `json:"token_expiry" yaml:"token_expiry"`
}

type ExecCredential

type ExecCredential struct {
	APIVersion string               `json:"apiVersion"`
	Kind       string               `json:"kind"`
	Status     ExecCredentialStatus `json:"status"`
}

type ExecCredentialStatus

type ExecCredentialStatus struct {
	ExpirationTimestamp time.Time `json:"expirationTimestamp"`
	Token               string    `json:"token"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL