Versions in this module Expand all Collapse all v1 v1.0.2 May 5, 2022 Changes in this version + const ResourceKindClusterRole + const ResourceKindClusterRoleBinding + const ResourceKindConfigMap + const ResourceKindCronJob + const ResourceKindCustomResourceDefinition + const ResourceKindDaemonSet + const ResourceKindDeployment + const ResourceKindEndpoint + const ResourceKindEvent + const ResourceKindHorizontalPodAutoscaler + const ResourceKindIngress + const ResourceKindJob + const ResourceKindLimitRange + const ResourceKindNamespace + const ResourceKindNetworkPolicy + const ResourceKindNode + const ResourceKindPersistentVolume + const ResourceKindPersistentVolumeClaim + const ResourceKindPlugin + const ResourceKindPod + const ResourceKindReplicaSet + const ResourceKindReplicationController + const ResourceKindResourceQuota + const ResourceKindRole + const ResourceKindRoleBinding + const ResourceKindSecret + const ResourceKindService + const ResourceKindServiceAccount + const ResourceKindStatefulSet + const ResourceKindStorageClass + var ListEverything = metaV1.ListOptions + type ConfigMapData struct + Name string + Namespace string + type DaemonSetData struct + Name string + Namespace string + type JobData struct + Name string + Namespace string + type ListMeta struct + TotalItems int + type NodeAllocatedResources struct + AllocatedPods int + CPUCapacity int64 + CPULimits int64 + CPULimitsFraction float64 + CPURequests int64 + CPURequestsFraction float64 + MemoryCapacity int64 + MemoryLimits int64 + MemoryLimitsFraction float64 + MemoryRequests int64 + MemoryRequestsFraction float64 + PodCapacity int64 + PodFraction float64 + type NodeIP string + type ObjectMeta struct + Annotations map[string]string + CreationTimestamp Time + Labels map[string]string + Name string + Namespace string + func NewObjectMeta(k8SObjectMeta metaV1.ObjectMeta) ObjectMeta + type RemoveDeploymentData struct + DeploymentName string + Namespace string + type RemoveDeploymentToServiceData struct + DeploymentName string + IsDeleteService bool + Namespace string + ServiceName string + type RemovePodsData struct + Namespace string + PodName string + type ResourceKind string + type RestartDeployment struct + DeploymentName string + Namespace string + type RollbackDeployment struct + DeploymentName string + Namespace string + ReVersion *int64 + type ScaleDeployment struct + DeploymentName string + Namespace string + ScaleNumber *int32 + type ScaleJob struct + Name string + Namespace string + Number *int32 + type ScaleStatefulSet struct + Name string + Namespace string + ScaleNumber *int32 + type SecretsData struct + Name string + Namespace string + type ServiceData struct + Name string + Namespace string + type StatefulSetData struct + Name string + Namespace string + type Time struct + type TypeMeta struct + Kind ResourceKind + func NewTypeMeta(kind ResourceKind) TypeMeta + type UID string + type Unschedulable bool