Uses of Class
io.kubernetes.client.openapi.models.V1NodeConfigSource
Packages that use V1NodeConfigSource
-
Uses of V1NodeConfigSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeConfigSourceModifier and TypeMethodDescriptionV1NodeConfigSource.configMap
(V1ConfigMapNodeConfigSource configMap) static V1NodeConfigSource
Create an instance of V1NodeConfigSource given an JSON stringV1NodeConfigStatus.getActive()
Get activeV1NodeConfigStatus.getAssigned()
Get assignedV1NodeSpec.getConfigSource()
Get configSourceV1NodeConfigStatus.getLastKnownGood()
Get lastKnownGoodMethods in io.kubernetes.client.openapi.models with parameters of type V1NodeConfigSourceModifier and TypeMethodDescriptionV1NodeConfigStatus.active
(V1NodeConfigSource active) V1NodeConfigStatus.assigned
(V1NodeConfigSource assigned) V1NodeSpec.configSource
(V1NodeConfigSource configSource) V1NodeConfigStatus.lastKnownGood
(V1NodeConfigSource lastKnownGood) void
V1NodeConfigStatus.setActive
(V1NodeConfigSource active) void
V1NodeConfigStatus.setAssigned
(V1NodeConfigSource assigned) void
V1NodeSpec.setConfigSource
(V1NodeConfigSource configSource) void
V1NodeConfigStatus.setLastKnownGood
(V1NodeConfigSource lastKnownGood)