public class ConsolePluginServiceFluentImpl<A extends ConsolePluginServiceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsolePluginServiceFluent<A>
| Constructor and Description |
|---|
ConsolePluginServiceFluentImpl() |
ConsolePluginServiceFluentImpl(ConsolePluginService instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBasePath() |
String |
getName() |
String |
getNamespace() |
Integer |
getPort() |
Boolean |
hasBasePath() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPort() |
A |
withBasePath(String basePath) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewBasePath(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewNamespace(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
public ConsolePluginServiceFluentImpl()
public ConsolePluginServiceFluentImpl(ConsolePluginService instance)
public String getBasePath()
getBasePath in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A withBasePath(String basePath)
withBasePath in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Boolean hasBasePath()
hasBasePath in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>@Deprecated public A withNewBasePath(String arg0)
withNewBasePath in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public String getName()
getName in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A withName(String name)
withName in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Boolean hasName()
hasName in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public String getNamespace()
getNamespace in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Integer getPort()
getPort in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A withPort(Integer port)
withPort in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Boolean hasPort()
hasPort in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.