Package io.fabric8.kubernetes.api.model
Class NamedExtensionFluentImpl.ServiceExtensionNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ServiceFluentImpl<NamedExtensionFluent.ServiceExtensionNested<N>>
-
- io.fabric8.kubernetes.api.model.NamedExtensionFluentImpl.ServiceExtensionNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<NamedExtensionFluent.ServiceExtensionNested<N>>
,Nested<N>
,Visitable<NamedExtensionFluent.ServiceExtensionNested<N>>
,NamedExtensionFluent.ServiceExtensionNested<N>
,ServiceFluent<NamedExtensionFluent.ServiceExtensionNested<N>>
- Enclosing class:
- NamedExtensionFluentImpl<A extends NamedExtensionFluent<A>>
public class NamedExtensionFluentImpl.ServiceExtensionNestedImpl<N> extends ServiceFluentImpl<NamedExtensionFluent.ServiceExtensionNested<N>> implements NamedExtensionFluent.ServiceExtensionNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ServiceFluentImpl
ServiceFluentImpl.MetadataNestedImpl<N>, ServiceFluentImpl.SpecNestedImpl<N>, ServiceFluentImpl.StatusNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ServiceFluent
ServiceFluent.MetadataNested<N>, ServiceFluent.SpecNested<N>, ServiceFluent.StatusNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endServiceExtension()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ServiceFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ServiceFluent
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
-
-
-
Method Detail
-
and
public N and()
-
endServiceExtension
public N endServiceExtension()
- Specified by:
endServiceExtension
in interfaceNamedExtensionFluent.ServiceExtensionNested<N>
-
-