credentialplugin

package
v1.35.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2025 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Overview

Package credentialplugin provides the types for client-go credential plugins.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Input added in v1.31.0

type Input struct {
	ClientAuthenticationAPIVersion string
}

Input represents an input object of the credential plugin. This may be a zero value if the input is not available.

type Output

type Output struct {
	Token                          string
	Expiry                         time.Time
	ClientAuthenticationAPIVersion string
}

Output represents an output object of the credential plugin.

Directories

Path Synopsis
Package reader provides a loader for the credential plugin.
Package reader provides a loader for the credential plugin.
Package writer provides a writer for the credential plugin.
Package writer provides a writer for the credential plugin.

Jump to

Keyboard shortcuts

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