public interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>> extends ConfigurationFluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceCatalogConfigFluent.InstancesNested<N> |
addToAttributes, addToAttributes, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withProjectA withInstances(ServiceCatalogInstance... instances)
@Deprecated ServiceCatalogInstance[] getInstances()
ServiceCatalogInstance[] buildInstances()
ServiceCatalogInstance buildInstance(int index)
ServiceCatalogInstance buildFirstInstance()
ServiceCatalogInstance buildLastInstance()
ServiceCatalogInstance buildMatchingInstance(io.dekorate.deps.kubernetes.api.builder.Predicate<ServiceCatalogInstanceBuilder> predicate)
Boolean hasMatchingInstance(io.dekorate.deps.kubernetes.api.builder.Predicate<ServiceCatalogInstanceBuilder> predicate)
A addToInstances(int index, ServiceCatalogInstance item)
A setToInstances(int index, ServiceCatalogInstance item)
A addToInstances(ServiceCatalogInstance... items)
A addAllToInstances(Collection<ServiceCatalogInstance> items)
A removeFromInstances(ServiceCatalogInstance... items)
A removeAllFromInstances(Collection<ServiceCatalogInstance> items)
A removeMatchingFromInstances(io.dekorate.deps.kubernetes.api.builder.Predicate<ServiceCatalogInstanceBuilder> predicate)
Boolean hasInstances()
ServiceCatalogConfigFluent.InstancesNested<A> addNewInstance()
ServiceCatalogConfigFluent.InstancesNested<A> addNewInstanceLike(ServiceCatalogInstance item)
ServiceCatalogConfigFluent.InstancesNested<A> setNewInstanceLike(int index, ServiceCatalogInstance item)
ServiceCatalogConfigFluent.InstancesNested<A> editInstance(int index)
ServiceCatalogConfigFluent.InstancesNested<A> editFirstInstance()
ServiceCatalogConfigFluent.InstancesNested<A> editLastInstance()
ServiceCatalogConfigFluent.InstancesNested<A> editMatchingInstance(io.dekorate.deps.kubernetes.api.builder.Predicate<ServiceCatalogInstanceBuilder> predicate)
Copyright © 2018–2019 Red Hat. All rights reserved.