Documentation ¶
Index ¶
- type K8sMock
- func (k *K8sMock) CurrentNamespace() string
- func (k *K8sMock) DeploymentAnnotate(ctx context.Context, buf *bytes.Buffer, ...) (resourceVersionRet string, err error)
- func (k *K8sMock) DeploymentRead(ctx context.Context, namespace, podName string) (*k8s.Deployment, error)
- func (k *K8sMock) PodAnnotate(ctx context.Context, buf *bytes.Buffer, ...) (resourceVersionRet string, err error)
- func (k *K8sMock) PodList(ctx context.Context, buf *bytes.Buffer, namespace, labelSelector string) (*k8s.PodList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sMock ¶
type K8sMock struct{}
func (*K8sMock) CurrentNamespace ¶
func (*K8sMock) DeploymentAnnotate ¶
func (*K8sMock) DeploymentRead ¶
func (*K8sMock) PodAnnotate ¶
Click to show internal directories.
Click to hide internal directories.