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 TypeMethodDescriptionMethods 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) voidV1ConfigMapProjection.setItems(List<V1KeyToPath> items) voidV1ConfigMapVolumeSource.setItems(List<V1KeyToPath> items) voidV1SecretProjection.setItems(List<V1KeyToPath> items) voidV1SecretVolumeSource.setItems(List<V1KeyToPath> items)