public final class NodeConfigDefaults extends GeneratedMessageV3 implements NodeConfigDefaultsOrBuilder
Subset of NodeConfig message that has defaults.
Protobuf type google.container.v1beta1.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 |
|
HOST_MAINTENANCE_POLICY_FIELD_NUMBER
public static final int HOST_MAINTENANCE_POLICY_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.v1beta1.ContainerdConfig containerd_config = 4;
getContainerdConfigOrBuilder()
public ContainerdConfigOrBuilder getContainerdConfigOrBuilder()
Parameters for containerd customization.
.google.container.v1beta1.ContainerdConfig containerd_config = 4;
getDefaultInstanceForType()
public NodeConfigDefaults getDefaultInstanceForType()
getGcfsConfig()
public GcfsConfig getGcfsConfig()
GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1beta1.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.v1beta1.GcfsConfig gcfs_config = 1;
getHostMaintenancePolicy()
public HostMaintenancePolicy getHostMaintenancePolicy()
HostMaintenancePolicy contains the desired maintenance policy for the
Google Compute Engine hosts.
.google.container.v1beta1.HostMaintenancePolicy host_maintenance_policy = 5;
getHostMaintenancePolicyOrBuilder()
public HostMaintenancePolicyOrBuilder getHostMaintenancePolicyOrBuilder()
HostMaintenancePolicy contains the desired maintenance policy for the
Google Compute Engine hosts.
.google.container.v1beta1.HostMaintenancePolicy host_maintenance_policy = 5;
getLoggingConfig()
public NodePoolLoggingConfig getLoggingConfig()
Logging configuration for node pools.
.google.container.v1beta1.NodePoolLoggingConfig logging_config = 3;
getLoggingConfigOrBuilder()
public NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder()
Logging configuration for node pools.
.google.container.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.GcfsConfig gcfs_config = 1;
Returns |
Type |
Description |
boolean |
Whether the gcfsConfig field is set.
|
hasHostMaintenancePolicy()
public boolean hasHostMaintenancePolicy()
HostMaintenancePolicy contains the desired maintenance policy for the
Google Compute Engine hosts.
.google.container.v1beta1.HostMaintenancePolicy host_maintenance_policy = 5;
Returns |
Type |
Description |
boolean |
Whether the hostMaintenancePolicy field is set.
|
hasLoggingConfig()
public boolean hasLoggingConfig()
Logging configuration for node pools.
.google.container.v1beta1.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.v1beta1.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