v1alpha1

package
v1.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

View Source
const GroupName = "networking.k8s.io"

GroupName is the group name use in this package.

Variables

View Source
var (
	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
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 added in v1.27.0

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

Convert_networking_IPAddressList_To_v1alpha1_IPAddressList is an autogenerated conversion function.

func Convert_networking_IPAddressSpec_To_v1alpha1_IPAddressSpec added in v1.27.0

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

Convert_networking_IPAddressSpec_To_v1alpha1_IPAddressSpec is an autogenerated conversion function.

func Convert_networking_IPAddress_To_v1alpha1_IPAddress added in v1.27.0

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

Convert_networking_IPAddress_To_v1alpha1_IPAddress is an autogenerated conversion function.

func Convert_networking_ParentReference_To_v1alpha1_ParentReference added in v1.27.0

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

Convert_networking_ParentReference_To_v1alpha1_ParentReference is an autogenerated conversion function.

func Convert_networking_ServiceCIDRList_To_v1alpha1_ServiceCIDRList added in v1.29.0

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

Convert_networking_ServiceCIDRList_To_v1alpha1_ServiceCIDRList is an autogenerated conversion function.

func Convert_networking_ServiceCIDRSpec_To_v1alpha1_ServiceCIDRSpec added in v1.29.0

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

Convert_networking_ServiceCIDRSpec_To_v1alpha1_ServiceCIDRSpec is an autogenerated conversion function.

func Convert_networking_ServiceCIDRStatus_To_v1alpha1_ServiceCIDRStatus added in v1.29.0

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

Convert_networking_ServiceCIDRStatus_To_v1alpha1_ServiceCIDRStatus is an autogenerated conversion function.

func Convert_networking_ServiceCIDR_To_v1alpha1_ServiceCIDR added in v1.29.0

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

Convert_networking_ServiceCIDR_To_v1alpha1_ServiceCIDR is an autogenerated conversion function.

func Convert_v1alpha1_IPAddressList_To_networking_IPAddressList added in v1.27.0

func Convert_v1alpha1_IPAddressList_To_networking_IPAddressList(in *v1alpha1.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 added in v1.27.0

func Convert_v1alpha1_IPAddressSpec_To_networking_IPAddressSpec(in *v1alpha1.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 added in v1.27.0

func Convert_v1alpha1_IPAddress_To_networking_IPAddress(in *v1alpha1.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 added in v1.27.0

func Convert_v1alpha1_ParentReference_To_networking_ParentReference(in *v1alpha1.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 added in v1.29.0

func Convert_v1alpha1_ServiceCIDRList_To_networking_ServiceCIDRList(in *v1alpha1.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 added in v1.29.0

func Convert_v1alpha1_ServiceCIDRSpec_To_networking_ServiceCIDRSpec(in *v1alpha1.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 added in v1.29.0

func Convert_v1alpha1_ServiceCIDRStatus_To_networking_ServiceCIDRStatus(in *v1alpha1.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 added in v1.29.0

func Convert_v1alpha1_ServiceCIDR_To_networking_ServiceCIDR(in *v1alpha1.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.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL