Documentation ¶
Index ¶
Constants ¶
View Source
const ServiceBindings = "servicebindings"
View Source
const ServiceInstances = "serviceinstances"
Variables ¶
This section is empty.
Functions ¶
func GetK8sClient ¶
func GetK8sClient(config *rest.Config, groupName, groupVersion string) *rest.RESTClient
Types ¶
type ExecutionMode ¶
type ExecutionMode int
const ( Run ExecutionMode = iota RunWithoutValidation DryRun )
type Migrator ¶
type Migrator struct { SMClient sm.Client SvcatRestClient *rest.RESTClient SapOperatorRestClient *rest.RESTClient ClientSet *kubernetes.Clientset ClusterID string Services map[string]types.ServiceOffering Plans map[string]types.ServicePlan }
func NewMigrator ¶
Click to show internal directories.
Click to hide internal directories.