Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerUpdater ¶
type DockerUpdater ¶ added in v0.17.0
type DockerUpdater struct {
// contains filtered or unexported fields
}
func NewDockerUpdater ¶ added in v0.17.0
func NewDockerUpdater(dCli docker.Client) *DockerUpdater
func (*DockerUpdater) UpdateContainer ¶ added in v0.17.0
func (*DockerUpdater) WillBuildToKubeContext ¶ added in v0.20.7
func (cu *DockerUpdater) WillBuildToKubeContext(kctx k8s.KubeContext) bool
type ExecUpdater ¶
type ExecUpdater struct {
// contains filtered or unexported fields
}
func NewExecUpdater ¶
func NewExecUpdater(kCli k8s.Client) *ExecUpdater
func (*ExecUpdater) UpdateContainer ¶
type FakeContainerUpdater ¶
type FakeContainerUpdater struct { UpdateErrs []error Calls []UpdateContainerCall }
func (*FakeContainerUpdater) SetUpdateErr ¶ added in v0.10.0
func (cu *FakeContainerUpdater) SetUpdateErr(err error)
func (*FakeContainerUpdater) UpdateContainer ¶
type UpdateContainerCall ¶
Click to show internal directories.
Click to hide internal directories.