Uses of Interface
io.fabric8.kubernetes.api.model.RootPathsFluent
-
Packages that use RootPathsFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of RootPathsFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type RootPathsFluent Modifier and Type Interface Description interface
RootPathsFluent<A extends RootPathsFluent<A>>
class
RootPathsFluentImpl<A extends RootPathsFluent<A>>
Subinterfaces of RootPathsFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interface
KubeSchemaFluent.RootPathsNested<N>
static interface
WatchEventFluent.RootPathsObjectNested<N>
Classes in io.fabric8.kubernetes.api.model that implement RootPathsFluent Modifier and Type Class Description class
KubeSchemaFluentImpl.RootPathsNestedImpl<N>
class
RootPathsBuilder
class
RootPathsFluentImpl<A extends RootPathsFluent<A>>
class
WatchEventFluentImpl.RootPathsObjectNestedImpl<N>
Constructors in io.fabric8.kubernetes.api.model with parameters of type RootPathsFluent Constructor Description RootPathsBuilder(RootPathsFluent<?> fluent)
RootPathsBuilder(RootPathsFluent<?> fluent, RootPaths instance)
RootPathsBuilder(RootPathsFluent<?> fluent, RootPaths instance, Boolean validationEnabled)
RootPathsBuilder(RootPathsFluent<?> fluent, Boolean validationEnabled)
-