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 V1NodeConfigSourceCreate 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) voidV1NodeConfigStatus.setActive(V1NodeConfigSource active) voidV1NodeConfigStatus.setAssigned(V1NodeConfigSource assigned) voidV1NodeSpec.setConfigSource(V1NodeConfigSource configSource) voidV1NodeConfigStatus.setLastKnownGood(V1NodeConfigSource lastKnownGood)