Documentation
¶
Index ¶
- Variables
- func ListClusterRoleBindings(ctx context.Context) (map[string]*rbacv1.ClusterRoleBinding, error)
- func ListClusterRoles(ctx context.Context) (map[string]*rbacv1.ClusterRole, error)
- func ListConfigMaps(ctx context.Context) (map[string]*v1.ConfigMap, error)
- func ListDaemonSets(ctx context.Context) (map[string]*appsv1.DaemonSet, error)
- func ListDeployments(ctx context.Context) (map[string]*appsv1.Deployment, error)
- func ListEndpoints(ctx context.Context) (map[string]*v1.Endpoints, error)
- func ListHorizontalPodAutoscalers(ctx context.Context) (map[string]*autoscalingv1.HorizontalPodAutoscaler, error)
- func ListIngresses(ctx context.Context) (map[string]*netv1b1.Ingress, error)
- func ListLimitRanges(ctx context.Context) (map[string]*v1.LimitRange, error)
- func ListNamespaces(ctx context.Context) (map[string]*v1.Namespace, error)
- func ListNetworkPolicies(ctx context.Context) (map[string]*nv1.NetworkPolicy, error)
- func ListNodes(ctx context.Context) (map[string]*v1.Node, error)
- func ListNodesMetrics(c types.Connection) (map[string]*mv1beta1.NodeMetrics, error)
- func ListPersistentVolumeClaims(ctx context.Context) (map[string]*v1.PersistentVolumeClaim, error)
- func ListPersistentVolumes(ctx context.Context) (map[string]*v1.PersistentVolume, error)
- func ListPodDisruptionBudgets(ctx context.Context) (map[string]*polv1beta1.PodDisruptionBudget, error)
- func ListPodSecurityPolicies(ctx context.Context) (map[string]*polv1beta1.PodSecurityPolicy, error)
- func ListPods(ctx context.Context) (map[string]*v1.Pod, error)
- func ListPodsMetrics(c types.Connection) (map[string]*mv1beta1.PodMetrics, error)
- func ListReplicaSets(ctx context.Context) (map[string]*appsv1.ReplicaSet, error)
- func ListRoleBindings(ctx context.Context) (map[string]*rbacv1.RoleBinding, error)
- func ListRoles(ctx context.Context) (map[string]*rbacv1.Role, error)
- func ListSecrets(ctx context.Context) (map[string]*v1.Secret, error)
- func ListServiceAccounts(ctx context.Context) (map[string]*v1.ServiceAccount, error)
- func ListServices(ctx context.Context) (map[string]*v1.Service, error)
- func ListStatefulSets(ctx context.Context) (map[string]*appsv1.StatefulSet, error)
- func ListVersion(ctx context.Context) (string, string, error)
Constants ¶
This section is empty.
Variables ¶
var IngressGVR = client.NewGVR("networking.k8s.io/v1/ingresses")
IngressGVR tracks ingress specification
Functions ¶
func ListClusterRoleBindings ¶
ListClusterRoleBindings list included ClusterRoleBindings.
func ListClusterRoles ¶ added in v0.6.0
ListClusterRoles list included ClusterRoles.
func ListConfigMaps ¶
ListConfigMaps list all included ConfigMaps.
func ListDaemonSets ¶ added in v0.4.0
ListDaemonSets list all included DaemonSets.
func ListDeployments ¶
ListDeployments list all included Deployments.
func ListEndpoints ¶
ListEndpoints list all included Endpoints.
func ListHorizontalPodAutoscalers ¶
func ListHorizontalPodAutoscalers(ctx context.Context) (map[string]*autoscalingv1.HorizontalPodAutoscaler, error)
ListHorizontalPodAutoscalers list all included HorizontalPodAutoscalers.
func ListIngresses ¶ added in v0.4.0
ListIngresses list all included Ingresses.
func ListLimitRanges ¶ added in v0.3.10
ListLimitRanges list all included LimitRanges.
func ListNamespaces ¶
ListNamespaces list all included Namespaces.
func ListNetworkPolicies ¶ added in v0.4.0
ListNetworkPolicies list all included NetworkPolicies.
func ListNodesMetrics ¶
func ListNodesMetrics(c types.Connection) (map[string]*mv1beta1.NodeMetrics, error)
ListNodesMetrics fetch all available Node metrics on the cluster.
func ListPersistentVolumeClaims ¶
ListPersistentVolumeClaims list all included PersistentVolumeClaims.
func ListPersistentVolumes ¶
ListPersistentVolumes list all included PersistentVolumes.
func ListPodDisruptionBudgets ¶ added in v0.3.10
func ListPodDisruptionBudgets(ctx context.Context) (map[string]*polv1beta1.PodDisruptionBudget, error)
ListPodDisruptionBudgets list all included PodDisruptionBudgets.
func ListPodSecurityPolicies ¶ added in v0.4.0
func ListPodSecurityPolicies(ctx context.Context) (map[string]*polv1beta1.PodSecurityPolicy, error)
ListPodSecurityPolicies list all included PodSecurityPolicies.
func ListPodsMetrics ¶
func ListPodsMetrics(c types.Connection) (map[string]*mv1beta1.PodMetrics, error)
ListPodsMetrics fetch all available Pod metrics on the cluster.
func ListReplicaSets ¶ added in v0.4.0
ListReplicaSets list all included ReplicaSets.
func ListRoleBindings ¶
ListRoleBindings list included RoleBindings.
func ListSecrets ¶
ListSecrets list all included Secrets.
func ListServiceAccounts ¶
ListServiceAccounts list included ServiceAccounts.
func ListServices ¶
ListServices list all included Services.
func ListStatefulSets ¶
ListStatefulSets list available StatefulSets.
Types ¶
This section is empty.