public interface NonResourcePolicyRuleFluent<A extends NonResourcePolicyRuleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
A addAllToNonResourceURLs(Collection<String> items)
A removeAllFromNonResourceURLs(Collection<String> items)
String getNonResourceURL(int index)
String getFirstNonResourceURL()
String getLastNonResourceURL()
Boolean hasNonResourceURLs()
A addAllToVerbs(Collection<String> items)
A removeAllFromVerbs(Collection<String> items)
String getVerb(int index)
String getFirstVerb()
String getLastVerb()
Boolean hasVerbs()
Copyright © 2015–2022 Red Hat. All rights reserved.