Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1KeyToPath
-
-
Uses of IoK8sApiCoreV1KeyToPath in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1KeyToPath Modifier and Type Method Description IoK8sApiCoreV1KeyToPathIoK8sApiCoreV1KeyToPath. key(String key)IoK8sApiCoreV1KeyToPathIoK8sApiCoreV1KeyToPath. mode(Integer mode)IoK8sApiCoreV1KeyToPathIoK8sApiCoreV1KeyToPath. path(String path)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1KeyToPath Modifier and Type Method Description List<IoK8sApiCoreV1KeyToPath>IoK8sApiCoreV1ConfigMapProjection. getItems()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<IoK8sApiCoreV1KeyToPath>IoK8sApiCoreV1ConfigMapVolumeSource. getItems()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<IoK8sApiCoreV1KeyToPath>IoK8sApiCoreV1SecretProjection. getItems()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<IoK8sApiCoreV1KeyToPath>IoK8sApiCoreV1SecretVolumeSource. getItems()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 net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1KeyToPath Modifier and Type Method Description IoK8sApiCoreV1ConfigMapProjectionIoK8sApiCoreV1ConfigMapProjection. addItemsItem(IoK8sApiCoreV1KeyToPath itemsItem)IoK8sApiCoreV1ConfigMapVolumeSourceIoK8sApiCoreV1ConfigMapVolumeSource. addItemsItem(IoK8sApiCoreV1KeyToPath itemsItem)IoK8sApiCoreV1SecretProjectionIoK8sApiCoreV1SecretProjection. addItemsItem(IoK8sApiCoreV1KeyToPath itemsItem)IoK8sApiCoreV1SecretVolumeSourceIoK8sApiCoreV1SecretVolumeSource. addItemsItem(IoK8sApiCoreV1KeyToPath itemsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1KeyToPath Modifier and Type Method Description IoK8sApiCoreV1ConfigMapProjectionIoK8sApiCoreV1ConfigMapProjection. items(List<IoK8sApiCoreV1KeyToPath> items)IoK8sApiCoreV1ConfigMapVolumeSourceIoK8sApiCoreV1ConfigMapVolumeSource. items(List<IoK8sApiCoreV1KeyToPath> items)IoK8sApiCoreV1SecretProjectionIoK8sApiCoreV1SecretProjection. items(List<IoK8sApiCoreV1KeyToPath> items)IoK8sApiCoreV1SecretVolumeSourceIoK8sApiCoreV1SecretVolumeSource. items(List<IoK8sApiCoreV1KeyToPath> items)voidIoK8sApiCoreV1ConfigMapProjection. setItems(List<IoK8sApiCoreV1KeyToPath> items)voidIoK8sApiCoreV1ConfigMapVolumeSource. setItems(List<IoK8sApiCoreV1KeyToPath> items)voidIoK8sApiCoreV1SecretProjection. setItems(List<IoK8sApiCoreV1KeyToPath> items)voidIoK8sApiCoreV1SecretVolumeSource. setItems(List<IoK8sApiCoreV1KeyToPath> items)
-