Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPrimeJobTableCommand ¶
Types ¶
type CreateJobsOptions ¶
type CreateJobsOptions struct {
// contains filtered or unexported fields
}
type FakePeriodic ¶
type FakePeriodic struct {
Name string `yaml:"name"`
}
type FakePeriodicConfig ¶
type FakePeriodicConfig struct {
Periodics []FakePeriodic `yaml:"periodics"`
}
type FakeProwJob ¶
type FakeProwJob struct {
Name string
}
type FakeReleaseConfig ¶
type FakeReleaseConfig struct {
Verify map[string]FakeReleaseConfigVerify
}
type FakeReleaseConfigVerify ¶
type FakeReleaseConfigVerify struct {
ProwJob FakeProwJob
}
Click to show internal directories.
Click to hide internal directories.