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 ¶ added in v1.7.2
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 ¶ added in v1.7.2
func DeleteKnativeServing ¶
func IsKnativeEventingReady ¶ added in v1.7.2
func IsKnativeEventingReady(s *eventingoperatorv1alpha1.KnativeEventing, err error) (bool, error)
func IsKnativeServingReady ¶
func IsKnativeServingReady(s *servingoperatorv1alpha1.KnativeServing, err error) (bool, error)
func KnativeEventing ¶ added in v1.7.2
func KnativeEventing(name, namespace string) *eventingoperatorv1alpha1.KnativeEventing
func KnativeServing ¶
func KnativeServing(name, namespace string) *servingoperatorv1alpha1.KnativeServing
func WaitForKnativeEventingState ¶ added in v1.7.2
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 ¶ added in v1.7.2
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.