Uses of Interface
io.fabric8.kubernetes.api.model.APIGroupFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of APIGroupFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type APIGroupFluent Modifier and Type Interface Description interfaceAPIGroupFluent<A extends APIGroupFluent<A>>classAPIGroupFluentImpl<A extends APIGroupFluent<A>>Subinterfaces of APIGroupFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interfaceAPIGroupListFluent.GroupsNested<N>static interfaceKubeSchemaFluent.APIGroupNested<N>static interfaceWatchEventFluent.APIGroupObjectNested<N>Classes in io.fabric8.kubernetes.api.model that implement APIGroupFluent Modifier and Type Class Description classAPIGroupBuilderclassAPIGroupFluentImpl<A extends APIGroupFluent<A>>classAPIGroupListFluentImpl.GroupsNestedImpl<N>classDoneableAPIGroupclassKubeSchemaFluentImpl.APIGroupNestedImpl<N>classWatchEventFluentImpl.APIGroupObjectNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model with parameters of type APIGroupFluent Constructor Description APIGroupBuilder(APIGroupFluent<?> fluent)APIGroupBuilder(APIGroupFluent<?> fluent, APIGroup instance)APIGroupBuilder(APIGroupFluent<?> fluent, APIGroup instance, Boolean validationEnabled)APIGroupBuilder(APIGroupFluent<?> fluent, Boolean validationEnabled)