package v1

import "k8s.io/kubernetes/pkg/apis/authentication/v1"

Index

Constants

const GroupName = "authentication.k8s.io"

GroupName is the group name use in this package

Variables

var (
	AddToScheme = localSchemeBuilder.AddToScheme
)
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Convert_authentication_BoundObjectReference_To_v1_BoundObjectReference

func Convert_authentication_BoundObjectReference_To_v1_BoundObjectReference(in *authentication.BoundObjectReference, out *authenticationv1.BoundObjectReference, s conversion.Scope) error

Convert_authentication_BoundObjectReference_To_v1_BoundObjectReference is an autogenerated conversion function.

func Convert_authentication_SelfSubjectReviewStatus_To_v1_SelfSubjectReviewStatus

func Convert_authentication_SelfSubjectReviewStatus_To_v1_SelfSubjectReviewStatus(in *authentication.SelfSubjectReviewStatus, out *authenticationv1.SelfSubjectReviewStatus, s conversion.Scope) error

Convert_authentication_SelfSubjectReviewStatus_To_v1_SelfSubjectReviewStatus is an autogenerated conversion function.

func Convert_authentication_SelfSubjectReview_To_v1_SelfSubjectReview

func Convert_authentication_SelfSubjectReview_To_v1_SelfSubjectReview(in *authentication.SelfSubjectReview, out *authenticationv1.SelfSubjectReview, s conversion.Scope) error

Convert_authentication_SelfSubjectReview_To_v1_SelfSubjectReview is an autogenerated conversion function.

func Convert_authentication_TokenRequestSpec_To_v1_TokenRequestSpec

func Convert_authentication_TokenRequestSpec_To_v1_TokenRequestSpec(in *authentication.TokenRequestSpec, out *authenticationv1.TokenRequestSpec, s conversion.Scope) error

Convert_authentication_TokenRequestSpec_To_v1_TokenRequestSpec is an autogenerated conversion function.

func Convert_authentication_TokenRequestStatus_To_v1_TokenRequestStatus

func Convert_authentication_TokenRequestStatus_To_v1_TokenRequestStatus(in *authentication.TokenRequestStatus, out *authenticationv1.TokenRequestStatus, s conversion.Scope) error

Convert_authentication_TokenRequestStatus_To_v1_TokenRequestStatus is an autogenerated conversion function.

func Convert_authentication_TokenRequest_To_v1_TokenRequest

func Convert_authentication_TokenRequest_To_v1_TokenRequest(in *authentication.TokenRequest, out *authenticationv1.TokenRequest, s conversion.Scope) error

Convert_authentication_TokenRequest_To_v1_TokenRequest is an autogenerated conversion function.

func Convert_authentication_TokenReviewSpec_To_v1_TokenReviewSpec

func Convert_authentication_TokenReviewSpec_To_v1_TokenReviewSpec(in *authentication.TokenReviewSpec, out *authenticationv1.TokenReviewSpec, s conversion.Scope) error

Convert_authentication_TokenReviewSpec_To_v1_TokenReviewSpec is an autogenerated conversion function.

func Convert_authentication_TokenReviewStatus_To_v1_TokenReviewStatus

func Convert_authentication_TokenReviewStatus_To_v1_TokenReviewStatus(in *authentication.TokenReviewStatus, out *authenticationv1.TokenReviewStatus, s conversion.Scope) error

Convert_authentication_TokenReviewStatus_To_v1_TokenReviewStatus is an autogenerated conversion function.

func Convert_authentication_TokenReview_To_v1_TokenReview

func Convert_authentication_TokenReview_To_v1_TokenReview(in *authentication.TokenReview, out *authenticationv1.TokenReview, s conversion.Scope) error

Convert_authentication_TokenReview_To_v1_TokenReview is an autogenerated conversion function.

func Convert_authentication_UserInfo_To_v1_UserInfo

func Convert_authentication_UserInfo_To_v1_UserInfo(in *authentication.UserInfo, out *v1.UserInfo, s conversion.Scope) error

Convert_authentication_UserInfo_To_v1_UserInfo is defined outside the autogenerated file for use by other API packages This is needed because it is referenced from other APIs, but is invisible at code-generation time because of the build tags.

