Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helper ¶
type Helper struct {
// contains filtered or unexported fields
}
func NewHelper ¶
func NewHelper(cmclient cmversioned.Interface, kubeclient kubernetes.Interface) *Helper
func (*Helper) WaitForCertificateReady ¶
func (h *Helper) WaitForCertificateReady(ctx context.Context, ns, name string, timeout time.Duration) (*cmapi.Certificate, error)
WaitForCertificateReady waits for the certificate resource to enter a Ready state.
func (*Helper) WaitForLabelledPodsReady ¶ added in v0.10.0
func (h *Helper) WaitForLabelledPodsReady(ctx context.Context, ns string, labelSelector string, timeout time.Duration) error
WaitForLabelledPodsReady waits until at least one pod matching the given label selector is ready in the given namespace
Click to show internal directories.
Click to hide internal directories.