Documentation ¶
Index ¶
- Constants
- Variables
- func Convert_networking_IPAddressList_To_v1alpha1_IPAddressList(in *networking.IPAddressList, out *networkingv1alpha1.IPAddressList, ...) error
- func Convert_networking_IPAddressSpec_To_v1alpha1_IPAddressSpec(in *networking.IPAddressSpec, out *networkingv1alpha1.IPAddressSpec, ...) error
- func Convert_networking_IPAddress_To_v1alpha1_IPAddress(in *networking.IPAddress, out *networkingv1alpha1.IPAddress, ...) error
- func Convert_networking_ParentReference_To_v1alpha1_ParentReference(in *networking.ParentReference, out *networkingv1alpha1.ParentReference, ...) error
- func Convert_networking_ServiceCIDRList_To_v1alpha1_ServiceCIDRList(in *networking.ServiceCIDRList, out *networkingv1alpha1.ServiceCIDRList, ...) error
- func Convert_networking_ServiceCIDRSpec_To_v1alpha1_ServiceCIDRSpec(in *networking.ServiceCIDRSpec, out *networkingv1alpha1.ServiceCIDRSpec, ...) error
- func Convert_networking_ServiceCIDRStatus_To_v1alpha1_ServiceCIDRStatus(in *networking.ServiceCIDRStatus, out *networkingv1alpha1.ServiceCIDRStatus, ...) error
- func Convert_networking_ServiceCIDR_To_v1alpha1_ServiceCIDR(in *networking.ServiceCIDR, out *networkingv1alpha1.ServiceCIDR, ...) error
- func Convert_v1alpha1_IPAddressList_To_networking_IPAddressList(in *networkingv1alpha1.IPAddressList, out *networking.IPAddressList, ...) error
- func Convert_v1alpha1_IPAddressSpec_To_networking_IPAddressSpec(in *networkingv1alpha1.IPAddressSpec, out *networking.IPAddressSpec, ...) error
- func Convert_v1alpha1_IPAddress_To_networking_IPAddress(in *networkingv1alpha1.IPAddress, out *networking.IPAddress, ...) error
- func Convert_v1alpha1_ParentReference_To_networking_ParentReference(in *networkingv1alpha1.ParentReference, out *networking.ParentReference, ...) error
- func Convert_v1alpha1_ServiceCIDRList_To_networking_ServiceCIDRList(in *networkingv1alpha1.ServiceCIDRList, out *networking.ServiceCIDRList, ...) error
- func Convert_v1alpha1_ServiceCIDRSpec_To_networking_ServiceCIDRSpec(in *networkingv1alpha1.ServiceCIDRSpec, out *networking.ServiceCIDRSpec, ...) error
- func Convert_v1alpha1_ServiceCIDRStatus_To_networking_ServiceCIDRStatus(in *networkingv1alpha1.ServiceCIDRStatus, out *networking.ServiceCIDRStatus, ...) error
- func Convert_v1alpha1_ServiceCIDR_To_networking_ServiceCIDR(in *networkingv1alpha1.ServiceCIDR, out *networking.ServiceCIDR, ...) error
- func RegisterConversions(s *runtime.Scheme) error
- func RegisterDefaults(scheme *runtime.Scheme) error
- func Resource(resource string) schema.GroupResource
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 ¶ added in v1.27.0
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 ¶ added in v1.27.0
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 ¶ added in v1.27.0
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 ¶ added in v1.27.0
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 ¶ added in v1.29.0
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 ¶ added in v1.29.0
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 ¶ added in v1.29.0
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 ¶ added in v1.29.0
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 ¶ added in v1.27.0
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 ¶ added in v1.27.0
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 ¶ added in v1.27.0
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 ¶ added in v1.27.0
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 ¶ added in v1.29.0
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 ¶ added in v1.29.0
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 ¶ added in v1.29.0
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 ¶ added in v1.29.0
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 ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
func RegisterDefaults ¶
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.