Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for cds_config (0.35 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *SDSConfig) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*SDSConfig) ProtoMessage() {}
    
    func (x *SDSConfig) ProtoReflect() protoreflect.Message {
    	mi := &file_pkg_apis_istio_v1alpha1_values_types_proto_msgTypes[35]
    	if protoimpl.UnsafeEnabled && x != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      ProxyInitConfig proxy_init = 29 [json_name = "proxy_init"];
    
      // Specifies the Configuration for the SecretDiscoveryService instead of using K8S secrets to mount the certificates.
      SDSConfig sds = 30;
    
      // Specifies the tag for the Istio docker images.
      google.protobuf.Value tag = 31;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. src/debug/elf/elf.go

    	DT_GNU_HASH     DynTag = 0x6ffffef5
    	DT_TLSDESC_PLT  DynTag = 0x6ffffef6
    	DT_TLSDESC_GOT  DynTag = 0x6ffffef7
    	DT_GNU_CONFLICT DynTag = 0x6ffffef8
    	DT_GNU_LIBLIST  DynTag = 0x6ffffef9
    	DT_CONFIG       DynTag = 0x6ffffefa
    	DT_DEPAUDIT     DynTag = 0x6ffffefb
    	DT_AUDIT        DynTag = 0x6ffffefc
    	DT_PLTPAD       DynTag = 0x6ffffefd
    	DT_MOVETAB      DynTag = 0x6ffffefe
    	DT_SYMINFO      DynTag = 0x6ffffeff
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

      if [[ -z "${flags}" ]]; then
        local -r km_config="${KUBE_HOME}/node-problem-detector/config/kernel-monitor.json"
        # TODO(random-liu): Handle this for alternative container runtime.
        local -r dm_config="${KUBE_HOME}/node-problem-detector/config/docker-monitor.json"
        local -r sm_config="${KUBE_HOME}/node-problem-detector/config/systemd-monitor.json"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top