resources

package
v1.0.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package resources contains utils to handle reflected resources.

Index

Constants

This section is empty.

Variables

Reflectors is the list of all resources that can be reflected.

View Source
var ReflectorsCustomizableType = []ResourceReflected{Service, Ingress, ConfigMap, Secret, Event}

ReflectorsCustomizableType is the list of resources for which the reflection type can be customized.

Functions

This section is empty.

Types

type ResourceReflected

type ResourceReflected string

ResourceReflected represents a resource that can be reflected.

const (
	Pod                   ResourceReflected = "pod"
	Service               ResourceReflected = "service"
	EndpointSlice         ResourceReflected = "endpointslice"
	Ingress               ResourceReflected = "ingress"
	ConfigMap             ResourceReflected = "configmap"
	Secret                ResourceReflected = "secret"
	ServiceAccount        ResourceReflected = "serviceaccount"
	PersistentVolumeClaim ResourceReflected = "persistentvolumeclaim"
	Event                 ResourceReflected = "event"
)

List of all resources that can be reflected.

Jump to

Keyboard shortcuts

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