Uses of Interface
io.fabric8.kubernetes.api.model.PatchFluent
-
Packages that use PatchFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of PatchFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type PatchFluent Modifier and Type Interface Description interfacePatchFluent<A extends PatchFluent<A>>classPatchFluentImpl<A extends PatchFluent<A>>Subinterfaces of PatchFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interfaceKubeSchemaFluent.PatchNested<N>static interfaceWatchEventFluent.PatchObjectNested<N>Classes in io.fabric8.kubernetes.api.model that implement PatchFluent Modifier and Type Class Description classKubeSchemaFluentImpl.PatchNestedImpl<N>classPatchBuilderclassPatchFluentImpl<A extends PatchFluent<A>>classWatchEventFluentImpl.PatchObjectNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model with parameters of type PatchFluent Constructor Description PatchBuilder(PatchFluent<?> fluent)PatchBuilder(PatchFluent<?> fluent, Patch instance)PatchBuilder(PatchFluent<?> fluent, Patch instance, Boolean validationEnabled)PatchBuilder(PatchFluent<?> fluent, Boolean validationEnabled)
-