Documentation ¶
Index ¶
- Variables
- func AddBackup(ctx context.Context, svc *runtime.ServiceRuntime) *xfnproto.Result
- func AddMaintenanceJob(ctx context.Context, svc *runtime.ServiceRuntime) *xfnproto.Result
- func AddUrlToConnectionDetails(ctx context.Context, svc *runtime.ServiceRuntime) *xfnproto.Result
- func DeployRedis(ctx context.Context, svc *runtime.ServiceRuntime) *xfnproto.Result
- func ManageRelease(ctx context.Context, svc *runtime.ServiceRuntime) *xfnproto.Result
- func ResizePVCs(ctx context.Context, svc *runtime.ServiceRuntime) *xfnproto.Result
- func RestoreBackup(ctx context.Context, svc *runtime.ServiceRuntime) *xfnproto.Result
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RedisHost is env variable in the connection secret RedisHost = "REDIS_HOST" // RedisUser is env variable in the connection secret RedisUser = "REDIS_USERNAME" // RedisPassword is env variable in the connection secret RedisPassword = "REDIS_PASSWORD" // RedisPort is env variable in the connection secret RedisPort = "REDIS_PORT" // RedisUrl is env variable in the connection secret RedisUrl = "REDIS_URL" )
Functions ¶
func AddMaintenanceJob ¶
AddMaintenanceJob will add a job to do the maintenance for the instance
func AddUrlToConnectionDetails ¶ added in v4.30.0
AddUrlToConnectionDetails changes the desired state of a FunctionIO
func DeployRedis ¶ added in v4.45.0
func ManageRelease ¶
ManageRelease will update the release in line with other composition functions
func ResizePVCs ¶
ResizePVCs will add a job to do the pvc resize for the instance
func RestoreBackup ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.