Uses of Interface
io.fabric8.kubernetes.api.model.AuthInfoFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of AuthInfoFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type AuthInfoFluent Modifier and Type Interface Description interfaceAuthInfoFluent<A extends AuthInfoFluent<A>>classAuthInfoFluentImpl<A extends AuthInfoFluent<A>>Subinterfaces of AuthInfoFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interfaceNamedAuthInfoFluent.UserNested<N>static interfaceWatchEventFluent.AuthInfoObjectNested<N>Classes in io.fabric8.kubernetes.api.model that implement AuthInfoFluent Modifier and Type Class Description classAuthInfoBuilderclassAuthInfoFluentImpl<A extends AuthInfoFluent<A>>classDoneableAuthInfoclassNamedAuthInfoFluentImpl.UserNestedImpl<N>classWatchEventFluentImpl.AuthInfoObjectNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model with parameters of type AuthInfoFluent Constructor Description AuthInfoBuilder(AuthInfoFluent<?> fluent)AuthInfoBuilder(AuthInfoFluent<?> fluent, AuthInfo instance)AuthInfoBuilder(AuthInfoFluent<?> fluent, AuthInfo instance, Boolean validationEnabled)AuthInfoBuilder(AuthInfoFluent<?> fluent, Boolean validationEnabled)