Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CNIConfig (0.19 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.proto

      uint32 ppc64le = 2;
    
      // Sets pod scheduling weight for s390x arch.
      uint32 s390x = 3;
    
      // Sets pod scheduling weight for arm64 arch.
      uint32 arm64 = 4;
    }
    
    // Configuration for CNI.
    message CNIConfig {
      // Controls whether CNI is installed.
      google.protobuf.BoolValue enabled = 1;
    
      // Hub to pull the container image from. Image will be `Hub/Image:Tag-Variant`.
      string hub = 2;
    
    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