Send feedback
Class NodeConfigDefaults (2.52.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.52.0 keyboard_arrow_down
public final class NodeConfigDefaults extends GeneratedMessageV3 implements NodeConfigDefaultsOrBuilder
Subset of NodeConfig message that has defaults.
Protobuf type google.container.v1.NodeConfigDefaults
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONTAINERD_CONFIG_FIELD_NUMBER
public static final int CONTAINERD_CONFIG_FIELD_NUMBER
Field Value
Type
Description
int
GCFS_CONFIG_FIELD_NUMBER
public static final int GCFS_CONFIG_FIELD_NUMBER
Field Value
Type
Description
int
LOGGING_CONFIG_FIELD_NUMBER
public static final int LOGGING_CONFIG_FIELD_NUMBER
Field Value
Type
Description
int
NODE_KUBELET_CONFIG_FIELD_NUMBER
public static final int NODE_KUBELET_CONFIG_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static NodeConfigDefaults getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static NodeConfigDefaults . Builder newBuilder ()
newBuilder(NodeConfigDefaults prototype)
public static NodeConfigDefaults . Builder newBuilder ( NodeConfigDefaults prototype )
public static NodeConfigDefaults parseDelimitedFrom ( InputStream input )
public static NodeConfigDefaults parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static NodeConfigDefaults parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodeConfigDefaults parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static NodeConfigDefaults parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodeConfigDefaults parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static NodeConfigDefaults parseFrom ( CodedInputStream input )
public static NodeConfigDefaults parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static NodeConfigDefaults parseFrom ( InputStream input )
public static NodeConfigDefaults parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static NodeConfigDefaults parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodeConfigDefaults parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<NodeConfigDefaults> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getContainerdConfig()
public ContainerdConfig getContainerdConfig ()
Parameters for containerd customization.
.google.container.v1.ContainerdConfig containerd_config = 4;
getContainerdConfigOrBuilder()
public ContainerdConfigOrBuilder getContainerdConfigOrBuilder ()
Parameters for containerd customization.
.google.container.v1.ContainerdConfig containerd_config = 4;
getDefaultInstanceForType()
public NodeConfigDefaults getDefaultInstanceForType ()
getGcfsConfig()
public GcfsConfig getGcfsConfig ()
GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1.GcfsConfig gcfs_config = 1;
Returns
Type
Description
GcfsConfig
The gcfsConfig.
getGcfsConfigOrBuilder()
public GcfsConfigOrBuilder getGcfsConfigOrBuilder ()
GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1.GcfsConfig gcfs_config = 1;
getLoggingConfig()
public NodePoolLoggingConfig getLoggingConfig ()
Logging configuration for node pools.
.google.container.v1.NodePoolLoggingConfig logging_config = 3;
getLoggingConfigOrBuilder()
public NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder ()
Logging configuration for node pools.
.google.container.v1.NodePoolLoggingConfig logging_config = 3;
getNodeKubeletConfig()
public NodeKubeletConfig getNodeKubeletConfig ()
NodeKubeletConfig controls the defaults for new node-pools.
Currently only insecure_kubelet_readonly_port_enabled
can be set here.
.google.container.v1.NodeKubeletConfig node_kubelet_config = 6;
getNodeKubeletConfigOrBuilder()
public NodeKubeletConfigOrBuilder getNodeKubeletConfigOrBuilder ()
NodeKubeletConfig controls the defaults for new node-pools.
Currently only insecure_kubelet_readonly_port_enabled
can be set here.
.google.container.v1.NodeKubeletConfig node_kubelet_config = 6;
getParserForType()
public Parser<NodeConfigDefaults> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasContainerdConfig()
public boolean hasContainerdConfig ()
Parameters for containerd customization.
.google.container.v1.ContainerdConfig containerd_config = 4;
Returns
Type
Description
boolean
Whether the containerdConfig field is set.
hasGcfsConfig()
public boolean hasGcfsConfig ()
GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1.GcfsConfig gcfs_config = 1;
Returns
Type
Description
boolean
Whether the gcfsConfig field is set.
hasLoggingConfig()
public boolean hasLoggingConfig ()
Logging configuration for node pools.
.google.container.v1.NodePoolLoggingConfig logging_config = 3;
Returns
Type
Description
boolean
Whether the loggingConfig field is set.
hasNodeKubeletConfig()
public boolean hasNodeKubeletConfig ()
NodeKubeletConfig controls the defaults for new node-pools.
Currently only insecure_kubelet_readonly_port_enabled
can be set here.
.google.container.v1.NodeKubeletConfig node_kubelet_config = 6;
Returns
Type
Description
boolean
Whether the nodeKubeletConfig field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public NodeConfigDefaults . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NodeConfigDefaults . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public NodeConfigDefaults . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]