Uses of Interface
org.cdk8s.plus24.k8s.NonResourceAttributes
-
Packages that use NonResourceAttributes Package Description org.cdk8s.plus24.k8s -
-
Uses of NonResourceAttributes in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement NonResourceAttributes Modifier and Type Class Description static class
NonResourceAttributes.Jsii$Proxy
An implementation forNonResourceAttributes
Methods in org.cdk8s.plus24.k8s that return NonResourceAttributes Modifier and Type Method Description NonResourceAttributes
NonResourceAttributes.Builder. build()
Builds the configured instance.default NonResourceAttributes
SelfSubjectAccessReviewSpec. getNonResourceAttributes()
NonResourceAttributes describes information for a non-resource access request.NonResourceAttributes
SelfSubjectAccessReviewSpec.Jsii$Proxy. getNonResourceAttributes()
default NonResourceAttributes
SubjectAccessReviewSpec. getNonResourceAttributes()
NonResourceAttributes describes information for a non-resource access request.NonResourceAttributes
SubjectAccessReviewSpec.Jsii$Proxy. getNonResourceAttributes()
Methods in org.cdk8s.plus24.k8s with parameters of type NonResourceAttributes Modifier and Type Method Description SelfSubjectAccessReviewSpec.Builder
SelfSubjectAccessReviewSpec.Builder. nonResourceAttributes(NonResourceAttributes nonResourceAttributes)
Sets the value ofSelfSubjectAccessReviewSpec.getNonResourceAttributes()
SubjectAccessReviewSpec.Builder
SubjectAccessReviewSpec.Builder. nonResourceAttributes(NonResourceAttributes nonResourceAttributes)
Sets the value ofSubjectAccessReviewSpec.getNonResourceAttributes()
-