Uses of Class
io.kubernetes.client.openapi.models.V1KeyToPath
Packages that use V1KeyToPath
-
Uses of V1KeyToPath in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1KeyToPathModifier and TypeMethodDescriptionstatic V1KeyToPath
Create an instance of V1KeyToPath given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1KeyToPathModifier and TypeMethodDescriptionV1ConfigMapProjection.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.V1ConfigMapVolumeSource.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.V1SecretProjection.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.V1SecretVolumeSource.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.kubernetes.client.openapi.models with parameters of type V1KeyToPathModifier and TypeMethodDescriptionV1ConfigMapProjection.addItemsItem
(V1KeyToPath itemsItem) V1ConfigMapVolumeSource.addItemsItem
(V1KeyToPath itemsItem) V1SecretProjection.addItemsItem
(V1KeyToPath itemsItem) V1SecretVolumeSource.addItemsItem
(V1KeyToPath itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1KeyToPathModifier and TypeMethodDescriptionV1ConfigMapProjection.items
(List<V1KeyToPath> items) V1ConfigMapVolumeSource.items
(List<V1KeyToPath> items) V1SecretProjection.items
(List<V1KeyToPath> items) V1SecretVolumeSource.items
(List<V1KeyToPath> items) void
V1ConfigMapProjection.setItems
(List<V1KeyToPath> items) void
V1ConfigMapVolumeSource.setItems
(List<V1KeyToPath> items) void
V1SecretProjection.setItems
(List<V1KeyToPath> items) void
V1SecretVolumeSource.setItems
(List<V1KeyToPath> items)