| Modifier and Type | Method and Description |
|---|---|
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.clear() |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.clearConfigMap()
ConfigMap is a reference to a Node's ConfigMap
|
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.clone() |
V1.NodeConfigSource.Builder |
V1.NodeConfigStatus.Builder.getActiveBuilder()
Active reports the checkpointed config the node is actively using.
|
V1.NodeConfigSource.Builder |
V1.NodeConfigStatus.Builder.getAssignedBuilder()
Assigned reports the checkpointed config the node will try to use.
|
V1.NodeConfigSource.Builder |
V1.NodeSpec.Builder.getConfigSourceBuilder()
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.NodeConfigSource.Builder |
V1.NodeConfigStatus.Builder.getLastKnownGoodBuilder()
LastKnownGood reports the checkpointed config the node will fall back to
when it encounters an error attempting to use the Assigned config.
|
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.mergeConfigMap(V1.ConfigMapNodeConfigSource value)
ConfigMap is a reference to a Node's ConfigMap
|
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.mergeFrom(V1.NodeConfigSource other) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.NodeConfigSource.Builder |
V1.NodeConfigSource.newBuilder() |
static V1.NodeConfigSource.Builder |
V1.NodeConfigSource.newBuilder(V1.NodeConfigSource prototype) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.newBuilderForType() |
protected V1.NodeConfigSource.Builder |
V1.NodeConfigSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.setConfigMap(V1.ConfigMapNodeConfigSource.Builder builderForValue)
ConfigMap is a reference to a Node's ConfigMap
|
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.setConfigMap(V1.ConfigMapNodeConfigSource value)
ConfigMap is a reference to a Node's ConfigMap
|
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.NodeConfigSource.Builder |
V1.NodeConfigSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.NodeConfigStatus.Builder |
V1.NodeConfigStatus.Builder.setActive(V1.NodeConfigSource.Builder builderForValue)
Active reports the checkpointed config the node is actively using.
|
V1.NodeConfigStatus.Builder |
V1.NodeConfigStatus.Builder.setAssigned(V1.NodeConfigSource.Builder builderForValue)
Assigned reports the checkpointed config the node will try to use.
|
V1.NodeSpec.Builder |
V1.NodeSpec.Builder.setConfigSource(V1.NodeConfigSource.Builder builderForValue)
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.NodeConfigStatus.Builder |
V1.NodeConfigStatus.Builder.setLastKnownGood(V1.NodeConfigSource.Builder builderForValue)
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.