Interface SubjectFluent<A extends SubjectFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ClusterRoleBindingFluent.SubjectsNested<N>,RoleBindingFluent.SubjectsNested<N>
- All Known Implementing Classes:
ClusterRoleBindingFluentImpl.SubjectsNestedImpl,DoneableSubject,RoleBindingFluentImpl.SubjectsNestedImpl,SubjectBuilder,SubjectFluentImpl
public interface SubjectFluent<A extends SubjectFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetApiGroup()StringgetKind()StringgetName()StringgetNamespace()BooleanhasApiGroup()BooleanhasKind()BooleanhasName()BooleanhasNamespace()AwithApiGroup(String apiGroup)AwithKind(String kind)AwithName(String name)AwithNamespace(String namespace)AwithNewApiGroup(String arg1)AwithNewApiGroup(StringBuffer arg1)AwithNewApiGroup(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewNamespace(String arg1)AwithNewNamespace(StringBuffer arg1)AwithNewNamespace(StringBuilder arg1)
-
Method Details
-
getApiGroup
String getApiGroup() -
withApiGroup
-
hasApiGroup
Boolean hasApiGroup() -
withNewApiGroup
-
withNewApiGroup
-
withNewApiGroup
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getNamespace
String getNamespace() -
withNamespace
-
hasNamespace
Boolean hasNamespace() -
withNewNamespace
-
withNewNamespace
-
withNewNamespace
-