kubernetesk8s.io/kubernetes/pkg/apis/networking/v1alpha1 Index | Files

package v1alpha1

import "k8s.io/kubernetes/pkg/apis/networking/v1alpha1"

Index

Constants

const GroupName = "networking.k8s.io"

GroupName is the group name use in this package.

Variables

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

SchemeGroupVersion is group version used to register these objects.

Functions

func Convert_networking_IPAddressList_To_v1alpha1_IPAddressList

func Convert_networking_IPAddressList_To_v1alpha1_IPAddressList(in *networking.IPAddressList, out *networkingv1alpha1.IPAddressList, s conversion.Scope) error

Convert_networking_IPAddressList_To_v1alpha1_IPAddressList is an autogenerated conversion function.

func Convert_networking_IPAddressSpec_To_v1alpha1_IPAddressSpec

func Convert_networking_IPAddressSpec_To_v1alpha1_IPAddressSpec(in *networking.IPAddressSpec, out *networkingv1alpha1.IPAddressSpec, s conversion.Scope) error

Convert_networking_IPAddressSpec_To_v1alpha1_IPAddressSpec is an autogenerated conversion function.

func Convert_networking_IPAddress_To_v1alpha1_IPAddress

func Convert_networking_IPAddress_To_v1alpha1_IPAddress(in *networking.IPAddress, out *networkingv1alpha1.IPAddress, s conversion.Scope) error

Convert_networking_IPAddress_To_v1alpha1_IPAddress is an autogenerated conversion function.

func Convert_networking_ParentReference_To_v1alpha1_ParentReference

func Convert_networking_ParentReference_To_v1alpha1_ParentReference(in *networking.ParentReference, out *networkingv1alpha1.ParentReference, s conversion.Scope) error

Convert_networking_ParentReference_To_v1alpha1_ParentReference is an autogenerated conversion function.

func Convert_networking_ServiceCIDRList_To_v1alpha1_ServiceCIDRList

func Convert_networking_ServiceCIDRList_To_v1alpha1_ServiceCIDRList(in *networking.ServiceCIDRList, out *networkingv1alpha1.ServiceCIDRList, s conversion.Scope) error

Convert_networking_ServiceCIDRList_To_v1alpha1_ServiceCIDRList is an autogenerated conversion function.

func Convert_networking_ServiceCIDRSpec_To_v1alpha1_ServiceCIDRSpec

func Convert_networking_ServiceCIDRSpec_To_v1alpha1_ServiceCIDRSpec(in *networking.ServiceCIDRSpec, out *networkingv1alpha1.ServiceCIDRSpec, s conversion.Scope) error

Convert_networking_ServiceCIDRSpec_To_v1alpha1_ServiceCIDRSpec is an autogenerated conversion function.

func Convert_networking_ServiceCIDRStatus_To_v1alpha1_ServiceCIDRStatus

func Convert_networking_ServiceCIDRStatus_To_v1alpha1_ServiceCIDRStatus(in *networking.ServiceCIDRStatus, out *networkingv1alpha1.ServiceCIDRStatus, s conversion.Scope) error

Convert_networking_ServiceCIDRStatus_To_v1alpha1_ServiceCIDRStatus is an autogenerated conversion function.

func Convert_networking_ServiceCIDR_To_v1alpha1_ServiceCIDR

func Convert_networking_ServiceCIDR_To_v1alpha1_ServiceCIDR(in *networking.ServiceCIDR, out *networkingv1alpha1.ServiceCIDR, s conversion.Scope) error

Convert_networking_ServiceCIDR_To_v1alpha1_ServiceCIDR is an autogenerated conversion function.

func Convert_v1alpha1_IPAddressList_To_networking_IPAddressList

func Convert_v1alpha1_IPAddressList_To_networking_IPAddressList(in *networkingv1alpha1.IPAddressList, out *networking.IPAddressList, s conversion.Scope) error

Convert_v1alpha1_IPAddressList_To_networking_IPAddressList is an autogenerated conversion function.

func Convert_v1alpha1_IPAddressSpec_To_networking_IPAddressSpec

func Convert_v1alpha1_IPAddressSpec_To_networking_IPAddressSpec(in *networkingv1alpha1.IPAddressSpec, out *networking.IPAddressSpec, s conversion.Scope) error

Convert_v1alpha1_IPAddressSpec_To_networking_IPAddressSpec is an autogenerated conversion function.

func Convert_v1alpha1_IPAddress_To_networking_IPAddress

func Convert_v1alpha1_IPAddress_To_networking_IPAddress(in *networkingv1alpha1.IPAddress, out *networking.IPAddress, s conversion.Scope) error

Convert_v1alpha1_IPAddress_To_networking_IPAddress is an autogenerated conversion function.

func Convert_v1alpha1_ParentReference_To_networking_ParentReference

func Convert_v1alpha1_ParentReference_To_networking_ParentReference(in *networkingv1alpha1.ParentReference, out *networking.ParentReference, s conversion.Scope) error

Convert_v1alpha1_ParentReference_To_networking_ParentReference is an autogenerated conversion function.

func Convert_v1alpha1_ServiceCIDRList_To_networking_ServiceCIDRList

func Convert_v1alpha1_ServiceCIDRList_To_networking_ServiceCIDRList(in *networkingv1alpha1.ServiceCIDRList, out *networking.ServiceCIDRList, s conversion.Scope) error

Convert_v1alpha1_ServiceCIDRList_To_networking_ServiceCIDRList is an autogenerated conversion function.

func Convert_v1alpha1_ServiceCIDRSpec_To_networking_ServiceCIDRSpec

func Convert_v1alpha1_ServiceCIDRSpec_To_networking_ServiceCIDRSpec(in *networkingv1alpha1.ServiceCIDRSpec, out *networking.ServiceCIDRSpec, s conversion.Scope) error

Convert_v1alpha1_ServiceCIDRSpec_To_networking_ServiceCIDRSpec is an autogenerated conversion function.

func Convert_v1alpha1_ServiceCIDRStatus_To_networking_ServiceCIDRStatus

func Convert_v1alpha1_ServiceCIDRStatus_To_networking_ServiceCIDRStatus(in *networkingv1alpha1.ServiceCIDRStatus, out *networking.ServiceCIDRStatus, s conversion.Scope) error

Convert_v1alpha1_ServiceCIDRStatus_To_networking_ServiceCIDRStatus is an autogenerated conversion function.

func Convert_v1alpha1_ServiceCIDR_To_networking_ServiceCIDR

func Convert_v1alpha1_ServiceCIDR_To_networking_ServiceCIDR(in *networkingv1alpha1.ServiceCIDR, out *networking.ServiceCIDR, s conversion.Scope) error

Convert_v1alpha1_ServiceCIDR_To_networking_ServiceCIDR 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

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
7 packages
Last checked
3 hours ago

Tools for package owners.