Documentation ¶
Index ¶
- func CheckTCPConnection(host string, port int) (*net.TCPAddr, error)
- func FindFreePort(host string) (int, error)
- func TryCall(tries int, waitBetweenAttempts time.Duration, f func(i int) error) error
- func ValidateImage(d v1.Deployment, container string, image, tag *string) error
- func ValidatePath(wd string, p *string) error
- type Grapple
- func (g Grapple) Attach(namespace, deployment, container, bin, arch, host string, port int, debug bool) error
- func (g Grapple) Delve(pod, container, sourcePath string, binArgs []string, host string, port int, ...) error
- func (g Grapple) DeploymentConfigMapName() string
- func (g Grapple) Patch(image, container string, mounts []Mount) error
- func (g *Grapple) Rollback() error
- func (g Grapple) Shell(pod string) error
- type Mount
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindFreePort ¶
func ValidateImage ¶
func ValidateImage(d v1.Deployment, container string, image, tag *string) error
func ValidatePath ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.