public interface V1SubjectAccessReviewSpecFluent<A extends V1SubjectAccessReviewSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<N> |
static interface |
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<N> |
Boolean hasExtra()
A addAllToGroups(Collection<String> items)
A removeAllFromGroups(Collection<String> items)
String getGroup(int index)
String getFirstGroup()
String getLastGroup()
Boolean hasGroups()
@Deprecated io.kubernetes.client.openapi.models.V1NonResourceAttributes getNonResourceAttributes()
io.kubernetes.client.openapi.models.V1NonResourceAttributes buildNonResourceAttributes()
A withNonResourceAttributes(io.kubernetes.client.openapi.models.V1NonResourceAttributes nonResourceAttributes)
Boolean hasNonResourceAttributes()
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> withNewNonResourceAttributes()
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> withNewNonResourceAttributesLike(io.kubernetes.client.openapi.models.V1NonResourceAttributes item)
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> editNonResourceAttributes()
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> editOrNewNonResourceAttributes()
V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested<A> editOrNewNonResourceAttributesLike(io.kubernetes.client.openapi.models.V1NonResourceAttributes item)
@Deprecated io.kubernetes.client.openapi.models.V1ResourceAttributes getResourceAttributes()
io.kubernetes.client.openapi.models.V1ResourceAttributes buildResourceAttributes()
A withResourceAttributes(io.kubernetes.client.openapi.models.V1ResourceAttributes resourceAttributes)
Boolean hasResourceAttributes()
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> withNewResourceAttributes()
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> withNewResourceAttributesLike(io.kubernetes.client.openapi.models.V1ResourceAttributes item)
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> editResourceAttributes()
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> editOrNewResourceAttributes()
V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<A> editOrNewResourceAttributesLike(io.kubernetes.client.openapi.models.V1ResourceAttributes item)
String getUid()
Boolean hasUid()
@Deprecated A withNewUid(String original)
String getUser()
Boolean hasUser()
@Deprecated A withNewUser(String original)
Copyright © 2021. All rights reserved.