Interface V1SubjectFluent<A extends V1SubjectFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1ClusterRoleBindingFluent.SubjectsNested<N>, V1RoleBindingFluent.SubjectsNested<N>
All Known Implementing Classes:
V1SubjectBuilder, V1SubjectFluentImpl

public interface V1SubjectFluent<A extends V1SubjectFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getApiGroup

      String getApiGroup()
    • withApiGroup

      A withApiGroup(String apiGroup)
    • hasApiGroup

      Boolean hasApiGroup()
    • getKind

      String getKind()
    • withKind

      A withKind(String kind)
    • hasKind

      Boolean hasKind()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getNamespace

      String getNamespace()
    • withNamespace

      A withNamespace(String namespace)
    • hasNamespace

      Boolean hasNamespace()