public class IngressBackendFluentImpl<A extends IngressBackendFluent<A>> extends BaseFluent<A> implements IngressBackendFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
IngressBackendFluentImpl.ResourceNestedImpl<N> |
class |
IngressBackendFluentImpl.ServicePortNestedImpl<N> |
IngressBackendFluent.ResourceNested<N>, IngressBackendFluent.ServicePortNested<N>
_visitables
Constructor and Description |
---|
IngressBackendFluentImpl() |
IngressBackendFluentImpl(IngressBackend instance) |
public IngressBackendFluentImpl()
public IngressBackendFluentImpl(IngressBackend instance)
@Deprecated public TypedLocalObjectReference getResource()
getResource
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public TypedLocalObjectReference buildResource()
buildResource
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withResource(TypedLocalObjectReference resource)
withResource
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public Boolean hasResource()
hasResource
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewResource(String apiGroup, String kind, String name)
withNewResource
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ResourceNested<A> withNewResource()
withNewResource
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ResourceNested<A> withNewResourceLike(TypedLocalObjectReference item)
withNewResourceLike
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ResourceNested<A> editResource()
editResource
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ResourceNested<A> editOrNewResource()
editOrNewResource
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ResourceNested<A> editOrNewResourceLike(TypedLocalObjectReference item)
editOrNewResourceLike
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public String getServiceName()
getServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withServiceName(String serviceName)
withServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public Boolean hasServiceName()
hasServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServiceName(String arg1)
withNewServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServiceName(StringBuilder arg1)
withNewServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServiceName(StringBuffer arg1)
withNewServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
@Deprecated public IntOrString getServicePort()
getServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IntOrString buildServicePort()
buildServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withServicePort(IntOrString servicePort)
withServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public Boolean hasServicePort()
hasServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServicePort(String strVal)
withNewServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServicePort(Integer intVal)
withNewServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> withNewServicePort()
withNewServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(IntOrString item)
withNewServicePortLike
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> editServicePort()
editServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
editOrNewServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(IntOrString item)
editOrNewServicePortLike
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.