Documentation ¶ Index ¶ type OSOKResponse type OSOKServiceManager Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type OSOKResponse ¶ added in v1.1.0 type OSOKResponse struct { IsSuccessful bool ShouldRequeue bool RequeueDuration time.Duration } type OSOKServiceManager ¶ type OSOKServiceManager interface { CreateOrUpdate(ctx context.Context, obj runtime.Object, req ctrl.Request) (OSOKResponse, error) Delete(ctx context.Context, obj runtime.Object) (bool, error) GetCrdStatus(obj runtime.Object) (*v1beta1.OSOKStatus, error) } Source Files ¶ View all Source files interfaces.go Directories ¶ Show internal Expand all Path Synopsis autonomousdatabases adb mysql dbsystem servicemesh accesspolicy ingressgateway ingressgatewaydeployment ingressgatewayroutetable injectproxy k8s/cache k8s/controllers k8s/inject k8s/webhook manager mesh references services serviceupdate updateconfigmap upgradeproxy utils/commons utils/conversions utils/equality utils/errors utils/namespace utils/pod utils/service utils/validations utils/validator utils/virtualdeploymentbinding virtualdeployment virtualdeploymentbinding virtualservice virtualserviceroutetable streams Click to show internal directories. Click to hide internal directories.