Interface ContainerOverrideOrBuilder (1.87.0)

public interface ContainerOverrideOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContainerName()

public abstract String getContainerName()

Required. The name of the container.

string container_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The containerName.

getContainerNameBytes()

public abstract ByteString getContainerNameBytes()

Required. The name of the container.

string container_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for containerName.

getCpuLimit()

public abstract String getCpuLimit()

Optional. The cpu limit of the container. Use the following CPU resource units: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu.

string cpu_limit = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The cpuLimit.

getCpuLimitBytes()

public abstract ByteString getCpuLimitBytes()

Optional. The cpu limit of the container. Use the following CPU resource units: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu.

string cpu_limit = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for cpuLimit.

getCpuRequest()

public abstract String getCpuRequest()

Optional. The cpu request of the container. Use the following CPU resource units: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu.

string cpu_request = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The cpuRequest.

getCpuRequestBytes()

public abstract ByteString getCpuRequestBytes()

Optional. The cpu request of the container. Use the following CPU resource units: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu.

string cpu_request = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for cpuRequest.

getMemoryLimit()

public abstract String getMemoryLimit()

Optional. The memory limit of the container. Use the following memory resource units: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory.

string memory_limit = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The memoryLimit.

getMemoryLimitBytes()

public abstract ByteString getMemoryLimitBytes()

Optional. The memory limit of the container. Use the following memory resource units: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory.

string memory_limit = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for memoryLimit.

getMemoryRequest()

public abstract String getMemoryRequest()

Optional. The memory request of the container. Use the following memory resource units: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory.

string memory_request = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The memoryRequest.

getMemoryRequestBytes()

public abstract ByteString getMemoryRequestBytes()

Optional. The memory request of the container. Use the following memory resource units: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory.

string memory_request = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for memoryRequest.