ServiceMeshMeshConfigSidecarInjector

data class ServiceMeshMeshConfigSidecarInjector(val autoInjectionPolicyEnabled: Boolean? = null, val enableNamespacesByDefault: Boolean? = null, val limitCpu: String? = null, val limitMemory: String? = null, val requestCpu: String? = null, val requestMemory: String? = null)

Constructors

Link copied to clipboard
fun ServiceMeshMeshConfigSidecarInjector(autoInjectionPolicyEnabled: Boolean? = null, enableNamespacesByDefault: Boolean? = null, limitCpu: String? = null, limitMemory: String? = null, requestCpu: String? = null, requestMemory: String? = null)

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
val limitCpu: String? = null

The limit cpu of the Sidecar injector Pods.

Link copied to clipboard
val limitMemory: String? = null

Sidecar injector Pods on the throttle.

Link copied to clipboard
val requestCpu: String? = null

The requested cpu the Sidecar injector Pods.

Link copied to clipboard
val requestMemory: String? = null

The requested memory the Sidecar injector Pods.