public class V1APIGroupListFluentImpl<A extends V1APIGroupListFluent<A>> extends BaseFluent<A> implements V1APIGroupListFluent<A>
V1APIGroupListFluent.GroupsNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1APIGroupListFluentImpl() |
V1APIGroupListFluentImpl(io.kubernetes.client.openapi.models.V1APIGroupList instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToGroups(Collection<io.kubernetes.client.openapi.models.V1APIGroup> items) |
V1APIGroupListFluent.GroupsNested<A> |
addNewGroup() |
V1APIGroupListFluent.GroupsNested<A> |
addNewGroupLike(io.kubernetes.client.openapi.models.V1APIGroup item) |
A |
addToGroups(Integer index,
io.kubernetes.client.openapi.models.V1APIGroup item) |
A |
addToGroups(io.kubernetes.client.openapi.models.V1APIGroup... items) |
io.kubernetes.client.openapi.models.V1APIGroup |
buildFirstGroup() |
io.kubernetes.client.openapi.models.V1APIGroup |
buildGroup(Integer index) |
List<io.kubernetes.client.openapi.models.V1APIGroup> |
buildGroups() |
io.kubernetes.client.openapi.models.V1APIGroup |
buildLastGroup() |
io.kubernetes.client.openapi.models.V1APIGroup |
buildMatchingGroup(Predicate<V1APIGroupBuilder> predicate) |
V1APIGroupListFluent.GroupsNested<A> |
editFirstGroup() |
V1APIGroupListFluent.GroupsNested<A> |
editGroup(Integer index) |
V1APIGroupListFluent.GroupsNested<A> |
editLastGroup() |
V1APIGroupListFluent.GroupsNested<A> |
editMatchingGroup(Predicate<V1APIGroupBuilder> predicate) |
boolean |
equals(Object o) |
String |
getApiVersion() |
List<io.kubernetes.client.openapi.models.V1APIGroup> |
getGroups()
Deprecated.
|
String |
getKind() |
Boolean |
hasApiVersion() |
Boolean |
hasGroups() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMatchingGroup(Predicate<V1APIGroupBuilder> predicate) |
A |
removeAllFromGroups(Collection<io.kubernetes.client.openapi.models.V1APIGroup> items) |
A |
removeFromGroups(io.kubernetes.client.openapi.models.V1APIGroup... items) |
A |
removeMatchingFromGroups(Predicate<V1APIGroupBuilder> predicate) |
V1APIGroupListFluent.GroupsNested<A> |
setNewGroupLike(Integer index,
io.kubernetes.client.openapi.models.V1APIGroup item) |
A |
setToGroups(Integer index,
io.kubernetes.client.openapi.models.V1APIGroup item) |
String |
toString() |
A |
withApiVersion(String apiVersion) |
A |
withGroups(List<io.kubernetes.client.openapi.models.V1APIGroup> groups) |
A |
withGroups(io.kubernetes.client.openapi.models.V1APIGroup... groups) |
A |
withKind(String kind) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1APIGroupListFluentImpl()
public V1APIGroupListFluentImpl(io.kubernetes.client.openapi.models.V1APIGroupList instance)
public String getApiVersion()
getApiVersion in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A addToGroups(Integer index, io.kubernetes.client.openapi.models.V1APIGroup item)
addToGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A setToGroups(Integer index, io.kubernetes.client.openapi.models.V1APIGroup item)
setToGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A addToGroups(io.kubernetes.client.openapi.models.V1APIGroup... items)
addToGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A addAllToGroups(Collection<io.kubernetes.client.openapi.models.V1APIGroup> items)
addAllToGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A removeFromGroups(io.kubernetes.client.openapi.models.V1APIGroup... items)
removeFromGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A removeAllFromGroups(Collection<io.kubernetes.client.openapi.models.V1APIGroup> items)
removeAllFromGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A removeMatchingFromGroups(Predicate<V1APIGroupBuilder> predicate)
removeMatchingFromGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1APIGroup> getGroups()
getGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public List<io.kubernetes.client.openapi.models.V1APIGroup> buildGroups()
buildGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public io.kubernetes.client.openapi.models.V1APIGroup buildGroup(Integer index)
buildGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public io.kubernetes.client.openapi.models.V1APIGroup buildFirstGroup()
buildFirstGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public io.kubernetes.client.openapi.models.V1APIGroup buildLastGroup()
buildLastGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public io.kubernetes.client.openapi.models.V1APIGroup buildMatchingGroup(Predicate<V1APIGroupBuilder> predicate)
buildMatchingGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public Boolean hasMatchingGroup(Predicate<V1APIGroupBuilder> predicate)
hasMatchingGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A withGroups(List<io.kubernetes.client.openapi.models.V1APIGroup> groups)
withGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A withGroups(io.kubernetes.client.openapi.models.V1APIGroup... groups)
withGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public Boolean hasGroups()
hasGroups in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public V1APIGroupListFluent.GroupsNested<A> addNewGroup()
addNewGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public V1APIGroupListFluent.GroupsNested<A> addNewGroupLike(io.kubernetes.client.openapi.models.V1APIGroup item)
addNewGroupLike in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public V1APIGroupListFluent.GroupsNested<A> setNewGroupLike(Integer index, io.kubernetes.client.openapi.models.V1APIGroup item)
setNewGroupLike in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public V1APIGroupListFluent.GroupsNested<A> editGroup(Integer index)
editGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public V1APIGroupListFluent.GroupsNested<A> editFirstGroup()
editFirstGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public V1APIGroupListFluent.GroupsNested<A> editLastGroup()
editLastGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public V1APIGroupListFluent.GroupsNested<A> editMatchingGroup(Predicate<V1APIGroupBuilder> predicate)
editMatchingGroup in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public String getKind()
getKind in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public A withKind(String kind)
withKind in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public Boolean hasKind()
hasKind in interface V1APIGroupListFluent<A extends V1APIGroupListFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1APIGroupListFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1APIGroupListFluent<A>>Copyright © 2022. All rights reserved.