Uses of Class
io.fabric8.kubernetes.api.model.KeyToPath
-
Packages that use KeyToPath Package Description io.fabric8.kubernetes.api.model -
-
Uses of KeyToPath in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return KeyToPath Modifier and Type Method Description KeyToPathKeyToPathBuilder. build()KeyToPathConfigMapProjectionFluent. buildFirstItem()KeyToPathConfigMapVolumeSourceFluent. buildFirstItem()KeyToPathSecretProjectionFluent. buildFirstItem()KeyToPathSecretVolumeSourceFluent. buildFirstItem()KeyToPathConfigMapProjectionFluent. buildItem(int index)KeyToPathConfigMapVolumeSourceFluent. buildItem(int index)KeyToPathSecretProjectionFluent. buildItem(int index)KeyToPathSecretVolumeSourceFluent. buildItem(int index)KeyToPathConfigMapProjectionFluent. buildLastItem()KeyToPathConfigMapVolumeSourceFluent. buildLastItem()KeyToPathSecretProjectionFluent. buildLastItem()KeyToPathSecretVolumeSourceFluent. buildLastItem()KeyToPathConfigMapProjectionFluent. buildMatchingItem(Predicate<KeyToPathBuilder> predicate)KeyToPathConfigMapVolumeSourceFluent. buildMatchingItem(Predicate<KeyToPathBuilder> predicate)KeyToPathSecretProjectionFluent. buildMatchingItem(Predicate<KeyToPathBuilder> predicate)KeyToPathSecretVolumeSourceFluent. buildMatchingItem(Predicate<KeyToPathBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type KeyToPath Modifier and Type Method Description List<KeyToPath>ConfigMapProjectionFluent. buildItems()List<KeyToPath>ConfigMapVolumeSourceFluent. buildItems()List<KeyToPath>SecretProjectionFluent. buildItems()List<KeyToPath>SecretVolumeSourceFluent. buildItems()List<KeyToPath>ConfigMapProjection. getItems()items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value.List<KeyToPath>ConfigMapVolumeSource. getItems()items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value.List<KeyToPath>SecretProjection. getItems()items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.List<KeyToPath>SecretVolumeSource. getItems()items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.Methods in io.fabric8.kubernetes.api.model with parameters of type KeyToPath Modifier and Type Method Description ConfigMapProjectionFluent.ItemsNested<A>ConfigMapProjectionFluent. addNewItemLike(KeyToPath item)ConfigMapVolumeSourceFluent.ItemsNested<A>ConfigMapVolumeSourceFluent. addNewItemLike(KeyToPath item)SecretProjectionFluent.ItemsNested<A>SecretProjectionFluent. addNewItemLike(KeyToPath item)SecretVolumeSourceFluent.ItemsNested<A>SecretVolumeSourceFluent. addNewItemLike(KeyToPath item)AConfigMapProjectionFluent. addToItems(int index, KeyToPath item)AConfigMapProjectionFluent. addToItems(KeyToPath... items)AConfigMapVolumeSourceFluent. addToItems(int index, KeyToPath item)AConfigMapVolumeSourceFluent. addToItems(KeyToPath... items)ASecretProjectionFluent. addToItems(int index, KeyToPath item)ASecretProjectionFluent. addToItems(KeyToPath... items)ASecretVolumeSourceFluent. addToItems(int index, KeyToPath item)ASecretVolumeSourceFluent. addToItems(KeyToPath... items)protected voidKeyToPathFluent. copyInstance(KeyToPath instance)AConfigMapProjectionFluent. removeFromItems(KeyToPath... items)AConfigMapVolumeSourceFluent. removeFromItems(KeyToPath... items)ASecretProjectionFluent. removeFromItems(KeyToPath... items)ASecretVolumeSourceFluent. removeFromItems(KeyToPath... items)ConfigMapProjectionFluent.ItemsNested<A>ConfigMapProjectionFluent. setNewItemLike(int index, KeyToPath item)ConfigMapVolumeSourceFluent.ItemsNested<A>ConfigMapVolumeSourceFluent. setNewItemLike(int index, KeyToPath item)SecretProjectionFluent.ItemsNested<A>SecretProjectionFluent. setNewItemLike(int index, KeyToPath item)SecretVolumeSourceFluent.ItemsNested<A>SecretVolumeSourceFluent. setNewItemLike(int index, KeyToPath item)AConfigMapProjectionFluent. setToItems(int index, KeyToPath item)AConfigMapVolumeSourceFluent. setToItems(int index, KeyToPath item)ASecretProjectionFluent. setToItems(int index, KeyToPath item)ASecretVolumeSourceFluent. setToItems(int index, KeyToPath item)AConfigMapProjectionFluent. withItems(KeyToPath... items)AConfigMapVolumeSourceFluent. withItems(KeyToPath... items)ASecretProjectionFluent. withItems(KeyToPath... items)ASecretVolumeSourceFluent. withItems(KeyToPath... items)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type KeyToPath Modifier and Type Method Description AConfigMapProjectionFluent. addAllToItems(Collection<KeyToPath> items)AConfigMapVolumeSourceFluent. addAllToItems(Collection<KeyToPath> items)ASecretProjectionFluent. addAllToItems(Collection<KeyToPath> items)ASecretVolumeSourceFluent. addAllToItems(Collection<KeyToPath> items)AConfigMapProjectionFluent. removeAllFromItems(Collection<KeyToPath> items)AConfigMapVolumeSourceFluent. removeAllFromItems(Collection<KeyToPath> items)ASecretProjectionFluent. removeAllFromItems(Collection<KeyToPath> items)ASecretVolumeSourceFluent. removeAllFromItems(Collection<KeyToPath> items)voidConfigMapProjection. setItems(List<KeyToPath> items)items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value.voidConfigMapVolumeSource. setItems(List<KeyToPath> items)items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value.voidSecretProjection. setItems(List<KeyToPath> items)items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.voidSecretVolumeSource. setItems(List<KeyToPath> items)items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.AConfigMapProjectionFluent. withItems(List<KeyToPath> items)AConfigMapVolumeSourceFluent. withItems(List<KeyToPath> items)ASecretProjectionFluent. withItems(List<KeyToPath> items)ASecretVolumeSourceFluent. withItems(List<KeyToPath> items)Constructors in io.fabric8.kubernetes.api.model with parameters of type KeyToPath Constructor Description KeyToPathBuilder(KeyToPath instance)KeyToPathBuilder(KeyToPathFluent<?> fluent, KeyToPath instance)KeyToPathFluent(KeyToPath instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type KeyToPath Constructor Description ConfigMapProjection(List<KeyToPath> items, String name, Boolean optional)ConfigMapVolumeSource(Integer defaultMode, List<KeyToPath> items, String name, Boolean optional)SecretProjection(List<KeyToPath> items, String name, Boolean optional)SecretVolumeSource(Integer defaultMode, List<KeyToPath> items, Boolean optional, String secretName)
-