public class RoleRefFluentImpl<A extends RoleRefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RoleRefFluent<A>
| Constructor and Description |
|---|
RoleRefFluentImpl() |
RoleRefFluentImpl(RoleRef instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKind() |
String |
getName() |
Boolean |
hasKind() |
Boolean |
hasName() |
A |
withKind(String kind) |
A |
withName(String name) |
public RoleRefFluentImpl()
public RoleRefFluentImpl(RoleRef instance)
public String getKind()
getKind in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withKind(String kind)
withKind in interface RoleRefFluent<A extends RoleRefFluent<A>>public Boolean hasKind()
hasKind in interface RoleRefFluent<A extends RoleRefFluent<A>>public String getName()
getName in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withName(String name)
withName in interface RoleRefFluent<A extends RoleRefFluent<A>>public Boolean hasName()
hasName in interface RoleRefFluent<A extends RoleRefFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.