public interface ResourcePolicyRuleFluent<A extends ResourcePolicyRuleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
A addAllToApiGroups(Collection<String> items)
A removeAllFromApiGroups(Collection<String> items)
String getApiGroup(int index)
String getFirstApiGroup()
String getLastApiGroup()
Boolean hasApiGroups()
Boolean getClusterScope()
Boolean hasClusterScope()
A addAllToNamespaces(Collection<String> items)
A removeAllFromNamespaces(Collection<String> items)
String getNamespace(int index)
String getFirstNamespace()
String getLastNamespace()
Boolean hasNamespaces()
A addAllToResources(Collection<String> items)
A removeAllFromResources(Collection<String> items)
String getResource(int index)
String getFirstResource()
String getLastResource()
Boolean hasResources()
A addAllToVerbs(Collection<String> items)
A removeAllFromVerbs(Collection<String> items)
String getVerb(int index)
String getFirstVerb()
String getLastVerb()
Boolean hasVerbs()
Copyright © 2015–2020 Red Hat. All rights reserved.