kubernetesk8s.io/kubernetes/pkg/kubelet/apis/config/v1alpha1 Index | Files

package v1alpha1

import "k8s.io/kubernetes/pkg/kubelet/apis/config/v1alpha1"

Index

Constants

const GroupName = "kubelet.config.k8s.io"

GroupName is the group name used in this package

Variables

var (

	// AddToScheme is a global function that registers this API group & version to a scheme
	AddToScheme = localSchemeBuilder.AddToScheme
)
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Convert_config_CredentialProviderConfig_To_v1alpha1_CredentialProviderConfig

func Convert_config_CredentialProviderConfig_To_v1alpha1_CredentialProviderConfig(in *config.CredentialProviderConfig, out *configv1alpha1.CredentialProviderConfig, s conversion.Scope) error

Convert_config_CredentialProviderConfig_To_v1alpha1_CredentialProviderConfig is an autogenerated conversion function.

func Convert_config_CredentialProvider_To_v1alpha1_CredentialProvider

func Convert_config_CredentialProvider_To_v1alpha1_CredentialProvider(in *config.CredentialProvider, out *configv1alpha1.CredentialProvider, s conversion.Scope) error

func Convert_config_ExecEnvVar_To_v1alpha1_ExecEnvVar

func Convert_config_ExecEnvVar_To_v1alpha1_ExecEnvVar(in *config.ExecEnvVar, out *configv1alpha1.ExecEnvVar, s conversion.Scope) error

Convert_config_ExecEnvVar_To_v1alpha1_ExecEnvVar is an autogenerated conversion function.

func Convert_config_ImagePullCredentials_To_v1alpha1_ImagePullCredentials

func Convert_config_ImagePullCredentials_To_v1alpha1_ImagePullCredentials(in *config.ImagePullCredentials, out *configv1alpha1.ImagePullCredentials, s conversion.Scope) error

Convert_config_ImagePullCredentials_To_v1alpha1_ImagePullCredentials is an autogenerated conversion function.

func Convert_config_ImagePullIntent_To_v1alpha1_ImagePullIntent

func Convert_config_ImagePullIntent_To_v1alpha1_ImagePullIntent(in *config.ImagePullIntent, out *configv1alpha1.ImagePullIntent, s conversion.Scope) error

Convert_config_ImagePullIntent_To_v1alpha1_ImagePullIntent is an autogenerated conversion function.

func Convert_config_ImagePullSecret_To_v1alpha1_ImagePullSecret

func Convert_config_ImagePullSecret_To_v1alpha1_ImagePullSecret(in *config.ImagePullSecret, out *configv1alpha1.ImagePullSecret, s conversion.Scope) error

Convert_config_ImagePullSecret_To_v1alpha1_ImagePullSecret is an autogenerated conversion function.

func Convert_config_ImagePulledRecord_To_v1alpha1_ImagePulledRecord

func Convert_config_ImagePulledRecord_To_v1alpha1_ImagePulledRecord(in *config.ImagePulledRecord, out *configv1alpha1.ImagePulledRecord, s conversion.Scope) error

Convert_config_ImagePulledRecord_To_v1alpha1_ImagePulledRecord is an autogenerated conversion function.

func Convert_v1alpha1_CredentialProviderConfig_To_config_CredentialProviderConfig

func Convert_v1alpha1_CredentialProviderConfig_To_config_CredentialProviderConfig(in *configv1alpha1.CredentialProviderConfig, out *config.CredentialProviderConfig, s conversion.Scope) error

Convert_v1alpha1_CredentialProviderConfig_To_config_CredentialProviderConfig is an autogenerated conversion function.

func Convert_v1alpha1_CredentialProvider_To_config_CredentialProvider

func Convert_v1alpha1_CredentialProvider_To_config_CredentialProvider(in *configv1alpha1.CredentialProvider, out *config.CredentialProvider, s conversion.Scope) error

Convert_v1alpha1_CredentialProvider_To_config_CredentialProvider is an autogenerated conversion function.

func Convert_v1alpha1_ExecEnvVar_To_config_ExecEnvVar

func Convert_v1alpha1_ExecEnvVar_To_config_ExecEnvVar(in *configv1alpha1.ExecEnvVar, out *config.ExecEnvVar, s conversion.Scope) error

Convert_v1alpha1_ExecEnvVar_To_config_ExecEnvVar is an autogenerated conversion function.

func Convert_v1alpha1_ImagePullCredentials_To_config_ImagePullCredentials

func Convert_v1alpha1_ImagePullCredentials_To_config_ImagePullCredentials(in *configv1alpha1.ImagePullCredentials, out *config.ImagePullCredentials, s conversion.Scope) error

Convert_v1alpha1_ImagePullCredentials_To_config_ImagePullCredentials is an autogenerated conversion function.

func Convert_v1alpha1_ImagePullIntent_To_config_ImagePullIntent

func Convert_v1alpha1_ImagePullIntent_To_config_ImagePullIntent(in *configv1alpha1.ImagePullIntent, out *config.ImagePullIntent, s conversion.Scope) error

Convert_v1alpha1_ImagePullIntent_To_config_ImagePullIntent is an autogenerated conversion function.

func Convert_v1alpha1_ImagePullSecret_To_config_ImagePullSecret

func Convert_v1alpha1_ImagePullSecret_To_config_ImagePullSecret(in *configv1alpha1.ImagePullSecret, out *config.ImagePullSecret, s conversion.Scope) error

Convert_v1alpha1_ImagePullSecret_To_config_ImagePullSecret is an autogenerated conversion function.

func Convert_v1alpha1_ImagePulledRecord_To_config_ImagePulledRecord

func Convert_v1alpha1_ImagePulledRecord_To_config_ImagePulledRecord(in *configv1alpha1.ImagePulledRecord, out *config.ImagePulledRecord, s conversion.Scope) error

Convert_v1alpha1_ImagePulledRecord_To_config_ImagePulledRecord is an autogenerated conversion function.

func RegisterConversions

func RegisterConversions(s *runtime.Scheme) error

RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.

Source Files

conversion.go doc.go register.go zz_generated.conversion.go zz_generated.deepcopy.go zz_generated.defaults.go

Version
v1.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
7 packages
Last checked
5 hours ago

Tools for package owners.