public class RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RequestAuthenticationSpecFluent.JwtRulesNested<N> |
class |
RequestAuthenticationSpecFluent.TypeSelectorNested<N> |
| Constructor and Description |
|---|
RequestAuthenticationSpecFluent() |
RequestAuthenticationSpecFluent(RequestAuthenticationSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RequestAuthenticationSpecFluent()
public RequestAuthenticationSpecFluent(RequestAuthenticationSpec instance)
public A addAllToJwtRules(Collection<JWTRule> items)
public A removeAllFromJwtRules(Collection<JWTRule> items)
public A removeMatchingFromJwtRules(Predicate<JWTRuleBuilder> predicate)
public JWTRule buildJwtRule(int index)
public JWTRule buildFirstJwtRule()
public JWTRule buildLastJwtRule()
public JWTRule buildMatchingJwtRule(Predicate<JWTRuleBuilder> predicate)
public boolean hasMatchingJwtRule(Predicate<JWTRuleBuilder> predicate)
public boolean hasJwtRules()
public RequestAuthenticationSpecFluent.JwtRulesNested<A> addNewJwtRule()
public RequestAuthenticationSpecFluent.JwtRulesNested<A> addNewJwtRuleLike(JWTRule item)
public RequestAuthenticationSpecFluent.JwtRulesNested<A> setNewJwtRuleLike(int index, JWTRule item)
public RequestAuthenticationSpecFluent.JwtRulesNested<A> editJwtRule(int index)
public RequestAuthenticationSpecFluent.JwtRulesNested<A> editFirstJwtRule()
public RequestAuthenticationSpecFluent.JwtRulesNested<A> editLastJwtRule()
public RequestAuthenticationSpecFluent.JwtRulesNested<A> editMatchingJwtRule(Predicate<JWTRuleBuilder> predicate)
public WorkloadSelector buildSelector()
public A withSelector(WorkloadSelector selector)
public boolean hasSelector()
public RequestAuthenticationSpecFluent.TypeSelectorNested<A> withNewTypeSelector()
public RequestAuthenticationSpecFluent.TypeSelectorNested<A> withNewSelectorLike(WorkloadSelector item)
public RequestAuthenticationSpecFluent.TypeSelectorNested<A> editTypeSelector()
public RequestAuthenticationSpecFluent.TypeSelectorNested<A> editOrNewSelector()
public RequestAuthenticationSpecFluent.TypeSelectorNested<A> editOrNewSelectorLike(WorkloadSelector item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RequestAuthenticationSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RequestAuthenticationSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.