| Modifier and Type | Class and Description |
|---|---|
static class |
V1.NodeConfigSource
NodeConfigSource specifies a source of node configuration.
|
static class |
V1.NodeConfigSource.Builder
NodeConfigSource specifies a source of node configuration.
|
| Modifier and Type | Method and Description |
|---|---|
V1.NodeConfigSourceOrBuilder |
V1.NodeConfigStatusOrBuilder.getActiveOrBuilder()
Active reports the checkpointed config the node is actively using.
|
V1.NodeConfigSourceOrBuilder |
V1.NodeConfigStatus.getActiveOrBuilder()
Active reports the checkpointed config the node is actively using.
|
V1.NodeConfigSourceOrBuilder |
V1.NodeConfigStatus.Builder.getActiveOrBuilder()
Active reports the checkpointed config the node is actively using.
|
V1.NodeConfigSourceOrBuilder |
V1.NodeConfigStatusOrBuilder.getAssignedOrBuilder()
Assigned reports the checkpointed config the node will try to use.
|
V1.NodeConfigSourceOrBuilder |
V1.NodeConfigStatus.getAssignedOrBuilder()
Assigned reports the checkpointed config the node will try to use.
|
V1.NodeConfigSourceOrBuilder |
V1.NodeConfigStatus.Builder.getAssignedOrBuilder()
Assigned reports the checkpointed config the node will try to use.
|
V1.NodeConfigSourceOrBuilder |
V1.NodeSpecOrBuilder.getConfigSourceOrBuilder()
If specified, the source to get node configuration from
The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field
+optional
|
V1.NodeConfigSourceOrBuilder |
V1.NodeSpec.getConfigSourceOrBuilder()
If specified, the source to get node configuration from
The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field
+optional
|
V1.NodeConfigSourceOrBuilder |
V1.NodeSpec.Builder.getConfigSourceOrBuilder()
If specified, the source to get node configuration from
The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field
+optional
|
V1.NodeConfigSourceOrBuilder |
V1.NodeConfigStatusOrBuilder.getLastKnownGoodOrBuilder()
LastKnownGood reports the checkpointed config the node will fall back to
when it encounters an error attempting to use the Assigned config.
|
V1.NodeConfigSourceOrBuilder |
V1.NodeConfigStatus.getLastKnownGoodOrBuilder()
LastKnownGood reports the checkpointed config the node will fall back to
when it encounters an error attempting to use the Assigned config.
|
V1.NodeConfigSourceOrBuilder |
V1.NodeConfigStatus.Builder.getLastKnownGoodOrBuilder()
LastKnownGood reports the checkpointed config the node will fall back to
when it encounters an error attempting to use the Assigned config.
|
Copyright © 2020. All rights reserved.