Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoClusterProvided = &missingParamsError{ Msg: "No cluster address provided", MissingParams: []string{"cluster"}, }
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory interface {
Manager(ctx context.Context, header http.Header) (rpaas.RpaasManager, error)
}
func NewKubeConfigFactory ¶
func NewLocalFactory ¶
func NewLocalFactory(manager rpaas.RpaasManager) Factory
func NewMultiClustersFactory ¶
func NewMultiClustersFactory(clusters []config.ClusterConfig) Factory
Click to show internal directories.
Click to hide internal directories.