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 Details

    • getGroup

      String getGroup()
    • withGroup

      A withGroup(String group)
    • hasGroup

      Boolean hasGroup()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getNamespace

      String getNamespace()
    • withNamespace

      A withNamespace(String namespace)
    • hasNamespace

      Boolean hasNamespace()
    • getResource

      String getResource()
    • withResource

      A withResource(String resource)
    • hasResource

      Boolean hasResource()
    • getSubresource

      String getSubresource()
    • withSubresource

      A withSubresource(String subresource)
    • hasSubresource

      Boolean hasSubresource()
    • getVerb

      String getVerb()
    • withVerb

      A withVerb(String verb)
    • hasVerb

      Boolean hasVerb()
    • getVersion

      String getVersion()
    • withVersion

      A withVersion(String version)
    • hasVersion

      Boolean hasVersion()