| Package | Description |
|---|---|
| io.fabric8.istio.api.security.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
PeerAuthentication |
PeerAuthenticationBuilder.build() |
PeerAuthentication |
PeerAuthenticationListFluent.buildFirstItem() |
PeerAuthentication |
PeerAuthenticationListFluent.buildItem(int index) |
PeerAuthentication |
PeerAuthenticationListFluent.buildLastItem() |
PeerAuthentication |
PeerAuthenticationListFluent.buildMatchingItem(Predicate<PeerAuthenticationBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<PeerAuthentication> |
PeerAuthenticationListFluent.buildItems() |
List<PeerAuthentication> |
PeerAuthenticationList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
PeerAuthenticationListFluent.ItemsNested<A> |
PeerAuthenticationListFluent.addNewItemLike(PeerAuthentication item) |
A |
PeerAuthenticationListFluent.addToItems(int index,
PeerAuthentication item) |
A |
PeerAuthenticationListFluent.addToItems(PeerAuthentication... items) |
A |
PeerAuthenticationListFluent.removeFromItems(PeerAuthentication... items) |
PeerAuthenticationListFluent.ItemsNested<A> |
PeerAuthenticationListFluent.setNewItemLike(int index,
PeerAuthentication item) |
A |
PeerAuthenticationListFluent.setToItems(int index,
PeerAuthentication item) |
A |
PeerAuthenticationListFluent.withItems(PeerAuthentication... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
PeerAuthenticationListFluent.addAllToItems(Collection<PeerAuthentication> items) |
A |
PeerAuthenticationListFluent.removeAllFromItems(Collection<PeerAuthentication> items) |
void |
PeerAuthenticationList.setItems(List<PeerAuthentication> items) |
A |
PeerAuthenticationListFluent.withItems(List<PeerAuthentication> items) |
| Constructor and Description |
|---|
PeerAuthenticationBuilder(PeerAuthentication instance) |
PeerAuthenticationBuilder(PeerAuthentication instance,
Boolean validationEnabled) |
PeerAuthenticationBuilder(PeerAuthenticationFluent<?> fluent,
PeerAuthentication instance) |
PeerAuthenticationBuilder(PeerAuthenticationFluent<?> fluent,
PeerAuthentication instance,
Boolean validationEnabled) |
PeerAuthenticationFluent(PeerAuthentication instance) |
| Constructor and Description |
|---|
PeerAuthenticationList(String apiVersion,
List<PeerAuthentication> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.