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.
Click to show internal directories.
Click to hide internal directories.