Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicResource ¶
type DynamicResource struct { v1.BaseResource // Properties stores the properties of the resource being tracked. Properties map[string]any `json:"properties"` }
DynamicResource is used as the data model for dynamic resources (UDT).
A dynamic resource uses a user-provided OpenAPI specification to define the resource schema. Therefore, the properties of the resource are not known at compile time.
Click to show internal directories.
Click to hide internal directories.