Get Service Meshes Mesh Mesh Config Sidecar Injector
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
Link copied to clipboard
constructor(autoInjectionPolicyEnabled: Boolean, enableNamespacesByDefault: Boolean, initCniConfigurations: List<GetServiceMeshesMeshMeshConfigSidecarInjectorInitCniConfiguration>, limitCpu: String, limitMemory: String, requestCpu: String, requestMemory: String, sidecarInjectorWebhookAsYaml: String)
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
The configuration of the CNI
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).