Class RoleRefFluentImpl<A extends RoleRefFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.rbac.RoleRefFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,RoleRefFluent<A>
- Direct Known Subclasses:
ClusterRoleBindingFluentImpl.RoleRefNestedImpl,DoneableRoleRef,RoleBindingFluentImpl.RoleRefNestedImpl,RoleRefBuilder
public class RoleRefFluentImpl<A extends RoleRefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RoleRefFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RoleRefFluentImpl()RoleRefFluentImpl(RoleRef instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
RoleRefFluentImpl
public RoleRefFluentImpl() -
RoleRefFluentImpl
-
-
Method Details
-
getApiGroup
- Specified by:
getApiGroupin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withApiGroup
- Specified by:
withApiGroupin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
hasApiGroup
- Specified by:
hasApiGroupin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withNewApiGroup
- Specified by:
withNewApiGroupin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withNewApiGroup
- Specified by:
withNewApiGroupin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withNewApiGroup
- Specified by:
withNewApiGroupin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
getKind
- Specified by:
getKindin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withKind
- Specified by:
withKindin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
getName
- Specified by:
getNamein interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withName
- Specified by:
withNamein interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceRoleRefFluent<A extends RoleRefFluent<A>>
-
equals
-