func Convert_v1_BoundObjectReference_To_authentication_BoundObjectReference

func Convert_v1_BoundObjectReference_To_authentication_BoundObjectReference(in *authenticationv1.BoundObjectReference, out *authentication.BoundObjectReference, s conversion.Scope) error

Convert_v1_BoundObjectReference_To_authentication_BoundObjectReference is an autogenerated conversion function.

func Convert_v1_SelfSubjectReviewStatus_To_authentication_SelfSubjectReviewStatus

func Convert_v1_SelfSubjectReviewStatus_To_authentication_SelfSubjectReviewStatus(in *authenticationv1.SelfSubjectReviewStatus, out *authentication.SelfSubjectReviewStatus, s conversion.Scope) error

Convert_v1_SelfSubjectReviewStatus_To_authentication_SelfSubjectReviewStatus is an autogenerated conversion function.

func Convert_v1_SelfSubjectReview_To_authentication_SelfSubjectReview

func Convert_v1_SelfSubjectReview_To_authentication_SelfSubjectReview(in *authenticationv1.SelfSubjectReview, out *authentication.SelfSubjectReview, s conversion.Scope) error

Convert_v1_SelfSubjectReview_To_authentication_SelfSubjectReview is an autogenerated conversion function.

func Convert_v1_TokenRequestSpec_To_authentication_TokenRequestSpec

func Convert_v1_TokenRequestSpec_To_authentication_TokenRequestSpec(in *authenticationv1.TokenRequestSpec, out *authentication.TokenRequestSpec, s conversion.Scope) error

Convert_v1_TokenRequestSpec_To_authentication_TokenRequestSpec is an autogenerated conversion function.

func Convert_v1_TokenRequestStatus_To_authentication_TokenRequestStatus

func Convert_v1_TokenRequestStatus_To_authentication_TokenRequestStatus(in *authenticationv1.TokenRequestStatus, out *authentication.TokenRequestStatus, s conversion.Scope) error

Convert_v1_TokenRequestStatus_To_authentication_TokenRequestStatus is an autogenerated conversion function.

func Convert_v1_TokenRequest_To_authentication_TokenRequest

func Convert_v1_TokenRequest_To_authentication_TokenRequest(in *authenticationv1.TokenRequest, out *authentication.TokenRequest, s conversion.Scope) error

Convert_v1_TokenRequest_To_authentication_TokenRequest is an autogenerated conversion function.

func Convert_v1_TokenReviewSpec_To_authentication_TokenReviewSpec

func Convert_v1_TokenReviewSpec_To_authentication_TokenReviewSpec(in *authenticationv1.TokenReviewSpec, out *authentication.TokenReviewSpec, s conversion.Scope) error

Convert_v1_TokenReviewSpec_To_authentication_TokenReviewSpec is an autogenerated conversion function.

func Convert_v1_TokenReviewStatus_To_authentication_TokenReviewStatus

func Convert_v1_TokenReviewStatus_To_authentication_TokenReviewStatus(in *authenticationv1.TokenReviewStatus, out *authentication.TokenReviewStatus, s conversion.Scope) error

Convert_v1_TokenReviewStatus_To_authentication_TokenReviewStatus is an autogenerated conversion function.

func Convert_v1_TokenReview_To_authentication_TokenReview

func Convert_v1_TokenReview_To_authentication_TokenReview(in *authenticationv1.TokenReview, out *authentication.TokenReview, s conversion.Scope) error

Convert_v1_TokenReview_To_authentication_TokenReview is an autogenerated conversion function.

func Convert_v1_UserInfo_To_authentication_UserInfo

func Convert_v1_UserInfo_To_authentication_UserInfo(in *v1.UserInfo, out *authentication.UserInfo, s conversion.Scope) error

Convert_v1_UserInfo_To_authentication_UserInfo is defined outside the autogenerated file for use by other API packages This is needed because it is referenced from other APIs, but is invisible at code-generation time because of the build tags.

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.

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

func SetDefaults_TokenRequestSpec

func SetDefaults_TokenRequestSpec(obj *authenticationv1.TokenRequestSpec)

func SetObjectDefaults_TokenRequest

func SetObjectDefaults_TokenRequest(in *authenticationv1.TokenRequest)

Source Files

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

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

Tools for package owners.