Documentation ¶
Index ¶
Constants ¶
View Source
const ( /* resource names */ Namespace = "numaplane-system" TargetNamespace = "numaflow-pipeline" E2ELabel = "numaplane-e2e" E2ELabelValue = "true" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type E2ESuite ¶
func (*E2ESuite) BeforeTest ¶
func (*E2ESuite) CheckError ¶
func (*E2ESuite) SetupSuite ¶
func (s *E2ESuite) SetupSuite()
func (*E2ESuite) TearDownSuite ¶
func (s *E2ESuite) TearDownSuite()
type Expect ¶
type Expect struct {
// contains filtered or unexported fields
}
func (*Expect) ResourcesDontExist ¶
check that resources are deleted
func (*Expect) ResourcesExist ¶
check that resources are created
type Given ¶
type Given struct {
// contains filtered or unexported fields
}
func (*Given) InitializeGitRepo ¶
initializes Git repo specified by GitSync's RepoURL by pushing initial commit files these files should be located at testdata/<gitSync.Spec.Path>
type When ¶
type When struct {
// contains filtered or unexported fields
}
func (*When) CreateGitSyncAndWait ¶
func (*When) DeleteGitSyncAndWait ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.