public interface ClusterServiceBrokerResource extends Resource<io.fabric8.servicecatalog.api.model.ClusterServiceBroker,io.fabric8.servicecatalog.api.model.DoneableClusterServiceBroker>
DEFAULT_BACKOFF_MULTIPLIER, DEFAULT_INITIAL_BACKOFF_MILLIS| Modifier and Type | Method and Description |
|---|---|
io.fabric8.servicecatalog.api.model.ClusterServiceClassList |
listClasses()
List all
ClusterServiceClasses available to the current broker. |
io.fabric8.servicecatalog.api.model.ClusterServicePlanList |
listPlans()
List all
ClusterServicePlans available to the current broker. |
ClusterServiceClassResource |
useServiceClass(String externalName)
Switch to the
ClusterServiceClassResource with the specified external name. |
createOrReplace, createOrReplaceWithNewcreate, create, createNewfromServerreplaceupdateStatuswithGracePeriodwithPropagationPolicylockResourceVersionwaitUntilCondition, waitUntilReady, withWaitRetryBackoffwithResourceVersionrequireio.fabric8.servicecatalog.api.model.ClusterServicePlanList listPlans()
ClusterServicePlans available to the current broker.
It's an alternative of listing all plans and filtering by field.io.fabric8.servicecatalog.api.model.ClusterServiceClassList listClasses()
ClusterServiceClasses available to the current broker.
It's an alternative of listing all classes and filtering by field.ClusterServiceClassResource useServiceClass(String externalName)
ClusterServiceClassResource with the specified external name.externalName - IllegalArgumentException - if no unique resource with externalName is found.Copyright © 2015–2020 Red Hat. All rights reserved.