public interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsolePluginSpecFluent.ProxyNested<N> |
static interface |
ConsolePluginSpecFluent.ServiceNested<N> |
String getDisplayName()
Boolean hasDisplayName()
@Deprecated ConsolePluginProxy getProxy()
ConsolePluginProxy buildProxy()
A withProxy(ConsolePluginProxy proxy)
Boolean hasProxy()
ConsolePluginSpecFluent.ProxyNested<A> withNewProxy()
ConsolePluginSpecFluent.ProxyNested<A> withNewProxyLike(ConsolePluginProxy item)
ConsolePluginSpecFluent.ProxyNested<A> editProxy()
ConsolePluginSpecFluent.ProxyNested<A> editOrNewProxy()
ConsolePluginSpecFluent.ProxyNested<A> editOrNewProxyLike(ConsolePluginProxy item)
@Deprecated ConsolePluginService getService()
ConsolePluginService buildService()
A withService(ConsolePluginService service)
Boolean hasService()
ConsolePluginSpecFluent.ServiceNested<A> withNewService()
ConsolePluginSpecFluent.ServiceNested<A> withNewServiceLike(ConsolePluginService item)
ConsolePluginSpecFluent.ServiceNested<A> editService()
ConsolePluginSpecFluent.ServiceNested<A> editOrNewService()
ConsolePluginSpecFluent.ServiceNested<A> editOrNewServiceLike(ConsolePluginService item)
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.