Uses of Class
io.kubernetes.client.openapi.models.V1ConfigMap
Packages that use V1ConfigMap
-
Uses of V1ConfigMap in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ConfigMapModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedConfigMapRequest.execute()
Execute createNamespacedConfigMap requestCoreV1Api.APIpatchNamespacedConfigMapRequest.execute()
Execute patchNamespacedConfigMap requestCoreV1Api.APIreadNamespacedConfigMapRequest.execute()
Execute readNamespacedConfigMap requestCoreV1Api.APIreplaceNamespacedConfigMapRequest.execute()
Execute replaceNamespacedConfigMap requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ConfigMapModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedConfigMapRequest.executeWithHttpInfo()
Execute createNamespacedConfigMap request with HTTP info returnedCoreV1Api.APIpatchNamespacedConfigMapRequest.executeWithHttpInfo()
Execute patchNamespacedConfigMap request with HTTP info returnedCoreV1Api.APIreadNamespacedConfigMapRequest.executeWithHttpInfo()
Execute readNamespacedConfigMap request with HTTP info returnedCoreV1Api.APIreplaceNamespacedConfigMapRequest.executeWithHttpInfo()
Execute replaceNamespacedConfigMap request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1ConfigMapModifier and TypeMethodDescriptionCoreV1Api.createNamespacedConfigMap
(String namespace, V1ConfigMap body) create a ConfigMapCoreV1Api.replaceNamespacedConfigMap
(String name, String namespace, V1ConfigMap body) replace the specified ConfigMapMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ConfigMapModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNamespacedConfigMapRequest.executeAsync
(ApiCallback<V1ConfigMap> _callback) Execute createNamespacedConfigMap request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedConfigMapRequest.executeAsync
(ApiCallback<V1ConfigMap> _callback) Execute patchNamespacedConfigMap request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedConfigMapRequest.executeAsync
(ApiCallback<V1ConfigMap> _callback) Execute readNamespacedConfigMap request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedConfigMapRequest.executeAsync
(ApiCallback<V1ConfigMap> _callback) Execute replaceNamespacedConfigMap request (asynchronously) -
Uses of V1ConfigMap in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ConfigMapModifier and TypeMethodDescriptionV1ConfigMap.apiVersion
(String apiVersion) V1ConfigMap.binaryData
(Map<String, byte[]> binaryData) static V1ConfigMap
Create an instance of V1ConfigMap given an JSON stringV1ConfigMap.metadata
(V1ObjectMeta metadata) V1ConfigMap.putBinaryDataItem
(String key, byte[] binaryDataItem) V1ConfigMap.putDataItem
(String key, String dataItem) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ConfigMapMethods in io.kubernetes.client.openapi.models with parameters of type V1ConfigMapMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1ConfigMapModifier and TypeMethodDescriptionV1ConfigMapList.items
(List<V1ConfigMap> items) void
V1ConfigMapList.setItems
(List<V1ConfigMap> items)