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 |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToScopes(Integer index,
String item) |
A |
addToScopes(String... items) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstScope() |
String |
getLastScope() |
String |
getMatchingScope(Predicate<String> predicate) |
String |
getScope(Integer index) |
List<String> |
getScopes() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasMatchingScope(Predicate<String> predicate) |
Boolean |
hasScopes() |
A |
removeAllFromScopes(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromScopes(String... items) |
A |
setToScopes(Integer index,
String item) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withScopes(List<String> scopes) |
A |
withScopes(String... scopes) |
A addAllToScopes(Collection<String> items)
A removeAllFromScopes(Collection<String> items)
String getFirstScope()
String getLastScope()
Boolean hasScopes()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.