Uses of Class
io.fabric8.kubernetes.api.model.AuthInfo
-
Packages that use AuthInfo Package Description io.fabric8.kubernetes.api.model -
-
Uses of AuthInfo in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return AuthInfo Modifier and Type Method Description AuthInfoAuthInfoBuilder. build()AuthInfoNamedAuthInfoFluent. buildUser()AuthInfoNamedAuthInfoFluentImpl. buildUser()AuthInfoNamedAuthInfo. getUser()AuthInfoNamedAuthInfoFluent. getUser()Deprecated.AuthInfoNamedAuthInfoFluentImpl. getUser()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type AuthInfo Modifier and Type Method Description NamedAuthInfoFluent.UserNested<A>NamedAuthInfoFluent. editOrNewUserLike(AuthInfo item)NamedAuthInfoFluent.UserNested<A>NamedAuthInfoFluentImpl. editOrNewUserLike(AuthInfo item)voidNamedAuthInfo. setUser(AuthInfo user)AWatchEventFluent. withAuthInfoObject(AuthInfo authInfoObject)AWatchEventFluentImpl. withAuthInfoObject(AuthInfo authInfoObject)WatchEventFluent.AuthInfoObjectNested<A>WatchEventFluent. withNewAuthInfoObjectLike(AuthInfo item)WatchEventFluent.AuthInfoObjectNested<A>WatchEventFluentImpl. withNewAuthInfoObjectLike(AuthInfo item)NamedAuthInfoFluent.UserNested<A>NamedAuthInfoFluent. withNewUserLike(AuthInfo item)NamedAuthInfoFluent.UserNested<A>NamedAuthInfoFluentImpl. withNewUserLike(AuthInfo item)ANamedAuthInfoFluent. withUser(AuthInfo user)ANamedAuthInfoFluentImpl. withUser(AuthInfo user)Constructors in io.fabric8.kubernetes.api.model with parameters of type AuthInfo Constructor Description AuthInfoBuilder(AuthInfo instance)AuthInfoBuilder(AuthInfoFluent<?> fluent, AuthInfo instance)AuthInfoBuilder(AuthInfoFluent<?> fluent, AuthInfo instance, Boolean validationEnabled)AuthInfoBuilder(AuthInfo instance, Boolean validationEnabled)AuthInfoFluentImpl(AuthInfo instance)NamedAuthInfo(String name, AuthInfo user)
-