public interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsolePluginSpecFluent.ServiceNested<N> |
| Modifier and Type | Method and Description |
|---|---|
ConsolePluginService |
buildService() |
ConsolePluginSpecFluent.ServiceNested<A> |
editOrNewService() |
ConsolePluginSpecFluent.ServiceNested<A> |
editOrNewServiceLike(ConsolePluginService item) |
ConsolePluginSpecFluent.ServiceNested<A> |
editService() |
String |
getDisplayName() |
ConsolePluginService |
getService()
Deprecated.
|
Boolean |
hasDisplayName() |
Boolean |
hasService() |
A |
withDisplayName(String displayName) |
A |
withNewDisplayName(String arg0)
Deprecated.
|
ConsolePluginSpecFluent.ServiceNested<A> |
withNewService() |
A |
withNewService(String basePath,
String name,
String namespace,
Integer port) |
ConsolePluginSpecFluent.ServiceNested<A> |
withNewServiceLike(ConsolePluginService item) |
A |
withService(ConsolePluginService service) |
String getDisplayName()
Boolean hasDisplayName()
@Deprecated A withNewDisplayName(String arg0)
@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)
Copyright © 2015–2020 Red Hat. All rights reserved.