Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyDebuggingTransforms ¶ added in v1.31.0
func ApplyDebuggingTransforms(l manifest.ManifestList, builds []graph.Artifact, registries manifest.Registries) (manifest.ManifestList, error)
ApplyDebuggingTransforms applies language-platform-specific transforms to a list of manifests.
Types ¶
type ContainerManager ¶
type ContainerManager struct {
// contains filtered or unexported fields
}
func NewContainerManager ¶
func NewContainerManager(podSelector kubernetes.PodSelector, namespaces *[]string, kubeContext string) *ContainerManager
func (*ContainerManager) Name ¶ added in v1.26.0
func (d *ContainerManager) Name() string
func (*ContainerManager) Stop ¶
func (d *ContainerManager) Stop()
Click to show internal directories.
Click to hide internal directories.