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.APIcreateNodeRequest.execute()
Execute createNode requestCoreV1Api.APIpatchNodeRequest.execute()
Execute patchNode requestCoreV1Api.APIpatchNodeStatusRequest.execute()
Execute patchNodeStatus requestCoreV1Api.APIreadNodeRequest.execute()
Execute readNode requestCoreV1Api.APIreadNodeStatusRequest.execute()
Execute readNodeStatus requestCoreV1Api.APIreplaceNodeRequest.execute()
Execute replaceNode requestCoreV1Api.APIreplaceNodeStatusRequest.execute()
Execute replaceNodeStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1NodeModifier and TypeMethodDescriptionCoreV1Api.APIcreateNodeRequest.executeWithHttpInfo()
Execute createNode request with HTTP info returnedCoreV1Api.APIpatchNodeRequest.executeWithHttpInfo()
Execute patchNode request with HTTP info returnedCoreV1Api.APIpatchNodeStatusRequest.executeWithHttpInfo()
Execute patchNodeStatus request with HTTP info returnedCoreV1Api.APIreadNodeRequest.executeWithHttpInfo()
Execute readNode request with HTTP info returnedCoreV1Api.APIreadNodeStatusRequest.executeWithHttpInfo()
Execute readNodeStatus request with HTTP info returnedCoreV1Api.APIreplaceNodeRequest.executeWithHttpInfo()
Execute replaceNode request with HTTP info returnedCoreV1Api.APIreplaceNodeStatusRequest.executeWithHttpInfo()
Execute replaceNodeStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1NodeModifier and TypeMethodDescriptionCoreV1Api.createNode
(V1Node body) create a NodeCoreV1Api.replaceNode
(String name, V1Node body) replace the specified NodeCoreV1Api.replaceNodeStatus
(String name, V1Node body) replace status of the specified NodeMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1NodeModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNodeRequest.executeAsync
(ApiCallback<V1Node> _callback) Execute createNode request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNodeRequest.executeAsync
(ApiCallback<V1Node> _callback) Execute patchNode request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNodeStatusRequest.executeAsync
(ApiCallback<V1Node> _callback) Execute patchNodeStatus request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNodeRequest.executeAsync
(ApiCallback<V1Node> _callback) Execute readNode request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNodeStatusRequest.executeAsync
(ApiCallback<V1Node> _callback) Execute readNodeStatus request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNodeRequest.executeAsync
(ApiCallback<V1Node> _callback) Execute replaceNode request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNodeStatusRequest.executeAsync
(ApiCallback<V1Node> _callback) Execute replaceNodeStatus request (asynchronously) -
Uses of V1Node in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeModifier and TypeMethodDescriptionV1Node.apiVersion
(String apiVersion) static V1Node
Create an instance of V1Node given an JSON stringV1Node.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