Interface RoleRefFluent<A extends RoleRefFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ClusterRoleBindingFluent.RoleRefNested<N>,RoleBindingFluent.RoleRefNested<N>
- All Known Implementing Classes:
ClusterRoleBindingFluentImpl.RoleRefNestedImpl,DoneableRoleRef,RoleBindingFluentImpl.RoleRefNestedImpl,RoleRefBuilder,RoleRefFluentImpl
public interface RoleRefFluent<A extends RoleRefFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetApiGroup()StringgetKind()StringgetName()BooleanhasApiGroup()BooleanhasKind()BooleanhasName()AwithApiGroup(String apiGroup)AwithKind(String kind)AwithName(String name)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)
-
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
-