cache

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetricsConfigurationCacheObject

type MetricsConfigurationCacheObject struct {
	Key                  string // cache.MetaNamespaceKeyFunc
	MetricsConfiguration *retinav1alpha1.MetricsConfiguration
}

type PodCacheObject

type PodCacheObject struct {
	Key types.NamespacedName // cache.MetaNamespaceKeyFunc
	Pod *corev1.Pod
}

type RetinaContainer

type RetinaContainer struct {
	Name string
	ID   string
}

type RetinaEndpoint

type RetinaEndpoint struct {
	sync.RWMutex
	Name       string
	Namespace  string
	OwnerRefs  []metav1.OwnerReference
	IPv4       string
	IPv6       string
	OtherIPv4s []string
	OtherIPv6s []string
	Containers []RetinaContainer
	Labels     map[string]string
}

type RetinaSvc

type RetinaSvc struct {
	sync.RWMutex
	Name       string
	Namespace  string
	ClusterIP  string
	ClusterIPs []string
	LBIP       string
	Selector   map[string]string
}

Jump to

Keyboard shortcuts

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