Class ConsolePluginProxyEndpointFluent<A extends ConsolePluginProxyEndpointFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsolePluginProxyEndpointFluent<A>
-
- Direct Known Subclasses:
ConsolePluginProxyEndpointBuilder,ConsolePluginProxyFluent.EndpointNested
public class ConsolePluginProxyEndpointFluent<A extends ConsolePluginProxyEndpointFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsolePluginProxyEndpointFluent.ServiceNested<N>
-
Constructor Summary
Constructors Constructor Description ConsolePluginProxyEndpointFluent()ConsolePluginProxyEndpointFluent(ConsolePluginProxyEndpoint instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsolePluginProxyEndpointFluent
public ConsolePluginProxyEndpointFluent()
-
ConsolePluginProxyEndpointFluent
public ConsolePluginProxyEndpointFluent(ConsolePluginProxyEndpoint instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ConsolePluginProxyEndpoint instance)
-
buildService
public ConsolePluginProxyServiceConfig buildService()
-
withService
public A withService(ConsolePluginProxyServiceConfig service)
-
hasService
public boolean hasService()
-
withNewService
public ConsolePluginProxyEndpointFluent.ServiceNested<A> withNewService()
-
withNewServiceLike
public ConsolePluginProxyEndpointFluent.ServiceNested<A> withNewServiceLike(ConsolePluginProxyServiceConfig item)
-
editService
public ConsolePluginProxyEndpointFluent.ServiceNested<A> editService()
-
editOrNewService
public ConsolePluginProxyEndpointFluent.ServiceNested<A> editOrNewService()
-
editOrNewServiceLike
public ConsolePluginProxyEndpointFluent.ServiceNested<A> editOrNewServiceLike(ConsolePluginProxyServiceConfig 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 ConsolePluginProxyEndpointFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsolePluginProxyEndpointFluent<A>>
-
-