Interface V1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1SelfSubjectAccessReviewSpecFluent.ResourceAttributesNested<N>
,V1SubjectAccessReviewSpecFluent.ResourceAttributesNested<N>
- All Known Implementing Classes:
V1ResourceAttributesBuilder
,V1ResourceAttributesFluentImpl
public interface V1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
getName()
getVerb()
hasGroup()
hasName()
hasVerb()
withNamespace
(String namespace) withResource
(String resource) withSubresource
(String subresource) withVersion
(String version)
-
Method Details
-
getGroup
String getGroup() -
withGroup
-
hasGroup
Boolean hasGroup() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getNamespace
String getNamespace() -
withNamespace
-
hasNamespace
Boolean hasNamespace() -
getResource
String getResource() -
withResource
-
hasResource
Boolean hasResource() -
getSubresource
String getSubresource() -
withSubresource
-
hasSubresource
Boolean hasSubresource() -
getVerb
String getVerb() -
withVerb
-
hasVerb
Boolean hasVerb() -
getVersion
String getVersion() -
withVersion
-
hasVersion
Boolean hasVersion()
-