Class ConsolePluginBackendFluent<A extends ConsolePluginBackendFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsolePluginBackendFluent<A>
-
- Direct Known Subclasses:
ConsolePluginBackendBuilder,ConsolePluginSpecFluent.BackendNested
public class ConsolePluginBackendFluent<A extends ConsolePluginBackendFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsolePluginBackendFluent.ServiceNested<N>
-
Constructor Summary
Constructors Constructor Description ConsolePluginBackendFluent()ConsolePluginBackendFluent(ConsolePluginBackend instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsolePluginBackendFluent
public ConsolePluginBackendFluent()
-
ConsolePluginBackendFluent
public ConsolePluginBackendFluent(ConsolePluginBackend instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ConsolePluginBackend instance)
-
buildService
public ConsolePluginService buildService()
-
withService
public A withService(ConsolePluginService service)
-
hasService
public boolean hasService()
-
withNewService
public A withNewService(String basePath, String name, String namespace, Integer port)
-
withNewService
public ConsolePluginBackendFluent.ServiceNested<A> withNewService()
-
withNewServiceLike
public ConsolePluginBackendFluent.ServiceNested<A> withNewServiceLike(ConsolePluginService item)
-
editService
public ConsolePluginBackendFluent.ServiceNested<A> editService()
-
editOrNewService
public ConsolePluginBackendFluent.ServiceNested<A> editOrNewService()
-
editOrNewServiceLike
public ConsolePluginBackendFluent.ServiceNested<A> editOrNewServiceLike(ConsolePluginService item)
-
getType
public String getType()
-
hasType
public boolean hasType()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsolePluginBackendFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsolePluginBackendFluent<A>>
-
-