GetServiceMeshesMeshMeshConfigSidecarInjector

data class GetServiceMeshesMeshMeshConfigSidecarInjector(val autoInjectionPolicyEnabled: Boolean, val enableNamespacesByDefault: Boolean, val initCniConfigurations: List<GetServiceMeshesMeshMeshConfigSidecarInjectorInitCniConfiguration>, val limitCpu: String, val limitMemory: String, val requestCpu: String, val requestMemory: String, val sidecarInjectorWebhookAsYaml: String)

Constructors

constructor(autoInjectionPolicyEnabled: Boolean, enableNamespacesByDefault: Boolean, initCniConfigurations: List<GetServiceMeshesMeshMeshConfigSidecarInjectorInitCniConfiguration>, limitCpu: String, limitMemory: String, requestCpu: String, requestMemory: String, sidecarInjectorWebhookAsYaml: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable by Pod Annotations automatic injection Sidecar.

Link copied to clipboard

Whether it is the all namespaces you turn on the auto injection capabilities.

Link copied to clipboard

Sidecar injector Pods on the throttle.

Link copied to clipboard

The memory limit of the Sidecar injector Pods.

Link copied to clipboard

The requested cpu the Sidecar injector Pods.

Link copied to clipboard

The requested memory the Sidecar injector Pods.

Link copied to clipboard

Other automatic injection Sidecar configuration (in YAML format).