Versions in this module Expand all Collapse all v0 v0.1.40 Jul 16, 2022 Changes in this version + const AnnotateConflict + type Deployment struct + Metadata ObjectMeta + type K8s interface + CurrentNamespace func() string + DeploymentAnnotate func(ctx context.Context, buf *bytes.Buffer, ...) (resourceVersionRet string, err error) + DeploymentRead func(ctx context.Context, namespace, podName string) (*Deployment, error) + PodAnnotate func(ctx context.Context, buf *bytes.Buffer, ...) (resourceVersionRet string, err error) + PodList func(ctx context.Context, buf *bytes.Buffer, namespace, labelSelector string) (*PodList, error) + type ObjectMeta struct + Annotations map[string]string + Name string + ResourceVersion string + type Pod struct + Metadata ObjectMeta + type PodList struct + Items []*Pod v0.1.39 Jul 16, 2022