Interface V1SubjectAccessReviewSpecFluent<A extends V1SubjectAccessReviewSpecFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1LocalSubjectAccessReviewFluent.SpecNested<N>
,V1SubjectAccessReviewFluent.SpecNested<N>
- All Known Implementing Classes:
V1SubjectAccessReviewSpecBuilder
,V1SubjectAccessReviewSpecFluentImpl
public interface V1SubjectAccessReviewSpecFluent<A extends V1SubjectAccessReviewSpecFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToGroups
(Collection<String> items) addToExtra
(String key, List<String> value) addToExtra
(Map<String, List<String>> map) addToGroups
(Integer index, String item) addToGroups
(String... items) io.kubernetes.client.openapi.models.V1NonResourceAttributes
io.kubernetes.client.openapi.models.V1ResourceAttributes
editOrNewNonResourceAttributesLike
(io.kubernetes.client.openapi.models.V1NonResourceAttributes item) editOrNewResourceAttributesLike
(io.kubernetes.client.openapi.models.V1ResourceAttributes item) getExtra()
getMatchingGroup
(Predicate<String> predicate) io.kubernetes.client.openapi.models.V1NonResourceAttributes
Deprecated.io.kubernetes.client.openapi.models.V1ResourceAttributes
Deprecated.getUid()
getUser()
hasExtra()
hasMatchingGroup
(Predicate<String> predicate) hasUid()
hasUser()
removeAllFromGroups
(Collection<String> items) removeFromExtra
(String key) removeFromExtra
(Map<String, List<String>> map) removeFromGroups
(String... items) setToGroups
(Integer index, String item) <K,
V> A withGroups
(String... groups) withGroups
(List<String> groups) withNewNonResourceAttributesLike
(io.kubernetes.client.openapi.models.V1NonResourceAttributes item) withNewResourceAttributesLike
(io.kubernetes.client.openapi.models.V1ResourceAttributes item) withNonResourceAttributes
(io.kubernetes.client.openapi.models.V1NonResourceAttributes nonResourceAttributes) withResourceAttributes
(io.kubernetes.client.openapi.models.V1ResourceAttributes resourceAttributes)
-
Method Details
-
addToExtra
-
addToExtra
-
removeFromExtra
-
removeFromExtra
-
getExtra
-
withExtra
-
hasExtra
Boolean hasExtra() -
addToGroups
-
setToGroups
-
addToGroups
-
addAllToGroups
-
removeFromGroups
-
removeAllFromGroups
-
getGroups
-
getGroup
-
getFirstGroup
String getFirstGroup() -
getLastGroup
String getLastGroup() -
getMatchingGroup
-
hasMatchingGroup
-
withGroups
-
withGroups
-
hasGroups
Boolean hasGroups() -
getNonResourceAttributes
Deprecated.This method has been deprecated, please use method buildNonResourceAttributes instead.- Returns:
- The buildable object.
-
buildNonResourceAttributes
io.kubernetes.client.openapi.models.V1NonResourceAttributes buildNonResourceAttributes() -
withNonResourceAttributes
A withNonResourceAttributes(io.kubernetes.client.openapi.models.V1NonResourceAttributes nonResourceAttributes) -
hasNonResourceAttributes
Boolean hasNonResourceAttributes() -
withNewNonResourceAttributes
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> withNewNonResourceAttributes() -
withNewNonResourceAttributesLike
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> withNewNonResourceAttributesLike(io.kubernetes.client.openapi.models.V1NonResourceAttributes item) -
editNonResourceAttributes
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> editNonResourceAttributes() -
editOrNewNonResourceAttributes
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> editOrNewNonResourceAttributes() -
editOrNewNonResourceAttributesLike
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> editOrNewNonResourceAttributesLike(io.kubernetes.client.openapi.models.V1NonResourceAttributes item) -
getResourceAttributes
Deprecated.This method has been deprecated, please use method buildResourceAttributes instead.- Returns:
- The buildable object.
-
buildResourceAttributes
io.kubernetes.client.openapi.models.V1ResourceAttributes buildResourceAttributes() -
withResourceAttributes
A withResourceAttributes(io.kubernetes.client.openapi.models.V1ResourceAttributes resourceAttributes) -
hasResourceAttributes
Boolean hasResourceAttributes() -
withNewResourceAttributes
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> withNewResourceAttributes() -
withNewResourceAttributesLike
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> withNewResourceAttributesLike(io.kubernetes.client.openapi.models.V1ResourceAttributes item) -
editResourceAttributes
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> editResourceAttributes() -
editOrNewResourceAttributes
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> editOrNewResourceAttributes() -
editOrNewResourceAttributesLike
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> editOrNewResourceAttributesLike(io.kubernetes.client.openapi.models.V1ResourceAttributes item) -
getUid
String getUid() -
withUid
-
hasUid
Boolean hasUid() -
getUser
String getUser() -
withUser
-
hasUser
Boolean hasUser()
-