Versions in this module Expand all Collapse all v1 v1.10.1 Dec 21, 2018 Changes in this version + const ClientTypeAppsClient + const ClientTypeAutoscalingClient + const ClientTypeBatchClient + const ClientTypeBetaBatchClient + const ClientTypeDefault + const ClientTypeExtensionClient + const ClientTypeStorageClient + const ResourceKindConfigMap + const ResourceKindCronJob + const ResourceKindDaemonSet + const ResourceKindDeployment + const ResourceKindEndpoint + const ResourceKindEvent + const ResourceKindHorizontalPodAutoscaler + const ResourceKindIngress + const ResourceKindJob + const ResourceKindLimitRange + const ResourceKindNamespace + const ResourceKindNode + const ResourceKindPersistentVolume + const ResourceKindPersistentVolumeClaim + const ResourceKindPod + const ResourceKindRbacClusterRole + const ResourceKindRbacClusterRoleBinding + const ResourceKindRbacRole + const ResourceKindRbacRoleBinding + const ResourceKindReplicaSet + const ResourceKindReplicationController + const ResourceKindResourceQuota + const ResourceKindSecret + const ResourceKindService + const ResourceKindStatefulSet + const ResourceKindStorageClass + var KindToAPIMapping = map[string]struct{ ... } + var ListEverything = metaV1.ListOptions + func IsLabelSelectorMatching(selector map[string]string, labelSelector *v1.LabelSelector) bool + func IsSelectorMatching(labelSelector map[string]string, testedObjectLabels map[string]string) bool + type ClientType string + type CsrfToken struct + Token string + type ListMeta struct + TotalItems int + type ObjectMeta struct + Annotations map[string]string + CreationTimestamp v1.Time + Labels map[string]string + Name string + Namespace string + func NewObjectMeta(k8SObjectMeta metaV1.ObjectMeta) ObjectMeta + type ResourceKind string + type TypeMeta struct + Kind ResourceKind + func NewTypeMeta(kind ResourceKind) TypeMeta