manager

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstanceController

type InstanceController struct {
	web.Controller
	// contains filtered or unexported fields
}

InstanceController the controller of the instance which deploy, search, and delete the instance in database or cluster

func (*InstanceController) CreateInstance

func (i *InstanceController) CreateInstance()

CreateInstance deploy the custom resource into cluster

func (*InstanceController) DeleteInstance

func (i *InstanceController) DeleteInstance()

DeleteInstance delete the instance from cluster and database

func (*InstanceController) GetInstanceDetail

func (i *InstanceController) GetInstanceDetail()

GetInstanceDetail get the detail information of the instance

func (*InstanceController) GetInstances

func (i *InstanceController) GetInstances()

GetInstances get the instance information from database and check does the instance is existed in cluster

type ServiceBindingController

type ServiceBindingController struct {
	web.Controller
	// contains filtered or unexported fields
}

ServiceBindingController the controller of the service binding which deploy, search, and delete the service binding in database or cluster

func (*ServiceBindingController) CreateServiceBinding

func (s *ServiceBindingController) CreateServiceBinding()

CreateServiceBinding deploy the service package into cluster

func (*ServiceBindingController) DeleteServiceBinding

func (s *ServiceBindingController) DeleteServiceBinding()

DeleteServiceBinding destroy the service binding from cluster

func (*ServiceBindingController) GetServiceBindingDetail

func (s *ServiceBindingController) GetServiceBindingDetail()

GetServiceBindingDetail get the service binding detail information

func (*ServiceBindingController) GetServiceBindings

func (s *ServiceBindingController) GetServiceBindings()

GetServiceBindings get the service bindings' information from database and cluster

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL