app

package
v1.28.5 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 37 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// LockAvailability tracks the how long has the container been running with the corresponding resource lock
	LockAvailability = prometheus.NewCounterVec(
		prometheus.CounterOpts{
			Name: "lock_availability",
			Help: "Time in second since the container has been running with the corresponding resource lock",
		},
		[]string{"lock_name", "cluster_type"},
	)
)

Functions

func DefaultBackendServicePort

func DefaultBackendServicePort(kubeClient kubernetes.Interface) utils.ServicePort

DefaultBackendServicePort returns the ServicePort which will be used as the default backend for load balancers.

func IngressClassEnabled added in v1.11.0

func IngressClassEnabled(client kubernetes.Interface) bool

IngressClassEnabled returns whether the IngressClass API exists on the kubernetes cluster

func NewGCEClient

func NewGCEClient() *gce.Cloud

NewGCEClient returns a client to the GCE environment. This will block until a valid configuration file can be read.

func NewKubeConfig added in v1.2.2

func NewKubeConfig() (*rest.Config, error)

NewKubeConfig returns a Kubernetes client config given the command line settings.

func NewKubeConfigForProtobuf added in v1.7.4

func NewKubeConfigForProtobuf() (*rest.Config, error)

NewKubeConfigForProtobuf returns a Kubernetes client config that uses protobufs for given the command line settings.

func NewNamer

func NewNamer(kubeClient kubernetes.Interface, clusterName, fwName string) (*namer.Namer, error)

NewNamer returns a new naming policy given the state of the cluster.

func NewStaticNamer added in v1.6.0

func NewStaticNamer(kubeClient kubernetes.Interface, clusterName, fwName string) (*namer.Namer, error)

NewStaticNamer returns a new naming policy given a snapshot of cluster state. Note that this implementation does not dynamically change the naming policy based on changes in cluster state.

func PublishLockAvailabilityMetrics added in v1.28.0

func PublishLockAvailabilityMetrics(lockName string, clusterType string)

func RunHTTPServer

func RunHTTPServer(healthChecker func() context.HealthCheckResults)

RunHTTPServer starts an HTTP server. `healthChecker` returns a mapping of component/controller name to the result of its healthcheck.

func RunSIGTERMHandler

func RunSIGTERMHandler(closeStopCh func())

Types

This section is empty.

Jump to

Keyboard shortcuts

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