Uses of Class
io.kubernetes.client.openapi.models.V1Node
Packages that use V1Node
-
Uses of V1Node in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1NodeModifier and TypeMethodDescriptionCoreV1Api.createNode
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a NodeCoreV1Api.patchNode
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified NodeCoreV1Api.patchNodeStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified Noderead the specified NodeCoreV1Api.readNodeStatus
(String name, String pretty) read status of the specified NodeCoreV1Api.replaceNode
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified NodeCoreV1Api.replaceNodeStatus
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified NodeMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1NodeModifier and TypeMethodDescriptionCoreV1Api.createNodeWithHttpInfo
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a NodeCoreV1Api.patchNodeStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified NodeCoreV1Api.patchNodeWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified NodeCoreV1Api.readNodeStatusWithHttpInfo
(String name, String pretty) read status of the specified NodeCoreV1Api.readNodeWithHttpInfo
(String name, String pretty) read the specified NodeCoreV1Api.replaceNodeStatusWithHttpInfo
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified NodeCoreV1Api.replaceNodeWithHttpInfo
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified NodeMethods in io.kubernetes.client.openapi.apis with parameters of type V1NodeModifier and TypeMethodDescriptionCoreV1Api.createNode
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Nodeokhttp3.Call
CoreV1Api.createNodeAsync
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Node> _callback) (asynchronously) create a Nodeokhttp3.Call
CoreV1Api.createNodeCall
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNodeCoreV1Api.createNodeWithHttpInfo
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a NodeCoreV1Api.replaceNode
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeAsync
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Node> _callback) (asynchronously) replace the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeCall
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNodeCoreV1Api.replaceNodeStatus
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeStatusAsync
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Node> _callback) (asynchronously) replace status of the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeStatusCall
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNodeStatusCoreV1Api.replaceNodeStatusWithHttpInfo
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified NodeCoreV1Api.replaceNodeWithHttpInfo
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified NodeMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1NodeModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.createNodeAsync
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Node> _callback) (asynchronously) create a Nodeokhttp3.Call
CoreV1Api.patchNodeAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Node> _callback) (asynchronously) partially update the specified Nodeokhttp3.Call
CoreV1Api.patchNodeStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Node> _callback) (asynchronously) partially update status of the specified Nodeokhttp3.Call
CoreV1Api.readNodeAsync
(String name, String pretty, ApiCallback<V1Node> _callback) (asynchronously) read the specified Nodeokhttp3.Call
CoreV1Api.readNodeStatusAsync
(String name, String pretty, ApiCallback<V1Node> _callback) (asynchronously) read status of the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeAsync
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Node> _callback) (asynchronously) replace the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeStatusAsync
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Node> _callback) (asynchronously) replace status of the specified Node -
Uses of V1Node in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeModifier and TypeMethodDescriptionV1Node.apiVersion
(String apiVersion) V1Node.metadata
(V1ObjectMeta metadata) V1Node.spec
(V1NodeSpec spec) V1Node.status
(V1NodeStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1NodeMethods in io.kubernetes.client.openapi.models with parameters of type V1NodeMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1Node