Documentation
¶
Index ¶
- func BeInvalid() types.GomegaMatcher
- func BeValid() types.GomegaMatcher
- func Exist() types.GomegaMatcher
- func HaveErrorContaining(substring string) types.GomegaMatcher
- func HavePort(port string) types.GomegaMatcher
- func HaveRole(role string) types.GomegaMatcher
- func HaveSplitModeEnabled() types.GomegaMatcher
- type PipelineResource
- type ServiceResource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeInvalid ¶
func BeInvalid() types.GomegaMatcher
BeInvalid returns a matcher that checks if a pipeline is invalid
func BeValid ¶
func BeValid() types.GomegaMatcher
BeValid returns a matcher that checks if a pipeline is valid
func Exist ¶
func Exist() types.GomegaMatcher
Exist returns a matcher that checks if a service exists
func HaveErrorContaining ¶
func HaveErrorContaining(substring string) types.GomegaMatcher
HaveErrorContaining returns a matcher that checks if error message contains substring
func HavePort ¶
func HavePort(port string) types.GomegaMatcher
HavePort returns a matcher that checks the service port
func HaveRole ¶
func HaveRole(role string) types.GomegaMatcher
HaveRole returns a matcher that checks the pipeline role
func HaveSplitModeEnabled ¶
func HaveSplitModeEnabled() types.GomegaMatcher
HaveSplitModeEnabled returns a matcher that checks if split mode is enabled
Types ¶
type PipelineResource ¶
type PipelineResource struct {
// contains filtered or unexported fields
}
PipelineResource represents a pipeline for matching
func NewPipelineResource ¶
func NewPipelineResource(namespace, name string) *PipelineResource
NewPipelineResource creates a new pipeline resource wrapper
type ServiceResource ¶
type ServiceResource struct {
// contains filtered or unexported fields
}
ServiceResource represents a service for matching
func NewServiceResource ¶
func NewServiceResource(namespace, name string) *ServiceResource
NewServiceResource creates a new service resource wrapper