Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1NodeConfigSource |
V1NodeConfigSourceBuilder.build() |
V1NodeConfigSource |
V1NodeConfigStatusFluentImpl.buildActive() |
V1NodeConfigSource |
V1NodeConfigStatusFluent.buildActive() |
V1NodeConfigSource |
V1NodeConfigStatusFluentImpl.buildAssigned() |
V1NodeConfigSource |
V1NodeConfigStatusFluent.buildAssigned() |
V1NodeConfigSource |
V1NodeSpecFluent.buildConfigSource() |
V1NodeConfigSource |
V1NodeSpecFluentImpl.buildConfigSource() |
V1NodeConfigSource |
V1NodeConfigStatusFluentImpl.buildLastKnownGood() |
V1NodeConfigSource |
V1NodeConfigStatusFluent.buildLastKnownGood() |
V1NodeConfigSource |
V1NodeConfigSource.configMap(V1ConfigMapNodeConfigSource configMap) |
V1NodeConfigSource |
V1NodeConfigStatusFluentImpl.getActive()
Deprecated.
|
V1NodeConfigSource |
V1NodeConfigStatusFluent.getActive()
Deprecated.
|
V1NodeConfigSource |
V1NodeConfigStatus.getActive()
Active reports the checkpointed config the node is actively using.
|
V1NodeConfigSource |
V1NodeConfigStatusFluentImpl.getAssigned()
Deprecated.
|
V1NodeConfigSource |
V1NodeConfigStatusFluent.getAssigned()
Deprecated.
|
V1NodeConfigSource |
V1NodeConfigStatus.getAssigned()
Assigned reports the checkpointed config the node will try to use.
|
V1NodeConfigSource |
V1NodeSpecFluent.getConfigSource()
Deprecated.
|
V1NodeConfigSource |
V1NodeSpecFluentImpl.getConfigSource()
Deprecated.
|
V1NodeConfigSource |
V1NodeSpec.getConfigSource()
If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field
|
V1NodeConfigSource |
V1NodeConfigStatusFluentImpl.getLastKnownGood()
Deprecated.
|
V1NodeConfigSource |
V1NodeConfigStatusFluent.getLastKnownGood()
Deprecated.
|
V1NodeConfigSource |
V1NodeConfigStatus.getLastKnownGood()
LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config.
|
Constructor and Description |
---|
V1NodeConfigSourceBuilder(V1NodeConfigSource instance) |
V1NodeConfigSourceBuilder(V1NodeConfigSource instance,
Boolean validationEnabled) |
V1NodeConfigSourceBuilder(V1NodeConfigSourceFluent<?> fluent,
V1NodeConfigSource instance) |
V1NodeConfigSourceBuilder(V1NodeConfigSourceFluent<?> fluent,
V1NodeConfigSource instance,
Boolean validationEnabled) |
V1NodeConfigSourceFluentImpl(V1NodeConfigSource instance) |
Copyright © 2018. All rights reserved.