Versions in this module Expand all Collapse all v0 v0.2.0 Jun 17, 2019 v0.1.0 Jun 12, 2019 Changes in this version + func AddClusterRoleBindingEventClient(contextName string, client chan ClusterRoleBindingEvent) error + func AddClusterRoleEventClient(contextName string, client chan ClusterRoleEvent) error + func AddConfigMapEventClient(contextName string, namespace string, client chan ConfigMapEvent) error + func AddCronJobEventClient(contextName string, namespace string, client chan CronJobEvent) error + func AddDaemonSetEventClient(contextName string, namespace string, client chan DaemonSetEvent) error + func AddDeploymentEventClient(contextName string, namespace string, client chan DeploymentEvent) error + func AddJobEventClient(contextName string, namespace string, client chan JobEvent) error + func AddNamespaceEventClient(contextName string, client chan NamespaceEvent) error + func AddNetworkPolicyEventClient(contextName string, namespace string, client chan NetworkPolicyEvent) error + func AddNodeEventClient(contextName string, client chan NodeEvent) error + func AddNodeMetricsEventClient(contextName string, client chan NodeMetricsEvent) error + func AddPersistentVolumeClaimEventClient(contextName string, namespace string, client chan PersistentVolumeClaimEvent) error + func AddPersistentVolumeEventClient(contextName string, client chan PersistentVolumeEvent) error + func AddPodEventClient(contextName string, namespace string, client chan PodEvent) error + func AddPodMetricsEventClient(contextName string, namespace string, client chan PodMetricsEvent) error + func AddReplicaSetEventClient(contextName string, namespace string, client chan ReplicaSetEvent) error + func AddReplicationControllerEventClient(contextName string, namespace string, client chan ReplicationControllerEvent) error + func AddRoleBindingEventClient(contextName string, namespace string, client chan RoleBindingEvent) error + func AddRoleEventClient(contextName string, namespace string, client chan RoleEvent) error + func AddSecretEventClient(contextName string, namespace string, client chan SecretEvent) error + func AddServiceAccountEventClient(contextName string, namespace string, client chan ServiceAccountEvent) error + func AddServiceEventClient(contextName string, namespace string, client chan ServiceEvent) error + func AddStatefulSetEventClient(contextName string, namespace string, client chan StatefulSetEvent) error + func AddStorageClassEventClient(contextName string, client chan StorageClassEvent) error + func GetClusterRoleBindings(contextName string) []rbacv1.ClusterRoleBinding + func GetClusterRoles(contextName string) []rbacv1.ClusterRole + func GetConfigMaps(contextName string, namespace string) []corev1.ConfigMap + func GetCronJobs(contextName string, namespace string) []batchv1beta1.CronJob + func GetDaemonSets(contextName string, namespace string) []appsv1.DaemonSet + func GetDeployments(contextName string, namespace string) []appsv1.Deployment + func GetJobs(contextName string, namespace string) []batchv1.Job + func GetNamespaces(contextName string) []corev1.Namespace + func GetNetworkPolicies(contextName string, namespace string) []networkingv1.NetworkPolicy + func GetNodeMetricses(contextName string) []metricsv1beta1.NodeMetrics + func GetNodes(contextName string) []corev1.Node + func GetPersistentVolumeClaims(contextName string, namespace string) []corev1.PersistentVolumeClaim + func GetPersistentVolumes(contextName string) []corev1.PersistentVolume + func GetPodMetricses(contextName string, namespace string) []metricsv1beta1.PodMetrics + func GetPods(contextName string, namespace string) []corev1.Pod + func GetReplicaSets(contextName string, namespace string) []appsv1.ReplicaSet + func GetReplicationControllers(contextName string, namespace string) []corev1.ReplicationController + func GetRoleBindings(contextName string, namespace string) []rbacv1.RoleBinding + func GetRoles(contextName string, namespace string) []rbacv1.Role + func GetSecrets(contextName string, namespace string) []corev1.Secret + func GetServiceAccounts(contextName string, namespace string) []corev1.ServiceAccount + func GetServices(contextName string, namespace string) []corev1.Service + func GetStatefulSets(contextName string, namespace string) []appsv1.StatefulSet + func GetStorageClasses(contextName string) []storagev1.StorageClass + func RemoveClusterRoleBindingEventClient(contextName string, client chan ClusterRoleBindingEvent) + func RemoveClusterRoleEventClient(contextName string, client chan ClusterRoleEvent) + func RemoveConfigMapEventClient(contextName string, namespace string, client chan ConfigMapEvent) + func RemoveCronJobEventClient(contextName string, namespace string, client chan CronJobEvent) + func RemoveDaemonSetEventClient(contextName string, namespace string, client chan DaemonSetEvent) + func RemoveDeploymentEventClient(contextName string, namespace string, client chan DeploymentEvent) + func RemoveJobEventClient(contextName string, namespace string, client chan JobEvent) + func RemoveNamespaceEventClient(contextName string, client chan NamespaceEvent) + func RemoveNetworkPolicyEventClient(contextName string, namespace string, client chan NetworkPolicyEvent) + func RemoveNodeEventClient(contextName string, client chan NodeEvent) + func RemoveNodeMetricsEventClient(contextName string, client chan NodeMetricsEvent) + func RemovePersistentVolumeClaimEventClient(contextName string, namespace string, client chan PersistentVolumeClaimEvent) + func RemovePersistentVolumeEventClient(contextName string, client chan PersistentVolumeEvent) + func RemovePodEventClient(contextName string, namespace string, client chan PodEvent) + func RemovePodMetricsEventClient(contextName string, namespace string, client chan PodMetricsEvent) + func RemoveReplicaSetEventClient(contextName string, namespace string, client chan ReplicaSetEvent) + func RemoveReplicationControllerEventClient(contextName string, namespace string, client chan ReplicationControllerEvent) + func RemoveRoleBindingEventClient(contextName string, namespace string, client chan RoleBindingEvent) + func RemoveRoleEventClient(contextName string, namespace string, client chan RoleEvent) + func RemoveSecretEventClient(contextName string, namespace string, client chan SecretEvent) + func RemoveServiceAccountEventClient(contextName string, namespace string, client chan ServiceAccountEvent) + func RemoveServiceEventClient(contextName string, namespace string, client chan ServiceEvent) + func RemoveStatefulSetEventClient(contextName string, namespace string, client chan StatefulSetEvent) + func RemoveStorageClassEventClient(contextName string, client chan StorageClassEvent) + type ClusterRoleBindingEvent struct + ClusterRoleBinding rbacv1.ClusterRoleBinding + EventType Type + type ClusterRoleEvent struct + ClusterRole rbacv1.ClusterRole + EventType Type + type ConfigMapEvent struct + ConfigMap corev1.ConfigMap + EventType Type + type CronJobEvent struct + CronJob batchv1beta1.CronJob + EventType Type + type DaemonSetEvent struct + DaemonSet appsv1.DaemonSet + EventType Type + type DeploymentEvent struct + Deployment appsv1.Deployment + EventType Type + type JobEvent struct + EventType Type + Job batchv1.Job + type NamespaceEvent struct + EventType Type + Namespace corev1.Namespace + type NetworkPolicyEvent struct + EventType Type + NetworkPolicy networkingv1.NetworkPolicy + type NodeEvent struct + EventType Type + Node corev1.Node + type NodeMetricsEvent struct + EventType Type + NodeMetrics metricsv1beta1.NodeMetrics + type PersistentVolumeClaimEvent struct + EventType Type + PersistentVolumeClaim corev1.PersistentVolumeClaim + type PersistentVolumeEvent struct + EventType Type + PersistentVolume corev1.PersistentVolume + type PodEvent struct + EventType Type + Pod corev1.Pod + type PodMetricsEvent struct + EventType Type + PodMetrics metricsv1beta1.PodMetrics + type ReplicaSetEvent struct + EventType Type + ReplicaSet appsv1.ReplicaSet + type ReplicationControllerEvent struct + EventType Type + ReplicationController corev1.ReplicationController + type RoleBindingEvent struct + EventType Type + RoleBinding rbacv1.RoleBinding + type RoleEvent struct + EventType Type + Role rbacv1.Role + type SecretEvent struct + EventType Type + Secret corev1.Secret + type ServiceAccountEvent struct + EventType Type + ServiceAccount corev1.ServiceAccount + type ServiceEvent struct + EventType Type + Service corev1.Service + type StatefulSetEvent struct + EventType Type + StatefulSet appsv1.StatefulSet + type StorageClassEvent struct + EventType Type + StorageClass storagev1.StorageClass + type Type int + const Create + const Delete + const Update