package v1

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

Index

Constants

const GroupName = "discovery.k8s.io"

GroupName is the group name used 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_discovery_EndpointConditions_To_v1_EndpointConditions

func Convert_discovery_EndpointConditions_To_v1_EndpointConditions(in *discovery.EndpointConditions, out *discoveryv1.EndpointConditions, s conversion.Scope) error

Convert_discovery_EndpointConditions_To_v1_EndpointConditions is an autogenerated conversion function.

func Convert_discovery_EndpointHints_To_v1_EndpointHints

func Convert_discovery_EndpointHints_To_v1_EndpointHints(in *discovery.EndpointHints, out *discoveryv1.EndpointHints, s conversion.Scope) error

Convert_discovery_EndpointHints_To_v1_EndpointHints is an autogenerated conversion function.

func Convert_discovery_EndpointPort_To_v1_EndpointPort

func Convert_discovery_EndpointPort_To_v1_EndpointPort(in *discovery.EndpointPort, out *discoveryv1.EndpointPort, s conversion.Scope) error

Convert_discovery_EndpointPort_To_v1_EndpointPort is an autogenerated conversion function.

func Convert_discovery_EndpointSliceList_To_v1_EndpointSliceList

func Convert_discovery_EndpointSliceList_To_v1_EndpointSliceList(in *discovery.EndpointSliceList, out *discoveryv1.EndpointSliceList, s conversion.Scope) error

Convert_discovery_EndpointSliceList_To_v1_EndpointSliceList is an autogenerated conversion function.

func Convert_discovery_EndpointSlice_To_v1_EndpointSlice

func Convert_discovery_EndpointSlice_To_v1_EndpointSlice(in *discovery.EndpointSlice, out *discoveryv1.EndpointSlice, s conversion.Scope) error

Convert_discovery_EndpointSlice_To_v1_EndpointSlice is an autogenerated conversion function.

func Convert_discovery_Endpoint_To_v1_Endpoint

func Convert_discovery_Endpoint_To_v1_Endpoint(in *discovery.Endpoint, out *discoveryv1.Endpoint, s conversion.Scope) error

Convert_discovery_Endpoint_To_v1_Endpoint is an autogenerated conversion function.

func Convert_discovery_ForNode_To_v1_ForNode

func Convert_discovery_ForNode_To_v1_ForNode(in *discovery.ForNode, out *discoveryv1.ForNode, s conversion.Scope) error

Convert_discovery_ForNode_To_v1_ForNode is an autogenerated conversion function.

func Convert_discovery_ForZone_To_v1_ForZone

func Convert_discovery_ForZone_To_v1_ForZone(in *discovery.ForZone, out *discoveryv1.ForZone, s conversion.Scope) error

Convert_discovery_ForZone_To_v1_ForZone is an autogenerated conversion function.

func Convert_v1_EndpointConditions_To_discovery_EndpointConditions

func Convert_v1_EndpointConditions_To_discovery_EndpointConditions(in *discoveryv1.EndpointConditions, out *discovery.EndpointConditions, s conversion.Scope) error

Convert_v1_EndpointConditions_To_discovery_EndpointConditions is an autogenerated conversion function.

func Convert_v1_EndpointHints_To_discovery_EndpointHints

func Convert_v1_EndpointHints_To_discovery_EndpointHints(in *discoveryv1.EndpointHints, out *discovery.EndpointHints, s conversion.Scope) error

Convert_v1_EndpointHints_To_discovery_EndpointHints is an autogenerated conversion function.

func Convert_v1_EndpointPort_To_discovery_EndpointPort

func Convert_v1_EndpointPort_To_discovery_EndpointPort(in *discoveryv1.EndpointPort, out *discovery.EndpointPort, s conversion.Scope) error

Convert_v1_EndpointPort_To_discovery_EndpointPort is an autogenerated conversion function.

func Convert_v1_EndpointSliceList_To_discovery_EndpointSliceList

func Convert_v1_EndpointSliceList_To_discovery_EndpointSliceList(in *discoveryv1.EndpointSliceList, out *discovery.EndpointSliceList, s conversion.Scope) error

Convert_v1_EndpointSliceList_To_discovery_EndpointSliceList is an autogenerated conversion function.

func Convert_v1_EndpointSlice_To_discovery_EndpointSlice

func Convert_v1_EndpointSlice_To_discovery_EndpointSlice(in *discoveryv1.EndpointSlice, out *discovery.EndpointSlice, s conversion.Scope) error

Convert_v1_EndpointSlice_To_discovery_EndpointSlice is an autogenerated conversion function.

func Convert_v1_Endpoint_To_discovery_Endpoint

func Convert_v1_Endpoint_To_discovery_Endpoint(in *discoveryv1.Endpoint, out *discovery.Endpoint, s conversion.Scope) error

Convert_v1_Endpoint_To_discovery_Endpoint is an autogenerated conversion function.

func Convert_v1_ForNode_To_discovery_ForNode

func Convert_v1_ForNode_To_discovery_ForNode(in *discoveryv1.ForNode, out *discovery.ForNode, s conversion.Scope) error

Convert_v1_ForNode_To_discovery_ForNode is an autogenerated conversion function.

func Convert_v1_ForZone_To_discovery_ForZone

func Convert_v1_ForZone_To_discovery_ForZone(in *discoveryv1.ForZone, out *discovery.ForZone, s conversion.Scope) error

Convert_v1_ForZone_To_discovery_ForZone 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

func SetDefaults_EndpointPort

func SetDefaults_EndpointPort(obj *discoveryv1.EndpointPort)

func SetObjectDefaults_EndpointSlice

func SetObjectDefaults_EndpointSlice(in *discoveryv1.EndpointSlice)

func SetObjectDefaults_EndpointSliceList

func SetObjectDefaults_EndpointSliceList(in *discoveryv1.EndpointSliceList)

Source Files

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.