Documentation
¶
Index ¶
Constants ¶
View Source
const ContainerTestIndentSpaces = 4
Variables ¶
This section is empty.
Functions ¶
func RunApplyYAMLPatchTests ¶
func RunApplyYAMLPatchTests[NodeT any](t *testing.T, testNamePrefix string, yamllib yamlpatchcommon.YAMLLibrary[NodeT])
func RunContainerTests ¶
func RunContainerTests[NodeT any](t *testing.T, testNamePrefix string, yamllib yamlpatchcommon.YAMLLibrary[NodeT])
Types ¶
type TestMyObject ¶
type TestMyObject struct {
FieldA string `yaml:"custom-tag"`
}
Click to show internal directories.
Click to hide internal directories.