Class IngressBackendFluentImpl<A extends IngressBackendFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.IngressBackendFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
,io.fabric8.kubernetes.api.builder.Visitable<A>
,IngressBackendFluent<A>
- Direct Known Subclasses:
HTTPIngressPathFluentImpl.BackendNestedImpl
,IngressBackendBuilder
,IngressSpecFluentImpl.BackendNestedImpl
public class IngressBackendFluentImpl<A extends IngressBackendFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressBackendFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
IngressBackendFluentImpl.ServicePortNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.IngressBackendFluent
IngressBackendFluent.ServicePortNested<N>
-
-
Constructor Summary
Constructors Constructor Description IngressBackendFluentImpl()
IngressBackendFluentImpl(IngressBackend instance)
-
Method Summary
-
-
-
Constructor Detail
-
IngressBackendFluentImpl
public IngressBackendFluentImpl()
-
IngressBackendFluentImpl
public IngressBackendFluentImpl(IngressBackend instance)
-
-
Method Detail
-
getResource
public io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource()
- Specified by:
getResource
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withResource
public A withResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)
- Specified by:
withResource
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
hasResource
public Boolean hasResource()
- Specified by:
hasResource
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withNewResource
public A withNewResource(String apiGroup, String kind, String name)
- Specified by:
withNewResource
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
getServiceName
public String getServiceName()
- Specified by:
getServiceName
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withServiceName
public A withServiceName(String serviceName)
- Specified by:
withServiceName
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
hasServiceName
public Boolean hasServiceName()
- Specified by:
hasServiceName
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withNewServiceName
public A withNewServiceName(String arg1)
- Specified by:
withNewServiceName
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withNewServiceName
public A withNewServiceName(StringBuilder arg1)
- Specified by:
withNewServiceName
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withNewServiceName
public A withNewServiceName(StringBuffer arg1)
- Specified by:
withNewServiceName
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
getServicePort
@Deprecated public io.fabric8.kubernetes.api.model.IntOrString getServicePort()
Deprecated.This method has been deprecated, please use method buildServicePort instead.- Specified by:
getServicePort
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
- Returns:
- The buildable object.
-
buildServicePort
public io.fabric8.kubernetes.api.model.IntOrString buildServicePort()
- Specified by:
buildServicePort
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withServicePort
public A withServicePort(io.fabric8.kubernetes.api.model.IntOrString servicePort)
- Specified by:
withServicePort
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
hasServicePort
public Boolean hasServicePort()
- Specified by:
hasServicePort
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withNewServicePort
public A withNewServicePort(String strVal)
- Specified by:
withNewServicePort
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withNewServicePort
public A withNewServicePort(Integer intVal)
- Specified by:
withNewServicePort
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withNewServicePort
public IngressBackendFluent.ServicePortNested<A> withNewServicePort()
- Specified by:
withNewServicePort
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
withNewServicePortLike
public IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
- Specified by:
withNewServicePortLike
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
editServicePort
public IngressBackendFluent.ServicePortNested<A> editServicePort()
- Specified by:
editServicePort
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
editOrNewServicePort
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
- Specified by:
editOrNewServicePort
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
editOrNewServicePortLike
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
- Specified by:
editOrNewServicePortLike
in interfaceIngressBackendFluent<A extends IngressBackendFluent<A>>
-
-