Uses of Class
io.fabric8.openshift.api.model.config.v1.Authentication
-
Packages that use Authentication Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Authentication in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Authentication Modifier and Type Method Description AuthenticationAuthenticationBuilder. build()AuthenticationAuthenticationListFluent. buildFirstItem()AuthenticationAuthenticationListFluent. buildItem(int index)AuthenticationAuthenticationListFluent. buildLastItem()AuthenticationAuthenticationListFluent. buildMatchingItem(Predicate<AuthenticationBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Authentication Modifier and Type Method Description List<Authentication>AuthenticationListFluent. buildItems()List<Authentication>AuthenticationList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type Authentication Modifier and Type Method Description AuthenticationListFluent.ItemsNested<A>AuthenticationListFluent. addNewItemLike(Authentication item)AAuthenticationListFluent. addToItems(int index, Authentication item)AAuthenticationListFluent. addToItems(Authentication... items)protected voidAuthenticationFluent. copyInstance(Authentication instance)AAuthenticationListFluent. removeFromItems(Authentication... items)AuthenticationListFluent.ItemsNested<A>AuthenticationListFluent. setNewItemLike(int index, Authentication item)AAuthenticationListFluent. setToItems(int index, Authentication item)AAuthenticationListFluent. withItems(Authentication... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Authentication Modifier and Type Method Description AAuthenticationListFluent. addAllToItems(Collection<Authentication> items)AAuthenticationListFluent. removeAllFromItems(Collection<Authentication> items)voidAuthenticationList. setItems(List<Authentication> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).AAuthenticationListFluent. withItems(List<Authentication> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Authentication Constructor Description AuthenticationBuilder(Authentication instance)AuthenticationBuilder(AuthenticationFluent<?> fluent, Authentication instance)AuthenticationFluent(Authentication instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Authentication Constructor Description AuthenticationList(String apiVersion, List<Authentication> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-