Uses of Class
io.kubernetes.client.openapi.models.V1NonResourceAttributes
Packages that use V1NonResourceAttributes
-
Uses of V1NonResourceAttributes in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NonResourceAttributesModifier and TypeMethodDescriptionstatic V1NonResourceAttributes
Create an instance of V1NonResourceAttributes given an JSON stringV1SelfSubjectAccessReviewSpec.getNonResourceAttributes()
Get nonResourceAttributesV1SubjectAccessReviewSpec.getNonResourceAttributes()
Get nonResourceAttributesMethods in io.kubernetes.client.openapi.models with parameters of type V1NonResourceAttributesModifier and TypeMethodDescriptionV1SelfSubjectAccessReviewSpec.nonResourceAttributes
(V1NonResourceAttributes nonResourceAttributes) V1SubjectAccessReviewSpec.nonResourceAttributes
(V1NonResourceAttributes nonResourceAttributes) void
V1SelfSubjectAccessReviewSpec.setNonResourceAttributes
(V1NonResourceAttributes nonResourceAttributes) void
V1SubjectAccessReviewSpec.setNonResourceAttributes
(V1NonResourceAttributes nonResourceAttributes)