kubernetesk8s.io/kubernetes/pkg/api/v1/endpoints Index | Files

package endpoints

import "k8s.io/kubernetes/pkg/api/v1/endpoints"

Index

Functions

func LessEndpointAddress

func LessEndpointAddress(a, b *v1.EndpointAddress) bool

LessEndpointAddress compares IP addresses lexicographically and returns true if first argument is lesser than second

func RepackSubsets

func RepackSubsets(subsets []v1.EndpointSubset) []v1.EndpointSubset

RepackSubsets takes a slice of EndpointSubset objects, expands it to the full representation, and then repacks that into the canonical layout. This ensures that code which operates on these objects can rely on the common form for things like comparison. The result is a newly allocated slice.

func SortSubsets

func SortSubsets(subsets []v1.EndpointSubset) []v1.EndpointSubset

SortSubsets sorts an array of EndpointSubset objects in place. For ease of use it returns the input slice.

Source Files

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