public interface ClusterServiceBrokerResource extends Resource<io.fabric8.servicecatalog.api.model.ClusterServiceBroker>
FieldValidateable.Validation| 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. |
cascading, isReady, item, lockResourceVersion, lockResourceVersion, requirescale, scale, scale, scalefromServerwithResourceVersionwaitUntilCondition, waitUntilReadycreate, createOrReplaceaccept, edit, edit, edit, editStatus, patch, patch, patch, patch, patch, patch, patchStatusreplace, replaceStatus, update, updateStatuscreate, createOrReplace, delete, patchStatus, updateStatuswithGracePeriodwithPropagationPolicydelete, withTimeout, withTimeoutInMillisreplace, replaceStatusfieldManager, forceConflicts, serverSideApplyfieldValidationdryRun, dryRuninform, inform, inform, informOnCondition, runnableInformer, withIndexers, withLimitio.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–2023 Red Hat. All rights reserved.