Documentation ¶ Index ¶ type Pod func NewPod(clientset *kubernetes.Clientset, config *rest.Config, logger *log.Logger, ...) *Pod func (p *Pod) Create() error func (p *Pod) Delete() error func (p *Pod) ExecuteCommand(command string, timeout time.Duration) (string, error) func (p *Pod) IsCreated() (bool, error) func (p *Pod) WaitForReady(timeout time.Duration) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Pod ¶ type Pod struct { // contains filtered or unexported fields } func NewPod ¶ func NewPod(clientset *kubernetes.Clientset, config *rest.Config, logger *log.Logger, image string, namespace string, name string, command []string, port int32) *Pod func (*Pod) Create ¶ func (p *Pod) Create() error func (*Pod) Delete ¶ func (p *Pod) Delete() error func (*Pod) ExecuteCommand ¶ func (p *Pod) ExecuteCommand(command string, timeout time.Duration) (string, error) func (*Pod) IsCreated ¶ func (p *Pod) IsCreated() (bool, error) func (*Pod) WaitForReady ¶ func (p *Pod) WaitForReady(timeout time.Duration) error Source Files ¶ View all Source files pod.go Click to show internal directories. Click to hide internal directories.