Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
KeyToPath |
KeyToPathBuilder.build() |
KeyToPath |
DoneableKeyToPath.done() |
Modifier and Type | Method and Description |
---|---|
List<KeyToPath> |
SecretVolumeSourceFluentImpl.getItems() |
List<KeyToPath> |
SecretVolumeSourceFluent.getItems() |
List<KeyToPath> |
ConfigMapVolumeSourceFluentImpl.getItems() |
List<KeyToPath> |
ConfigMapVolumeSourceFluent.getItems() |
List<KeyToPath> |
SecretVolumeSource.getItems() |
List<KeyToPath> |
ConfigMapVolumeSource.getItems() |
Modifier and Type | Method and Description |
---|---|
SecretVolumeSourceFluent.ItemsNested<A> |
SecretVolumeSourceFluentImpl.addNewItemLike(KeyToPath item) |
SecretVolumeSourceFluent.ItemsNested<A> |
SecretVolumeSourceFluent.addNewItemLike(KeyToPath item) |
ConfigMapVolumeSourceFluent.ItemsNested<A> |
ConfigMapVolumeSourceFluentImpl.addNewItemLike(KeyToPath item) |
ConfigMapVolumeSourceFluent.ItemsNested<A> |
ConfigMapVolumeSourceFluent.addNewItemLike(KeyToPath item) |
A |
SecretVolumeSourceFluentImpl.addToItems(KeyToPath... items) |
A |
SecretVolumeSourceFluent.addToItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluentImpl.addToItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluent.addToItems(KeyToPath... items) |
A |
SecretVolumeSourceFluentImpl.removeFromItems(KeyToPath... items) |
A |
SecretVolumeSourceFluent.removeFromItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluentImpl.removeFromItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluent.removeFromItems(KeyToPath... items) |
A |
SecretVolumeSourceFluentImpl.withItems(KeyToPath... items) |
A |
SecretVolumeSourceFluent.withItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluentImpl.withItems(KeyToPath... items) |
A |
ConfigMapVolumeSourceFluent.withItems(KeyToPath... items) |
Modifier and Type | Method and Description |
---|---|
void |
SecretVolumeSource.setItems(List<KeyToPath> items) |
void |
ConfigMapVolumeSource.setItems(List<KeyToPath> items) |
A |
SecretVolumeSourceFluentImpl.withItems(List<KeyToPath> items) |
A |
SecretVolumeSourceFluent.withItems(List<KeyToPath> items) |
A |
ConfigMapVolumeSourceFluentImpl.withItems(List<KeyToPath> items) |
A |
ConfigMapVolumeSourceFluent.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(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(List<KeyToPath> items,
String secretName) |
Copyright © 2011–2016 Red Hat. All rights reserved.