Documentation
¶
Index ¶
- func GenerateDebugAttachment(name, namespace, dbgger, image, pod, container, processName string) v1.DebugAttachment
- func GenerateDebugAttachmentDlv1(name, namespace string) v1.DebugAttachment
- func Must(err error)
- type Counter
- func (c *Counter) Attachments(val int) *Counter
- func (c *Counter) PendingAttachments(val int) *Counter
- func (c *Counter) PendingDeletes(val int) *Counter
- func (c *Counter) RequestingAttachments(val int) *Counter
- func (c *Counter) RequestingDeletes(val int) *Counter
- func (c *Counter) SumPostAttachments(val int) *Counter
- func (c *Counter) SumPreAttachments(val int) *Counter
- func (c *Counter) Total(val int) *Counter
- type E2eParams
- type Squash
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateDebugAttachment ¶
func GenerateDebugAttachment(name, namespace, dbgger, image, pod, container, processName string) v1.DebugAttachment
func GenerateDebugAttachmentDlv1 ¶
func GenerateDebugAttachmentDlv1(name, namespace string) v1.DebugAttachment
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
func ExpectCounts ¶
func (*Counter) Attachments ¶
func (*Counter) PendingAttachments ¶
func (*Counter) PendingDeletes ¶
func (*Counter) RequestingAttachments ¶
func (*Counter) RequestingDeletes ¶
func (*Counter) SumPostAttachments ¶
func (*Counter) SumPreAttachments ¶
type E2eParams ¶
type E2eParams struct { DebugAttachmetName string Namespace string Squash *Squash UserController actions.UserController KubeClient *kubernetes.Clientset SquashPod map[string]*v1.Pod Microservice1Pods map[string]*v1.Pod Microservice2Pods map[string]*v1.Pod CurrentMicroservicePod *v1.Pod Current2MicroservicePod *v1.Pod // contains filtered or unexported fields }
func (*E2eParams) CleanupE2e ¶
func (p *E2eParams) CleanupE2e()
Click to show internal directories.
Click to hide internal directories.