Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for configValidation (0.36 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

      values: |-
        {
          "global": {
            "autoscalingv2API": true,
            "caAddress": "",
            "caName": "",
            "certSigners": [],
            "configCluster": false,
            "configValidation": true,
            "defaultPodDisruptionBudget": {
              "enabled": true
            },
            "defaultResources": {
              "requests": {
                "cpu": "10m"
              }
            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      repeated string certSigners = 68;
    
      // TODO: remove this?
      // No longer used.
      string configRootNamespace = 50;
    
      // Controls whether the server-side validation is enabled.
      google.protobuf.BoolValue configValidation = 3;
    
      // TODO: remove this?
      // No longer used.
      repeated string defaultConfigVisibilitySettings = 52;
      // Default k8s node selector for all the Istio control plane components
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top