Documentation ¶
Index ¶
- func CreateKnativeEventing(ctx *test.Context, name, namespace string) (*eventingoperatorv1alpha1.KnativeEventing, error)
- func CreateKnativeServing(ctx *test.Context, name, namespace string) (*servingoperatorv1alpha1.KnativeServing, error)
- func DeleteKnativeEventing(ctx *test.Context, name, namespace string) error
- func DeleteKnativeServing(ctx *test.Context, name, namespace string) error
- func IsKnativeEventingReady(s *eventingoperatorv1alpha1.KnativeEventing, err error) (bool, error)
- func IsKnativeServingReady(s *servingoperatorv1alpha1.KnativeServing, err error) (bool, error)
- func KnativeEventing(name, namespace string) *eventingoperatorv1alpha1.KnativeEventing
- func KnativeServing(name, namespace string) *servingoperatorv1alpha1.KnativeServing
- func WaitForKnativeEventingState(ctx *test.Context, name, namespace string, ...) (*eventingoperatorv1alpha1.KnativeEventing, error)
- func WaitForKnativeServingState(ctx *test.Context, name, namespace string, ...) (*servingoperatorv1alpha1.KnativeServing, error)
- func WithKnativeEventingReady(ctx *test.Context, name, namespace string) (*eventingoperatorv1alpha1.KnativeEventing, error)
- func WithKnativeServingReady(ctx *test.Context, name, namespace string) (*servingoperatorv1alpha1.KnativeServing, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKnativeEventing ¶
func CreateKnativeEventing(ctx *test.Context, name, namespace string) (*eventingoperatorv1alpha1.KnativeEventing, error)
func CreateKnativeServing ¶
func CreateKnativeServing(ctx *test.Context, name, namespace string) (*servingoperatorv1alpha1.KnativeServing, error)
func DeleteKnativeEventing ¶
func DeleteKnativeServing ¶
func IsKnativeEventingReady ¶
func IsKnativeEventingReady(s *eventingoperatorv1alpha1.KnativeEventing, err error) (bool, error)
func IsKnativeServingReady ¶
func IsKnativeServingReady(s *servingoperatorv1alpha1.KnativeServing, err error) (bool, error)
func KnativeEventing ¶
func KnativeEventing(name, namespace string) *eventingoperatorv1alpha1.KnativeEventing
func KnativeServing ¶
func KnativeServing(name, namespace string) *servingoperatorv1alpha1.KnativeServing
func WaitForKnativeEventingState ¶
func WaitForKnativeEventingState(ctx *test.Context, name, namespace string, inState func(s *eventingoperatorv1alpha1.KnativeEventing, err error) (bool, error)) (*eventingoperatorv1alpha1.KnativeEventing, error)
func WaitForKnativeServingState ¶
func WaitForKnativeServingState(ctx *test.Context, name, namespace string, inState func(s *servingoperatorv1alpha1.KnativeServing, err error) (bool, error)) (*servingoperatorv1alpha1.KnativeServing, error)
func WithKnativeEventingReady ¶
func WithKnativeEventingReady(ctx *test.Context, name, namespace string) (*eventingoperatorv1alpha1.KnativeEventing, error)
func WithKnativeServingReady ¶
func WithKnativeServingReady(ctx *test.Context, name, namespace string) (*servingoperatorv1alpha1.KnativeServing, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.