Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceInstanceHandler ¶
func ResourceInstanceHandler(manager *provider.Manager) http.HandlerFunc
ResourceInstanceHandler returns an HTTP handler for get (GET), plan/apply (PATCH), and destroy (DELETE) of a single resource instance.
func ResourceInstanceSpec ¶
ResourceInstanceSpec returns the OpenAPI path-item for the single-instance endpoint.
func ResourceListHandler ¶
func ResourceListHandler(manager *provider.Manager) http.HandlerFunc
ResourceListHandler returns an HTTP handler that lists resource types (GET) and creates new resource instances (POST).
func ResourceListSpec ¶
ResourceListSpec returns the OpenAPI path-item for the resource list endpoint.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.