Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discovery ¶
type Discovery struct {
// contains filtered or unexported fields
}
func NewDiscovery ¶
NewDiscovery initialize a discovery of k8s objects.
type Objects ¶
type Objects struct { Version *version.Version ConfigMaps *corev1.ConfigMapList Endpoints *corev1.EndpointsList Namespaces *corev1.NamespaceList Pods *corev1.PodList PersistentVolumes *corev1.PersistentVolumeList PersistentVolumeClaims *corev1.PersistentVolumeClaimList Secrets *corev1.SecretList Services *corev1.ServiceList DaemonSets *appsv1.DaemonSetList Deployments *appsv1.DeploymentList ReplicaSets *appsv1.ReplicaSetList StatefulSets *appsv1.StatefulSetList Ingresses *networkingv1.IngressList }
Click to show internal directories.
Click to hide internal directories.