public class ConsolePluginSpecFluentImpl<A extends ConsolePluginSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsolePluginSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ConsolePluginSpecFluentImpl.ServiceNestedImpl<N> |
ConsolePluginSpecFluent.ServiceNested<N>| Constructor and Description |
|---|
ConsolePluginSpecFluentImpl() |
ConsolePluginSpecFluentImpl(ConsolePluginSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
ConsolePluginService |
buildService() |
ConsolePluginSpecFluent.ServiceNested<A> |
editOrNewService() |
ConsolePluginSpecFluent.ServiceNested<A> |
editOrNewServiceLike(ConsolePluginService item) |
ConsolePluginSpecFluent.ServiceNested<A> |
editService() |
boolean |
equals(Object o) |
String |
getDisplayName() |
ConsolePluginService |
getService()
Deprecated.
|
Boolean |
hasDisplayName() |
int |
hashCode() |
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) |
public ConsolePluginSpecFluentImpl()
public ConsolePluginSpecFluentImpl(ConsolePluginSpec instance)
public String getDisplayName()
getDisplayName in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public A withDisplayName(String displayName)
withDisplayName in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public Boolean hasDisplayName()
hasDisplayName in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>@Deprecated public A withNewDisplayName(String arg0)
withNewDisplayName in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>@Deprecated public ConsolePluginService getService()
getService in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public ConsolePluginService buildService()
buildService in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public A withService(ConsolePluginService service)
withService in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public Boolean hasService()
hasService in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public A withNewService(String basePath, String name, String namespace, Integer port)
withNewService in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public ConsolePluginSpecFluent.ServiceNested<A> withNewService()
withNewService in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public ConsolePluginSpecFluent.ServiceNested<A> withNewServiceLike(ConsolePluginService item)
withNewServiceLike in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public ConsolePluginSpecFluent.ServiceNested<A> editService()
editService in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public ConsolePluginSpecFluent.ServiceNested<A> editOrNewService()
editOrNewService in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>public ConsolePluginSpecFluent.ServiceNested<A> editOrNewServiceLike(ConsolePluginService item)
editOrNewServiceLike in interface ConsolePluginSpecFluent<A extends ConsolePluginSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.