Documentation ¶
Index ¶
- func NewDynamicResourceController(opts ctrl.Options) (ctrl.Controller, error)
- func NewInertDeleteController(opts ctrl.Options) (ctrl.Controller, error)
- func NewInertPutController(opts ctrl.Options) (ctrl.Controller, error)
- type DynamicResourceController
- type InertDeleteController
- type InertPutController
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDynamicResourceController ¶ added in v0.42.0
func NewDynamicResourceController(opts ctrl.Options) (ctrl.Controller, error)
NewDynamicResourceController creates a new DynamicResourcePutController.
func NewInertDeleteController ¶ added in v0.42.0
func NewInertDeleteController(opts ctrl.Options) (ctrl.Controller, error)
NewInertDeleteController creates a new InertDeleteController.
func NewInertPutController ¶ added in v0.42.0
func NewInertPutController(opts ctrl.Options) (ctrl.Controller, error)
NewInertPutController creates a new InertPutController.
Types ¶
type DynamicResourceController ¶ added in v0.42.0
type DynamicResourceController struct {
ctrl.BaseController
}
DynamicResourceController is the async operation controller to perform processing on dynamic resources.
This controller will use the capabilities and the operation to determine the correct controller to use.
type InertDeleteController ¶ added in v0.42.0
type InertDeleteController struct {
ctrl.BaseController
}
InertDeleteController is the async operation controller to perform DELETE processing on "inert" dynamic resources.
type InertPutController ¶ added in v0.42.0
type InertPutController struct {
ctrl.BaseController
}
InertPutController is the async operation controller to perform PUT processing on "inert" dynamic resources.
Click to show internal directories.
Click to hide internal directories.