resource

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package resource provides types for the k8s resources. Kinds of the used resources are defined as constants and used all over the project.

Index

Constants

View Source
const (
	// Namespace kind as used by k8s resources.
	Namespace = "Namespace"
	// Daemonset kind as used by k8s resources.
	Daemonset = "DaemonSet"
	// Deployment kind as used by k8s resources.
	Deployment = "Deployment"
	// ReplicationController kind as used by k8s resources.
	ReplicationController = "ReplicationController"
	// ReplicaSet kind as used by k8s resources.
	ReplicaSet = "ReplicaSet"
	// Service kind as used by k8s resources.
	Service = "Service"
	// Pod kind as used by k8s resources.
	Pod = "Pod"
	// Endpoints kind as used by k8s resources.
	Endpoints = "Endpoints"
	// EndpointSlice kind as used by the k8s resources.
	EndpointSlice = "EndpointSlice"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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