public interface SelfSubjectRulesReviewSpecFluent<A extends SelfSubjectRulesReviewSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToScopes(Collection<String> items) |
A |
addNewScope(byte[] arg1) |
A |
addNewScope(byte[] arg1,
int arg2) |
A |
addNewScope(byte[] arg1,
int arg2,
int arg3) |
A |
addNewScope(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
addNewScope(char[] arg1) |
A |
addNewScope(char[] arg1,
int arg2,
int arg3) |
A |
addNewScope(int[] arg1,
int arg2,
int arg3) |
A |
addNewScope(String arg1) |
A |
addNewScope(StringBuffer arg1) |
A |
addNewScope(StringBuilder arg1) |
A |
addToScopes(int index,
String item) |
A |
addToScopes(String... items) |
String |
getFirstScope() |
String |
getLastScope() |
String |
getMatchingScope(Predicate<String> predicate) |
String |
getScope(int index) |
List<String> |
getScopes() |
Boolean |
hasMatchingScope(Predicate<String> predicate) |
Boolean |
hasScopes() |
A |
removeAllFromScopes(Collection<String> items) |
A |
removeFromScopes(String... items) |
A |
setToScopes(int index,
String item) |
A |
withScopes(List<String> scopes) |
A |
withScopes(String... scopes) |
A addAllToScopes(Collection<String> items)
A removeAllFromScopes(Collection<String> items)
String getScope(int index)
String getFirstScope()
String getLastScope()
Boolean hasScopes()
A addNewScope(StringBuilder arg1)
A addNewScope(int[] arg1, int arg2, int arg3)
A addNewScope(char[] arg1)
A addNewScope(StringBuffer arg1)
A addNewScope(byte[] arg1, int arg2)
A addNewScope(byte[] arg1)
A addNewScope(char[] arg1, int arg2, int arg3)
A addNewScope(byte[] arg1, int arg2, int arg3)
A addNewScope(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2022 Red Hat. All rights reserved.