kubernetesk8s.io/kubernetes/pkg/apis/coordination/v1beta1 Index | Files

package v1beta1

import "k8s.io/kubernetes/pkg/apis/coordination/v1beta1"

Index

Constants

const GroupName = "coordination.k8s.io"

GroupName is the group name use in this package

Variables

var (

	// AddToScheme is a common registration function for mapping packaged scoped group & version keys to a scheme
	AddToScheme = localSchemeBuilder.AddToScheme
)
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Convert_coordination_LeaseCandidateList_To_v1beta1_LeaseCandidateList

func Convert_coordination_LeaseCandidateList_To_v1beta1_LeaseCandidateList(in *coordination.LeaseCandidateList, out *coordinationv1beta1.LeaseCandidateList, s conversion.Scope) error

Convert_coordination_LeaseCandidateList_To_v1beta1_LeaseCandidateList is an autogenerated conversion function.

func Convert_coordination_LeaseCandidateSpec_To_v1beta1_LeaseCandidateSpec

func Convert_coordination_LeaseCandidateSpec_To_v1beta1_LeaseCandidateSpec(in *coordination.LeaseCandidateSpec, out *coordinationv1beta1.LeaseCandidateSpec, s conversion.Scope) error

Convert_coordination_LeaseCandidateSpec_To_v1beta1_LeaseCandidateSpec is an autogenerated conversion function.

func Convert_coordination_LeaseCandidate_To_v1beta1_LeaseCandidate

func Convert_coordination_LeaseCandidate_To_v1beta1_LeaseCandidate(in *coordination.LeaseCandidate, out *coordinationv1beta1.LeaseCandidate, s conversion.Scope) error

Convert_coordination_LeaseCandidate_To_v1beta1_LeaseCandidate is an autogenerated conversion function.

func Convert_coordination_LeaseList_To_v1beta1_LeaseList

func Convert_coordination_LeaseList_To_v1beta1_LeaseList(in *coordination.LeaseList, out *coordinationv1beta1.LeaseList, s conversion.Scope) error

Convert_coordination_LeaseList_To_v1beta1_LeaseList is an autogenerated conversion function.

func Convert_coordination_LeaseSpec_To_v1beta1_LeaseSpec

func Convert_coordination_LeaseSpec_To_v1beta1_LeaseSpec(in *coordination.LeaseSpec, out *coordinationv1beta1.LeaseSpec, s conversion.Scope) error

Convert_coordination_LeaseSpec_To_v1beta1_LeaseSpec is an autogenerated conversion function.

func Convert_coordination_Lease_To_v1beta1_Lease

func Convert_coordination_Lease_To_v1beta1_Lease(in *coordination.Lease, out *coordinationv1beta1.Lease, s conversion.Scope) error

Convert_coordination_Lease_To_v1beta1_Lease is an autogenerated conversion function.

func Convert_v1beta1_LeaseCandidateList_To_coordination_LeaseCandidateList

func Convert_v1beta1_LeaseCandidateList_To_coordination_LeaseCandidateList(in *coordinationv1beta1.LeaseCandidateList, out *coordination.LeaseCandidateList, s conversion.Scope) error

Convert_v1beta1_LeaseCandidateList_To_coordination_LeaseCandidateList is an autogenerated conversion function.

func Convert_v1beta1_LeaseCandidateSpec_To_coordination_LeaseCandidateSpec

func Convert_v1beta1_LeaseCandidateSpec_To_coordination_LeaseCandidateSpec(in *coordinationv1beta1.LeaseCandidateSpec, out *coordination.LeaseCandidateSpec, s conversion.Scope) error

Convert_v1beta1_LeaseCandidateSpec_To_coordination_LeaseCandidateSpec is an autogenerated conversion function.

func Convert_v1beta1_LeaseCandidate_To_coordination_LeaseCandidate

func Convert_v1beta1_LeaseCandidate_To_coordination_LeaseCandidate(in *coordinationv1beta1.LeaseCandidate, out *coordination.LeaseCandidate, s conversion.Scope) error

Convert_v1beta1_LeaseCandidate_To_coordination_LeaseCandidate is an autogenerated conversion function.

func Convert_v1beta1_LeaseList_To_coordination_LeaseList

func Convert_v1beta1_LeaseList_To_coordination_LeaseList(in *coordinationv1beta1.LeaseList, out *coordination.LeaseList, s conversion.Scope) error

Convert_v1beta1_LeaseList_To_coordination_LeaseList is an autogenerated conversion function.

func Convert_v1beta1_LeaseSpec_To_coordination_LeaseSpec

func Convert_v1beta1_LeaseSpec_To_coordination_LeaseSpec(in *coordinationv1beta1.LeaseSpec, out *coordination.LeaseSpec, s conversion.Scope) error

Convert_v1beta1_LeaseSpec_To_coordination_LeaseSpec is an autogenerated conversion function.

func Convert_v1beta1_Lease_To_coordination_Lease

func Convert_v1beta1_Lease_To_coordination_Lease(in *coordinationv1beta1.Lease, out *coordination.Lease, s conversion.Scope) error

Convert_v1beta1_Lease_To_coordination_Lease 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.

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Source Files

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.