public interface IstioResourceListFluent<A extends IstioResourceListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
String getApiVersion()
Boolean hasApiVersion()
A addToItems(int index, IstioResource item)
A setToItems(int index, IstioResource item)
A addToItems(IstioResource... items)
A addAllToItems(Collection<IstioResource> items)
A removeFromItems(IstioResource... items)
A removeAllFromItems(Collection<IstioResource> items)
List<IstioResource> getItems()
IstioResource getItem(int index)
IstioResource getFirstItem()
IstioResource getLastItem()
IstioResource getMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<IstioResource> predicate)
A withItems(List<IstioResource> items)
A withItems(IstioResource... items)
Boolean hasItems()
String getKind()
Boolean hasKind()
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2017–2018 Red Hat. All rights reserved.