Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct {
Type Type
// Required specifies if the field is required
Required bool
// Default value for the field
Default interface{}
// ForceNew signals whether a change in this field requires a restart
ForceNew bool
// Description of the field
Description string
// AllowedValues is the list of allowed values for the field
AllowedValues []interface{}
}
Field is a field in a record
func (*Field) DefaultOrZero ¶
func (s *Field) DefaultOrZero() interface{}
type TestingFramework ¶
type TestingFramework struct {
F Framework
}
func (*TestingFramework) ImageExists ¶
func (tf *TestingFramework) ImageExists(t *testing.T)
ImageTest tests that the images are correct and exist in the framework
Click to show internal directories.
Click to hide internal directories.