package
0.0.4
Repository: https://github.com/leigme/client-go-trace.git
Documentation: pkg.go.dev

# Functions

Convert_api_AuthInfo_To_v1_AuthInfo is an autogenerated conversion function.
Convert_api_AuthProviderConfig_To_v1_AuthProviderConfig is an autogenerated conversion function.
Convert_api_Cluster_To_v1_Cluster is an autogenerated conversion function.
Convert_api_Config_To_v1_Config is an autogenerated conversion function.
Convert_api_Context_To_v1_Context is an autogenerated conversion function.
Convert_api_ExecConfig_To_v1_ExecConfig is an autogenerated conversion function.
Convert_api_ExecEnvVar_To_v1_ExecEnvVar is an autogenerated conversion function.
Convert_api_Preferences_To_v1_Preferences is an autogenerated conversion function.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Convert_v1_AuthInfo_To_api_AuthInfo is an autogenerated conversion function.
Convert_v1_AuthProviderConfig_To_api_AuthProviderConfig is an autogenerated conversion function.
Convert_v1_Cluster_To_api_Cluster is an autogenerated conversion function.
Convert_v1_Config_To_api_Config is an autogenerated conversion function.
Convert_v1_Context_To_api_Context is an autogenerated conversion function.
Convert_v1_ExecConfig_To_api_ExecConfig is an autogenerated conversion function.
Convert_v1_ExecEnvVar_To_api_ExecEnvVar is an autogenerated conversion function.
Convert_v1_Preferences_To_api_Preferences is an autogenerated conversion function.
RegisterConversions adds conversion functions to the given scheme.
RegisterDefaults adds defaulters functions to the given scheme.
No description provided by the author
No description provided by the author

# Constants

AlwaysExecInteractiveMode declares that this exec plugin requires standard input in order to run, and therefore the exec plugin will only be run if standard input is available for user input.
IfAvailableExecInteractiveMode declares that this exec plugin would like to use standard input if it is available, but can still operate if standard input is not available.
NeverExecInteractiveMode declares that this exec plugin never needs to use standard input, and therefore the exec plugin will be run regardless of whether standard input is available for user input.

# Variables

No description provided by the author
TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
SchemeGroupVersion is group version used to register these objects TODO this should be in the "kubeconfig" group.

# Structs

AuthInfo contains information that describes identity information.
AuthProviderConfig holds the configuration for a specified auth provider.
Cluster contains information about how to communicate with a kubernetes cluster.
Config holds the information needed to build connect to remote kubernetes clusters as a given user +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object.
Context is a tuple of references to a cluster (how do I communicate with a kubernetes cluster), a user (how do I identify myself), and a namespace (what subset of resources do I want to work with).
ExecConfig specifies a command to provide client credentials.
ExecEnvVar is used for setting environment variables when executing an exec-based credential plugin.
NamedAuthInfo relates nicknames to auth information.
NamedCluster relates nicknames to cluster information.
NamedContext relates nicknames to context information.
NamedExtension relates nicknames to extension information.
No description provided by the author

# Type aliases

ExecInteractiveMode is a string that describes an exec plugin's relationship with standard input.