public class GroupResourceFluentImpl<A extends GroupResourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GroupResourceFluent<A>
| Constructor and Description |
|---|
GroupResourceFluentImpl() |
GroupResourceFluentImpl(GroupResource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
String |
getResource() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasResource() |
A |
withGroup(String group) |
A |
withNewGroup(String arg0)
Deprecated.
|
A |
withNewResource(String arg0)
Deprecated.
|
A |
withResource(String resource) |
public GroupResourceFluentImpl()
public GroupResourceFluentImpl(GroupResource instance)
public String getGroup()
getGroup in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public A withGroup(String group)
withGroup in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public Boolean hasGroup()
hasGroup in interface GroupResourceFluent<A extends GroupResourceFluent<A>>@Deprecated public A withNewGroup(String arg0)
withNewGroup in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public String getResource()
getResource in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public A withResource(String resource)
withResource in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public Boolean hasResource()
hasResource in interface GroupResourceFluent<A extends GroupResourceFluent<A>>@Deprecated public A withNewResource(String arg0)
withNewResource in interface GroupResourceFluent<A extends GroupResourceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.