Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicValue ¶
type DynamicValue struct {
apiextensionsV1.JSON `json:",inline"`
}
func (*DynamicValue) String ¶
func (d *DynamicValue) String() string
String returns the string representation of the raw value. If the value is a string, it will be unquoted as the string is guaranteed to be a JSON serialized string.
type NameValuePair ¶
type NameValuePair struct { Name string `json:"name"` Value DynamicValue `json:"value,omitempty"` }
Click to show internal directories.
Click to hide internal directories.