Documentation
¶
Index ¶
- Variables
- func GetComponentStatuses() *v1.ComponentStatusList
- func GetDaemonSetByName(namespace string, name string) *appsv1.DaemonSetList
- func GetDaemonSets(namespace string, listOptions metav1.ListOptions) *appsv1.DaemonSetList
- func GetDeploymentByName(namespace string, name string) *appsv1.DeploymentList
- func GetDeployments(namespace string, listOptions metav1.ListOptions) *appsv1.DeploymentList
- func GetEndpoints(namespace string, listOptions metav1.ListOptions) *v1.EndpointsList
- func GetEvents(namespace string, listOptions metav1.ListOptions) *v1.EventList
- func GetEventsNotNormal(namespace string) *v1.EventList
- func GetHpas(namespace string, listOptions metav1.ListOptions) *autoscaling.HorizontalPodAutoscalerList
- func GetJobs(namespace string, listOptions metav1.ListOptions) *batchv1.JobList
- func GetKubeApiHealth() *statuses.KubeApiHealthEndpointStatusList
- func GetNodes() *v1.NodeList
- func GetPersistentVolumeClaims(namespace string, listOptions metav1.ListOptions) *v1.PersistentVolumeClaimList
- func GetPersistentVolumes() *v1.PersistentVolumeList
- func GetPods(namespace string, listOptions metav1.ListOptions) *v1.PodList
- func GetServices(namespace string, listOptions metav1.ListOptions) *v1.ServiceList
- func Init()
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ContextName string ServerVersion string )
Functions ¶
func GetComponentStatuses ¶
func GetComponentStatuses() *v1.ComponentStatusList
func GetDaemonSetByName ¶
func GetDaemonSetByName(namespace string, name string) *appsv1.DaemonSetList
func GetDaemonSets ¶
func GetDaemonSets(namespace string, listOptions metav1.ListOptions) *appsv1.DaemonSetList
func GetDeploymentByName ¶
func GetDeploymentByName(namespace string, name string) *appsv1.DeploymentList
func GetDeployments ¶
func GetDeployments(namespace string, listOptions metav1.ListOptions) *appsv1.DeploymentList
func GetEndpoints ¶
func GetEndpoints(namespace string, listOptions metav1.ListOptions) *v1.EndpointsList
func GetEventsNotNormal ¶
func GetHpas ¶
func GetHpas(namespace string, listOptions metav1.ListOptions) *autoscaling.HorizontalPodAutoscalerList
func GetKubeApiHealth ¶
func GetKubeApiHealth() *statuses.KubeApiHealthEndpointStatusList
func GetPersistentVolumeClaims ¶
func GetPersistentVolumeClaims(namespace string, listOptions metav1.ListOptions) *v1.PersistentVolumeClaimList
func GetPersistentVolumes ¶
func GetPersistentVolumes() *v1.PersistentVolumeList
func GetServices ¶
func GetServices(namespace string, listOptions metav1.ListOptions) *v1.ServiceList
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.