Uses of Class
io.kubernetes.client.openapi.models.V1NodeSpec
Packages that use V1NodeSpec
-
Uses of V1NodeSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeSpecModifier and TypeMethodDescriptionV1NodeSpec.addPodCIDRsItem
(String podCIDRsItem) V1NodeSpec.addTaintsItem
(V1Taint taintsItem) V1NodeSpec.configSource
(V1NodeConfigSource configSource) V1NodeSpec.externalID
(String externalID) static V1NodeSpec
Create an instance of V1NodeSpec given an JSON stringV1Node.getSpec()
Get specV1NodeSpec.providerID
(String providerID) V1NodeSpec.unschedulable
(Boolean unschedulable) Methods in io.kubernetes.client.openapi.models with parameters of type V1NodeSpecModifier and TypeMethodDescriptionvoid
V1Node.setSpec
(V1NodeSpec spec) V1Node.spec
(V1NodeSpec spec)