Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1NodeConfigSource |
V1NodeConfigSource.configMap(V1ConfigMapNodeConfigSource configMap) |
V1NodeConfigSource |
V1NodeConfigStatus.getActive()
Get active
|
V1NodeConfigSource |
V1NodeConfigStatus.getAssigned()
Get assigned
|
V1NodeConfigSource |
V1NodeSpec.getConfigSource()
Get configSource
|
V1NodeConfigSource |
V1NodeConfigStatus.getLastKnownGood()
Get lastKnownGood
|
Modifier and Type | Method and Description |
---|---|
V1NodeConfigStatus |
V1NodeConfigStatus.active(V1NodeConfigSource active) |
V1NodeConfigStatus |
V1NodeConfigStatus.assigned(V1NodeConfigSource assigned) |
V1NodeSpec |
V1NodeSpec.configSource(V1NodeConfigSource configSource) |
V1NodeConfigStatus |
V1NodeConfigStatus.lastKnownGood(V1NodeConfigSource lastKnownGood) |
void |
V1NodeConfigStatus.setActive(V1NodeConfigSource active) |
void |
V1NodeConfigStatus.setAssigned(V1NodeConfigSource assigned) |
void |
V1NodeSpec.setConfigSource(V1NodeConfigSource configSource) |
void |
V1NodeConfigStatus.setLastKnownGood(V1NodeConfigSource lastKnownGood) |
Copyright © 2021. All rights reserved.