package
0.2.0
Repository: https://github.com/twuillemin/kuboxy.git
Documentation: pkg.go.dev

# Constants

ClusterFamily references the object related to cluster (excepted metrics).
ClusterMetricsFamily references the object related to cluster metrics.
ClusterRole references objects that are of type rbacv1.ClusterRole.
ClusterRoleBinding references objects that are of type rbacv1.ClusterRoleBinding.
ConfigMap references objects that are of type corev1.ConfigMap.
CronJob references objects that are of type batchv1beta1.CronJob.
DaemonSet references objects that are of type appsv1.DaemonSet.
Deployment references objects that are of type appsv1.Deployment.
Job references objects that are of type batchv1.Job.
Namespace references objects that are of type corev1.Namespace.
NamespaceFamily references the object related to namespace (excepted metrics).
NamespaceMetricsFamily references the object related to namespace metrics.
NetworkPolicy references objects that are of type networkingv1.NetworkPolicy.
Node references objects that are of type corev1.Node.
NodeMetrics references objects that are of type metricsv1beta1.NodeMetrics.
PersistentVolume references objects that are of type corev1.PersistentVolume.
PersistentVolumeClaim references objects that are of type corev1.PersistentVolumeClaim.
Pod references objects that are of type corev1.Pod.
PodMetrics references objects that are of type metricsv1beta1.StorageClass.
ReplicaSet references objects that are of type appsv1.ReplicaSet.
ReplicationController references objects that are of type corev1.ReplicationController.
Role references objects that are of type rbacv1.Role.
RoleBinding references objects that are of type rbacv1.RoleBinding.
Secret references objects that are of type corev1.Secret.
Service references objects that are of type corev1.Service.
ServiceAccount references objects that are of type corev1.ServiceAccount.
StatefulSet references objects that are of type appsv1.StatefulSet.
StorageClass references objects that are of type storagev1.StorageClass.

# Variables

ClusterMetricsObjectDefinitions has all the definitions for the objects used by the API that are defined at the metrics level.
ClusterObjectDefinitions has all the definitions for the objects used by the API that are defined at the cluster level.
NamespaceMetricsObjectDefinitions has all the definitions for the objects used by the API that are defined at the metrics level.
NamespaceObjectDefinitions has all the definitions for the objects used by the API that are defined at the namespace level.
ObjectDefinitions has all the definitions for the objects used by the API.

# Structs

ObjectDefinition gives all the properties of an object that can be used into the go template.

# Type aliases

ObjectFamily is the family (or category) with which the object is related.
ObjectType is the type of object that is managed by the Back End.