Documentation
¶
Overview ¶
This is a test package. It exists to demonstrate references to types that are not part of the gengo args. Even though this package purports to have validations, it is outside of the args used when generating output_tests, and so the generated could should NOT descend into these.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringType ¶
type StringType string
+k8s:validateFalse="you should not see this outside of this pkg"
type StructType ¶
type StructType struct { // +k8s:validateFalse="you should not see this outside of this pkg" StringField string `json:"stringField"` }
+k8s:validateFalse="you should not see this outside of this pkg"
Click to show internal directories.
Click to hide internal directories.