Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
KeyToPath |
KeyToPathBuilder.build() |
KeyToPath |
ConfigMapVolumeSourceFluentImpl.buildFirstItem() |
KeyToPath |
SecretVolumeSourceFluentImpl.buildFirstItem() |
KeyToPath |
ConfigMapVolumeSourceFluent.buildFirstItem() |
KeyToPath |
SecretVolumeSourceFluent.buildFirstItem() |
KeyToPath |
ConfigMapVolumeSourceFluentImpl.buildItem(int index) |
KeyToPath |
SecretVolumeSourceFluentImpl.buildItem(int index) |
KeyToPath |
ConfigMapVolumeSourceFluent.buildItem(int index) |
KeyToPath |
SecretVolumeSourceFluent.buildItem(int index) |
KeyToPath |
ConfigMapVolumeSourceFluentImpl.buildLastItem() |
KeyToPath |
SecretVolumeSourceFluentImpl.buildLastItem() |
KeyToPath |
ConfigMapVolumeSourceFluent.buildLastItem() |
KeyToPath |
SecretVolumeSourceFluent.buildLastItem() |
KeyToPath |
ConfigMapVolumeSourceFluentImpl.buildMatchingItem(Predicate<KeyToPathBuilder> predicate) |
KeyToPath |
SecretVolumeSourceFluentImpl.buildMatchingItem(Predicate<KeyToPathBuilder> predicate) |
KeyToPath |
ConfigMapVolumeSourceFluent.buildMatchingItem(Predicate<KeyToPathBuilder> predicate) |
KeyToPath |
SecretVolumeSourceFluent.buildMatchingItem(Predicate<KeyToPathBuilder> predicate) |
KeyToPath |
DoneableKeyToPath.done() |
Modifier and Type | Method and Description |
---|---|
List<KeyToPath> |
ConfigMapVolumeSourceFluentImpl.buildItems() |
List<KeyToPath> |
SecretVolumeSourceFluentImpl.buildItems() |
List<KeyToPath> |
ConfigMapVolumeSourceFluent.buildItems() |
List<KeyToPath> |
SecretVolumeSourceFluent.buildItems() |
List<KeyToPath> |
ConfigMapVolumeSourceFluentImpl.getItems()
Deprecated.
|
List<KeyToPath> |
SecretVolumeSourceFluentImpl.getItems()
Deprecated.
|
List<KeyToPath> |
ConfigMapVolumeSourceFluent.getItems()
Deprecated.
|
List<KeyToPath> |
SecretVolumeSourceFluent.getItems()
Deprecated.
|
List<KeyToPath> |
ConfigMapVolumeSource.getItems() |
List<KeyToPath> |
SecretVolumeSource.getItems() |
Modifier and Type | Method and Description |
---|---|
ConfigMapVolumeSourceFluent.ItemsNested<A> |
ConfigMapVolumeSourceFluentImpl.addNewItemLike(KeyToPath item) |
SecretVolumeSourceFluent.ItemsNested<A> |
SecretVolumeSourceFluentImpl.addNewItemLike(KeyToPath item) |
ConfigMapVolumeSourceFluent.ItemsNested<A> |
ConfigMapVolumeSourceFluent.addNewItemLike(KeyToPath item) |
SecretVolumeSourceFluent.ItemsNested<A> |
SecretVolumeSourceFluent.addNewItemLike(KeyToPath item) |
A |
ConfigMapVolumeSourceFluentImpl.addToItems(int index,
KeyToPath item) |
A |
SecretVolumeSourceFluentImpl.addToItems(int index,
KeyToPath item) |
A |
ConfigMapVolumeSourceFluent.addToItems(int index,
KeyToPath item) |
A |
SecretVolumeSourceFluent.addToItems(int index,
KeyToPath item) |
A |
ConfigMapVolumeSourceFluentImpl.addToItems(KeyToPath... items) |
A |
SecretVolumeSourceFluentImpl.addToItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluent.addToItems(KeyToPath... items) |
A |
SecretVolumeSourceFluent.addToItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluentImpl.removeFromItems(KeyToPath... items) |
A |
SecretVolumeSourceFluentImpl.removeFromItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluent.removeFromItems(KeyToPath... items) |
A |
SecretVolumeSourceFluent.removeFromItems(KeyToPath... items) |
ConfigMapVolumeSourceFluent.ItemsNested<A> |
ConfigMapVolumeSourceFluentImpl.setNewItemLike(int index,
KeyToPath item) |
SecretVolumeSourceFluent.ItemsNested<A> |
SecretVolumeSourceFluentImpl.setNewItemLike(int index,
KeyToPath item) |
ConfigMapVolumeSourceFluent.ItemsNested<A> |
ConfigMapVolumeSourceFluent.setNewItemLike(int index,
KeyToPath item) |
SecretVolumeSourceFluent.ItemsNested<A> |
SecretVolumeSourceFluent.setNewItemLike(int index,
KeyToPath item) |
A |
ConfigMapVolumeSourceFluentImpl.setToItems(int index,
KeyToPath item) |
A |
SecretVolumeSourceFluentImpl.setToItems(int index,
KeyToPath item) |
A |
ConfigMapVolumeSourceFluent.setToItems(int index,
KeyToPath item) |
A |
SecretVolumeSourceFluent.setToItems(int index,
KeyToPath item) |
A |
ConfigMapVolumeSourceFluentImpl.withItems(KeyToPath... items) |
A |
SecretVolumeSourceFluentImpl.withItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluent.withItems(KeyToPath... items) |
A |
SecretVolumeSourceFluent.withItems(KeyToPath... items) |
A |
WatchEventFluent.withKeyToPathObject(KeyToPath keyToPathObject) |
A |
WatchEventFluentImpl.withKeyToPathObject(KeyToPath keyToPathObject) |
WatchEventFluent.KeyToPathObjectNested<A> |
WatchEventFluent.withNewKeyToPathObjectLike(KeyToPath item) |
WatchEventFluent.KeyToPathObjectNested<A> |
WatchEventFluentImpl.withNewKeyToPathObjectLike(KeyToPath item) |
Modifier and Type | Method and Description |
---|---|
A |
ConfigMapVolumeSourceFluentImpl.addAllToItems(Collection<KeyToPath> items) |
A |
SecretVolumeSourceFluentImpl.addAllToItems(Collection<KeyToPath> items) |
A |
ConfigMapVolumeSourceFluent.addAllToItems(Collection<KeyToPath> items) |
A |
SecretVolumeSourceFluent.addAllToItems(Collection<KeyToPath> items) |
A |
ConfigMapVolumeSourceFluentImpl.removeAllFromItems(Collection<KeyToPath> items) |
A |
SecretVolumeSourceFluentImpl.removeAllFromItems(Collection<KeyToPath> items) |
A |
ConfigMapVolumeSourceFluent.removeAllFromItems(Collection<KeyToPath> items) |
A |
SecretVolumeSourceFluent.removeAllFromItems(Collection<KeyToPath> items) |
void |
ConfigMapVolumeSource.setItems(List<KeyToPath> items) |
void |
SecretVolumeSource.setItems(List<KeyToPath> items) |
A |
ConfigMapVolumeSourceFluentImpl.withItems(List<KeyToPath> items) |
A |
SecretVolumeSourceFluentImpl.withItems(List<KeyToPath> items) |
A |
ConfigMapVolumeSourceFluent.withItems(List<KeyToPath> items) |
A |
SecretVolumeSourceFluent.withItems(List<KeyToPath> items) |
Constructor and Description |
---|
DoneableKeyToPath(KeyToPath item) |
DoneableKeyToPath(KeyToPath item,
Function<KeyToPath,KeyToPath> function) |
KeyToPathBuilder(KeyToPath instance) |
KeyToPathBuilder(KeyToPath instance,
Boolean validationEnabled) |
KeyToPathBuilder(KeyToPathFluent<?> fluent,
KeyToPath instance) |
KeyToPathBuilder(KeyToPathFluent<?> fluent,
KeyToPath instance,
Boolean validationEnabled) |
KeyToPathFluentImpl(KeyToPath instance) |
Constructor and Description |
---|
ConfigMapVolumeSource(Integer defaultMode,
List<KeyToPath> items,
String name) |
DoneableKeyToPath(Function<KeyToPath,KeyToPath> function) |
DoneableKeyToPath(Function<KeyToPath,KeyToPath> function) |
DoneableKeyToPath(KeyToPath item,
Function<KeyToPath,KeyToPath> function) |
DoneableKeyToPath(KeyToPath item,
Function<KeyToPath,KeyToPath> function) |
SecretVolumeSource(Integer defaultMode,
List<KeyToPath> items,
String secretName) |
Copyright © 2011–2017 Red Hat. All rights reserved.