Documentation ¶
Index ¶
- Variables
- type Factory
- func NewFakeFactory(manager rpaas.RpaasManager) Factory
- func NewFakeServerFactory(runtimeObjects []runtime.Object) (Factory, error)
- func NewKubeConfigFactory() (Factory, error)
- func NewLocalFactory(manager rpaas.RpaasManager) Factory
- func NewMultiClustersFactory(clusters []config.ClusterConfig) Factory
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 NewFakeFactory ¶
func NewFakeFactory(manager rpaas.RpaasManager) Factory
func NewFakeServerFactory ¶
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.