Documentation ¶
Index ¶
- type AccountReconciler
- type ApiKeyReconciler
- type AuthorizerReconciler
- type BasePathMappingReconciler
- type ClientCertificateReconciler
- type DeploymentReconciler
- type DocumentationPartReconciler
- type DocumentationVersionReconciler
- type DomainNameReconciler
- type GatewayResponseReconciler
- type MethodReconciler
- type ModelReconciler
- type RequestValidatorReconciler
- type ResourceReconciler
- type RestApiReconciler
- type StageReconciler
- type UsagePlanKeyReconciler
- type UsagePlanReconciler
- type VpcLinkReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountReconciler ¶
type AccountReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
AccountReconciler reconciles a Account object
func (*AccountReconciler) SetupWithManager ¶
func (r *AccountReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type ApiKeyReconciler ¶
type ApiKeyReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
ApiKeyReconciler reconciles a ApiKey object
func (*ApiKeyReconciler) SetupWithManager ¶
func (r *ApiKeyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type AuthorizerReconciler ¶
type AuthorizerReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
AuthorizerReconciler reconciles a Authorizer object
func (*AuthorizerReconciler) SetupWithManager ¶
func (r *AuthorizerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type BasePathMappingReconciler ¶
type BasePathMappingReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
BasePathMappingReconciler reconciles a BasePathMapping object
func (*BasePathMappingReconciler) SetupWithManager ¶
func (r *BasePathMappingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type ClientCertificateReconciler ¶
type ClientCertificateReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
ClientCertificateReconciler reconciles a ClientCertificate object
func (*ClientCertificateReconciler) SetupWithManager ¶
func (r *ClientCertificateReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type DeploymentReconciler ¶
type DeploymentReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
DeploymentReconciler reconciles a Deployment object
func (*DeploymentReconciler) SetupWithManager ¶
func (r *DeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type DocumentationPartReconciler ¶
type DocumentationPartReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
DocumentationPartReconciler reconciles a DocumentationPart object
func (*DocumentationPartReconciler) SetupWithManager ¶
func (r *DocumentationPartReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type DocumentationVersionReconciler ¶
type DocumentationVersionReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
DocumentationVersionReconciler reconciles a DocumentationVersion object
func (*DocumentationVersionReconciler) SetupWithManager ¶
func (r *DocumentationVersionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type DomainNameReconciler ¶
type DomainNameReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
DomainNameReconciler reconciles a DomainName object
func (*DomainNameReconciler) SetupWithManager ¶
func (r *DomainNameReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type GatewayResponseReconciler ¶
type GatewayResponseReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
GatewayResponseReconciler reconciles a GatewayResponse object
func (*GatewayResponseReconciler) SetupWithManager ¶
func (r *GatewayResponseReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type MethodReconciler ¶
type MethodReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
MethodReconciler reconciles a Method object
func (*MethodReconciler) SetupWithManager ¶
func (r *MethodReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type ModelReconciler ¶
type ModelReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
ModelReconciler reconciles a Model object
func (*ModelReconciler) SetupWithManager ¶
func (r *ModelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type RequestValidatorReconciler ¶
type RequestValidatorReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
RequestValidatorReconciler reconciles a RequestValidator object
func (*RequestValidatorReconciler) SetupWithManager ¶
func (r *RequestValidatorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type ResourceReconciler ¶
type ResourceReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
ResourceReconciler reconciles a Resource object
func (*ResourceReconciler) SetupWithManager ¶
func (r *ResourceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type RestApiReconciler ¶
type RestApiReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
RestApiReconciler reconciles a RestApi object
func (*RestApiReconciler) SetupWithManager ¶
func (r *RestApiReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type StageReconciler ¶
type StageReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
StageReconciler reconciles a Stage object
func (*StageReconciler) SetupWithManager ¶
func (r *StageReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type UsagePlanKeyReconciler ¶
type UsagePlanKeyReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
UsagePlanKeyReconciler reconciles a UsagePlanKey object
func (*UsagePlanKeyReconciler) SetupWithManager ¶
func (r *UsagePlanKeyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type UsagePlanReconciler ¶
type UsagePlanReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
UsagePlanReconciler reconciles a UsagePlan object
func (*UsagePlanReconciler) SetupWithManager ¶
func (r *UsagePlanReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
type VpcLinkReconciler ¶
type VpcLinkReconciler struct { client.Client dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
VpcLinkReconciler reconciles a VpcLink object
func (*VpcLinkReconciler) SetupWithManager ¶
func (r *VpcLinkReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will setup the controller
Source Files ¶
- account_controller.go
- apikey_controller.go
- authorizer_controller.go
- basepathmapping_controller.go
- clientcertificate_controller.go
- deployment_controller.go
- documentationpart_controller.go
- documentationversion_controller.go
- domainname_controller.go
- gatewayresponse_controller.go
- method_controller.go
- model_controller.go
- requestvalidator_controller.go
- resource_controller.go
- restapi_controller.go
- stage_controller.go
- usageplan_controller.go
- usageplankey_controller.go
- vpclink_controller.go