Uses of Class
io.kubernetes.client.proto.V1.NodeConfigSource
-
Uses of V1.NodeConfigSource in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.NodeConfigSourceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.NodeConfigSource>
V1.NodeConfigSource.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.NodeConfigSourceModifier and TypeMethodDescriptionV1.NodeConfigSource.Builder.build()
V1.NodeConfigSource.Builder.buildPartial()
V1.NodeConfigStatus.Builder.getActive()
Active reports the checkpointed config the node is actively using.V1.NodeConfigStatus.getActive()
Active reports the checkpointed config the node is actively using.V1.NodeConfigStatusOrBuilder.getActive()
Active reports the checkpointed config the node is actively using.V1.NodeConfigStatus.Builder.getAssigned()
Assigned reports the checkpointed config the node will try to use.V1.NodeConfigStatus.getAssigned()
Assigned reports the checkpointed config the node will try to use.V1.NodeConfigStatusOrBuilder.getAssigned()
Assigned reports the checkpointed config the node will try to use.V1.NodeSpec.Builder.getConfigSource()
Deprecated.V1.NodeSpec.getConfigSource()
Deprecated.V1.NodeSpecOrBuilder.getConfigSource()
Deprecated.static V1.NodeConfigSource
V1.NodeConfigSource.getDefaultInstance()
V1.NodeConfigSource.Builder.getDefaultInstanceForType()
V1.NodeConfigSource.getDefaultInstanceForType()
V1.NodeConfigStatus.Builder.getLastKnownGood()
LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config.V1.NodeConfigStatus.getLastKnownGood()
LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config.V1.NodeConfigStatusOrBuilder.getLastKnownGood()
LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config.static V1.NodeConfigSource
V1.NodeConfigSource.parseDelimitedFrom
(InputStream input) static V1.NodeConfigSource
V1.NodeConfigSource.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(byte[] data) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(com.google.protobuf.ByteString data) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(InputStream input) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(ByteBuffer data) static V1.NodeConfigSource
V1.NodeConfigSource.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.NodeConfigSourceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.NodeConfigSource>
V1.NodeConfigSource.getParserForType()
static com.google.protobuf.Parser<V1.NodeConfigSource>
V1.NodeConfigSource.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.NodeConfigSourceModifier and TypeMethodDescriptionV1.NodeConfigStatus.Builder.mergeActive
(V1.NodeConfigSource value) Active reports the checkpointed config the node is actively using.V1.NodeConfigStatus.Builder.mergeAssigned
(V1.NodeConfigSource value) Assigned reports the checkpointed config the node will try to use.V1.NodeSpec.Builder.mergeConfigSource
(V1.NodeConfigSource value) Deprecated.V1.NodeConfigSource.Builder.mergeFrom
(V1.NodeConfigSource other) V1.NodeConfigStatus.Builder.mergeLastKnownGood
(V1.NodeConfigSource value) LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config.static V1.NodeConfigSource.Builder
V1.NodeConfigSource.newBuilder
(V1.NodeConfigSource prototype) V1.NodeConfigStatus.Builder.setActive
(V1.NodeConfigSource value) Active reports the checkpointed config the node is actively using.V1.NodeConfigStatus.Builder.setAssigned
(V1.NodeConfigSource value) Assigned reports the checkpointed config the node will try to use.V1.NodeSpec.Builder.setConfigSource
(V1.NodeConfigSource value) Deprecated.V1.NodeConfigStatus.Builder.setLastKnownGood
(V1.NodeConfigSource value) LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config.