Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for CM (0.04 sec)

  1. istioctl/pkg/kubeinject/kubeinject.go

      # Capture cluster configuration for later use with kube-inject
      kubectl -n istio-system get cm istio-sidecar-injector  -o jsonpath="{.data.config}" > /tmp/inj-template.tmpl
      kubectl -n istio-system get cm istio -o jsonpath="{.data.mesh}" > /tmp/mesh.yaml
      kubectl -n istio-system get cm istio-sidecar-injector -o jsonpath="{.data.values}" > /tmp/values.json
    
      # Use kube-inject based on captured configuration
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 16:31:46 UTC 2024
    - 21K bytes
    - Viewed (0)
  2. fastapi/dependencies/utils.py

    ) -> Any:
        if is_gen_callable(call):
            cm = contextmanager_in_threadpool(contextmanager(call)(**sub_values))
        elif is_async_gen_callable(call):
            cm = asynccontextmanager(call)(**sub_values)
        return await stack.enter_async_context(cm)
    
    
    @dataclass
    class SolvedDependency:
        values: Dict[str, Any]
        errors: List[Any]
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 21:46:26 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. helm/minio/values.yaml

      resources:
        requests:
          memory: 128Mi
      ## Additional volumes to add to the post-job.
      extraVolumes: []
        # - name: extra-policies
        #   configMap:
        #     name: my-extra-policies-cm
      ## Additional volumeMounts to add to the custom commands container when
      ## running the post-job.
      extraVolumeMounts: []
        # - name: extra-policies
        #   mountPath: /mnt/extras/
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 15:48:31 UTC 2024
    - 18.8K bytes
    - Viewed (1)
  4. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    cloudns.in cloudns.info cloudns.org cloudns.pro cloudns.pw cloudns.us cloudsite.builders cloudycluster.net club club.aero club.tw clubmed cm cn cn-north-1.eb.amazonaws.com.cn cn-northwest-1.eb.amazonaws.com.cn cn.com cn.eu.org cn.in cn.it cn.ua cn.vu cng.br cnpy.gdn cnt.br co co.ae co.ag co.am co.ao co.at co.bb co.bi co.bj co.bn co.business co.bw co.ca co.ci co.cl co.cm co.com co.cr co.cz co.dk co.education co.events co.financial co.gg co.gl co.gy co.hu co.id co.il co.im co.in co.ir co.it co.je co.jp...
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (1)
  5. cmd/testdata/xl-meta-merge.zip

    ý„Scl„lJwSËuD¼DAèh}èk¨k`¼Âbi:zyON¼íIEpyZe<LYºœêˆˆPŽ±—ƒBƒ´ °˜¨ ’ º°˜€ˆiòÔºfm{¾ûp¸Kyzà Väa<ÎñknºwJ}rÓ¦\{c ( go{ miR¸Aguª@PI (DYIKE~ VAˆorsaDï²zwoYsV}4¢YV~WEì0{úpóå^G ®aRLªnÖ{Ey}„BduªyYTÎ÷òTKŽmr¾^pïˆ qò ¼WKdÚcr¬Ä^“awˆEEÆ>ý|Míºwmî`qÙÜ¢C]ûVc€{pMªµ½§oñ}`qzStha cm&ê QMyz„QÕ¸VPᆗ]p)‘¬ PûeB^º@ooà ûoW_ýv~håh}¼Noqì2¢ Ow’­6__ZŠwW jc 7qV †#fesTÜ fg ~/83lïËB—wË `u)minio·åvggò|“ic±ªbñ~¾÷Q\K¬eVpñVmeÜyyh²mò†UqW`oªÜ\e†HuAH gieuEìl详õ oUô ¼,YT¸{RxfeyEÜQW`¼bï<]RYZu^Õî²I=1 ¢rxpBS„)1][|–yy»ì]wW1 (å9û0ûR]N§naPIôåÄOTq³ocxc...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. helm-releases/minio-5.3.0.tgz

    customCommandJob customCommandJob: securityContext: enabled: false runAsUser: 1000 runAsGroup: 1000 resources: requests: memory: 128Mi ## Additional volumes to add to the post-job. extraVolumes: [] # - name: extra-policies # configMap: # name: my-extra-policies-cm ## Additional volumeMounts to add to the custom commands container when ## running the post-job. extraVolumeMounts: [] # - name: extra-policies # mountPath: /mnt/extras/ # Command to run after the main command on exit exitCommand: "" ## Merge jobs postJob:...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 11 12:21:05 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top