public final class ContainerdConfig extends GeneratedMessage implements ContainerdConfigOrBuilder
ContainerdConfig contains configuration to customize containerd.
Protobuf type google.container.v1beta1.ContainerdConfig
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
PRIVATE_REGISTRY_ACCESS_CONFIG_FIELD_NUMBER
public static final int PRIVATE_REGISTRY_ACCESS_CONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
REGISTRY_HOSTS_FIELD_NUMBER
public static final int REGISTRY_HOSTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
WRITABLE_CGROUPS_FIELD_NUMBER
public static final int WRITABLE_CGROUPS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ContainerdConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ContainerdConfig.Builder newBuilder()
newBuilder(ContainerdConfig prototype)
public static ContainerdConfig.Builder newBuilder(ContainerdConfig prototype)
public static ContainerdConfig parseDelimitedFrom(InputStream input)
public static ContainerdConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ContainerdConfig parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ContainerdConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ContainerdConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ContainerdConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ContainerdConfig parseFrom(CodedInputStream input)
public static ContainerdConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ContainerdConfig parseFrom(InputStream input)
public static ContainerdConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ContainerdConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ContainerdConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ContainerdConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ContainerdConfig getDefaultInstanceForType()
getParserForType()
public Parser<ContainerdConfig> getParserForType()
Overrides
getPrivateRegistryAccessConfig()
public ContainerdConfig.PrivateRegistryAccessConfig getPrivateRegistryAccessConfig()
PrivateRegistryAccessConfig is used to configure access configuration
for private container registries.
.google.container.v1beta1.ContainerdConfig.PrivateRegistryAccessConfig private_registry_access_config = 1;
getPrivateRegistryAccessConfigOrBuilder()
public ContainerdConfig.PrivateRegistryAccessConfigOrBuilder getPrivateRegistryAccessConfigOrBuilder()
PrivateRegistryAccessConfig is used to configure access configuration
for private container registries.
.google.container.v1beta1.ContainerdConfig.PrivateRegistryAccessConfig private_registry_access_config = 1;
getRegistryHosts(int index)
public ContainerdConfig.RegistryHostConfig getRegistryHosts(int index)
RegistryHostConfig configures containerd registry host configuration.
Each registry_hosts represents a hosts.toml file.
At most 25 registry_hosts are allowed.
repeated .google.container.v1beta1.ContainerdConfig.RegistryHostConfig registry_hosts = 3;
| Parameter |
| Name |
Description |
index |
int
|
getRegistryHostsCount()
public int getRegistryHostsCount()
RegistryHostConfig configures containerd registry host configuration.
Each registry_hosts represents a hosts.toml file.
At most 25 registry_hosts are allowed.
repeated .google.container.v1beta1.ContainerdConfig.RegistryHostConfig registry_hosts = 3;
| Returns |
| Type |
Description |
int |
|
getRegistryHostsList()
public List<ContainerdConfig.RegistryHostConfig> getRegistryHostsList()
RegistryHostConfig configures containerd registry host configuration.
Each registry_hosts represents a hosts.toml file.
At most 25 registry_hosts are allowed.
repeated .google.container.v1beta1.ContainerdConfig.RegistryHostConfig registry_hosts = 3;
getRegistryHostsOrBuilder(int index)
public ContainerdConfig.RegistryHostConfigOrBuilder getRegistryHostsOrBuilder(int index)
RegistryHostConfig configures containerd registry host configuration.
Each registry_hosts represents a hosts.toml file.
At most 25 registry_hosts are allowed.
repeated .google.container.v1beta1.ContainerdConfig.RegistryHostConfig registry_hosts = 3;
| Parameter |
| Name |
Description |
index |
int
|
getRegistryHostsOrBuilderList()
public List<? extends ContainerdConfig.RegistryHostConfigOrBuilder> getRegistryHostsOrBuilderList()
RegistryHostConfig configures containerd registry host configuration.
Each registry_hosts represents a hosts.toml file.
At most 25 registry_hosts are allowed.
repeated .google.container.v1beta1.ContainerdConfig.RegistryHostConfig registry_hosts = 3;
| Returns |
| Type |
Description |
List<? extends com.google.container.v1beta1.ContainerdConfig.RegistryHostConfigOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getWritableCgroups()
public ContainerdConfig.WritableCgroups getWritableCgroups()
Optional. WritableCgroups defines writable cgroups configuration for the
node pool.
.google.container.v1beta1.ContainerdConfig.WritableCgroups writable_cgroups = 2 [(.google.api.field_behavior) = OPTIONAL];
getWritableCgroupsOrBuilder()
public ContainerdConfig.WritableCgroupsOrBuilder getWritableCgroupsOrBuilder()
Optional. WritableCgroups defines writable cgroups configuration for the
node pool.
.google.container.v1beta1.ContainerdConfig.WritableCgroups writable_cgroups = 2 [(.google.api.field_behavior) = OPTIONAL];
hasPrivateRegistryAccessConfig()
public boolean hasPrivateRegistryAccessConfig()
PrivateRegistryAccessConfig is used to configure access configuration
for private container registries.
.google.container.v1beta1.ContainerdConfig.PrivateRegistryAccessConfig private_registry_access_config = 1;
| Returns |
| Type |
Description |
boolean |
Whether the privateRegistryAccessConfig field is set.
|
hasWritableCgroups()
public boolean hasWritableCgroups()
Optional. WritableCgroups defines writable cgroups configuration for the
node pool.
.google.container.v1beta1.ContainerdConfig.WritableCgroups writable_cgroups = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the writableCgroups field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ContainerdConfig.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ContainerdConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ContainerdConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides