Home
last modified time | relevance | path

Searched refs:kubeconfig (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/util/i18n/translations/kubectl/zh_TW/LC_MESSAGES/
H A Dk8s.po24 msgstr "刪除 kubeconfig 檔案中指定的叢集(cluster)"
28 msgstr "刪除 kubeconfig 檔案中指定的 context"
36 msgstr "顯示 kubeconfig 檔案中定義的叢集(cluster)"
39 msgid "Display merged kubeconfig settings or a specified kubeconfig file"
40 msgstr "顯示合併的 kubeconfig 配置或一個指定的 kubeconfig 檔案"
43 msgid "Modify kubeconfig files"
44 msgstr "修改 kubeconfig 檔案"
63 #~ msgstr "設置 kubeconfig 檔案中的一個使用者條目"
66 #~ msgstr "設置 kubeconfig 檔案中的一個值"
69 #~ msgstr "設置 kubeconfig 檔案中的目前 context"
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dkubeadm.py163 kubeconfig=None,
222 ("kubeconfig", kubeconfig),
465 ("kubeconfig", kubeconfig),
516 ("kubeconfig", kubeconfig),
530 kubeconfig=None,
571 ("kubeconfig", kubeconfig),
585 kubeconfig=None,
624 ("kubeconfig", kubeconfig),
639 kubeconfig=None,
862 kubeconfig=None,
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/util/i18n/translations/kubectl/ko_KR/LC_MESSAGES/
H A Dk8s.po25 msgstr "kubeconfig에서 지정된 클러스터를 삭제합니다"
30 msgstr "kubeconfig에서 지정된 컨텍스트를 삭제합니다"
40 msgstr "kubeconfig에 정의된 클러스터를 표시합니다"
44 msgid "Display merged kubeconfig settings or a specified kubeconfig file"
45 msgstr "병합된 kubeconfig 설정 또는 지정된 kubeconfig 파일을 표시합니다"
49 msgid "Modify kubeconfig files"
50 msgstr "kubeconfig 파일을 수정합니다"
66 #~ msgstr "kubeconfig에서 클러스터 항목을 설정합니다"
70 #~ msgstr "kubeconfig에서 컨텍스트 항목을 설정합니다"
74 #~ msgstr "kubeconfig에서 사용자 항목을 설정합니다"
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/util/webhook/
H A Dauthentication_test.go31 kubeconfig clientcmdapi.Config
42 kubeconfig: clientcmdapi.Config{
58 kubeconfig: clientcmdapi.Config{
70 kubeconfig: clientcmdapi.Config{
81 kubeconfig: clientcmdapi.Config{
92 kubeconfig: clientcmdapi.Config{
103 kubeconfig: clientcmdapi.Config{
115 kubeconfig: clientcmdapi.Config{
129 kubeconfig: clientcmdapi.Config{
143 kubeconfig: clientcmdapi.Config{
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/util/webhook/
H A Dauthentication_test.go31 kubeconfig clientcmdapi.Config
42 kubeconfig: clientcmdapi.Config{
58 kubeconfig: clientcmdapi.Config{
70 kubeconfig: clientcmdapi.Config{
81 kubeconfig: clientcmdapi.Config{
92 kubeconfig: clientcmdapi.Config{
103 kubeconfig: clientcmdapi.Config{
115 kubeconfig: clientcmdapi.Config{
129 kubeconfig: clientcmdapi.Config{
143 kubeconfig: clientcmdapi.Config{
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/kube/
H A Dconfig.go34 func BuildClientConfig(kubeconfig, context string) (*rest.Config, error) { argument
35 return BuildClientCmd(kubeconfig, context).ClientConfig()
43 func BuildClientCmd(kubeconfig, context string) clientcmd.ClientConfig { argument
44 if kubeconfig != "" {
45 info, err := os.Stat(kubeconfig)
49 kubeconfig = ""
60 loadingRules.ExplicitPath = kubeconfig
71 func CreateClientset(kubeconfig, context string, fns ...func(*rest.Config)) (*kubernetes.Clientset,… argument
72 c, err := BuildClientConfig(kubeconfig, context)
84 func CreateMetadataClient(kubeconfig, context string, fns ...func(*rest.Config)) (metadata.Interfac… argument
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/kubemark/resources/
H A Dhollow-node_template.yaml25 - name: kubeconfig-volume
27 secretName: kubeconfig
55 "--kubeconfig=/kubeconfig/kubelet.kubeconfig",
62 - name: kubeconfig-volume
63 mountPath: /kubeconfig
86 "--kubeconfig=/kubeconfig/kubeproxy.kubeconfig",
92 - name: kubeconfig-volume
93 mountPath: /kubeconfig
111 …override="https://{{master_ip}}:443?inClusterConfig=false&auth=/kubeconfig/npd.kubeconfig" --alsol…
113 - name: kubeconfig-volume
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/util/i18n/translations/kubectl/fr_FR/LC_MESSAGES/
H A Dk8s.po25 msgstr "Supprimer le cluster spécifié du kubeconfig"
39 msgid "Display clusters defined in the kubeconfig"
44 msgid "Display merged kubeconfig settings or a specified kubeconfig file"
46 "Afficher les paramètres fusionnés de kubeconfig ou d'un fichier kubeconfig "
51 msgid "Modify kubeconfig files"
52 msgstr "Modifier des fichiers kubeconfig"
69 #~ msgid "Sets a cluster entry in kubeconfig"
70 #~ msgstr "Définit un cluster dans kubeconfig"
73 #~ msgid "Sets a context entry in kubeconfig"
74 #~ msgstr "Définit un contexte dans kubeconfig"
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/serving/
H A Dserving_test.go196 "--kubeconfig", kubeconfig,
202 "--kubeconfig", kubeconfig,
207 "--kubeconfig", kubeconfig,
211 "--kubeconfig", kubeconfig,
219 "--kubeconfig", kubeconfig,
227 "--kubeconfig", kubeconfig,
234 "--kubeconfig", kubeconfig,
241 "--kubeconfig", kubeconfig,
250 "--kubeconfig", kubeconfig,
342 "--kubeconfig", kubeconfig,
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/container/hub/
H A Dgwkubeconfig_util.py120 kubeconfig = cls(EmptyKubeconfig(), filename)
121 kubeconfig.SaveToFile()
122 return kubeconfig
132 kubeconfig = encoding.GetEncodedValue(os.environ, 'KUBECONFIG')
133 if kubeconfig:
134 kubeconfig = kubeconfig.split(os.pathsep)[0]
135 return os.path.abspath(kubeconfig)
155 def Merge(self, kubeconfig): argument
166 list(kubeconfig.clusters.items()) + list(self.clusters.items()))
168 list(kubeconfig.users.items()) + list(self.users.items()))
[all …]
/dports/devel/py-gs_api_client/gs_api_client-1.1.1/gs_api_client/swagger/models/
H A Dpaas_service_credentials_inner.py49 …def __init__(self, kubeconfig=None, expiration_time=None, password=None, username=None, type=None)… argument
59 if kubeconfig is not None:
60 self.kubeconfig = kubeconfig
70 def kubeconfig(self): member in PaasServiceCredentialsInner
80 @kubeconfig.setter
81 def kubeconfig(self, kubeconfig): member in PaasServiceCredentialsInner
90 self._kubeconfig = kubeconfig
/dports/sysutils/istio/istio-1.6.7/istioctl/pkg/multicluster/
H A Denv.go48 kubeconfig string member
52 return kube.CreateClientset(e.kubeconfig, context)
74 func NewEnvironment(kubeconfig, context string, stdout, stderr io.Writer) (*KubeEnvironment, error)… argument
75 config, err := kube.BuildClientCmd(kubeconfig, context).ConfigAccess().GetStartingConfig()
84 kubeconfig: kubeconfig,
88 func NewEnvironmentFromCobra(kubeconfig, context string, cmd *cobra.Command) (Environment, error) { argument
89 return NewEnvironment(kubeconfig, context, cmd.OutOrStdout(), cmd.OutOrStderr())
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/container/
H A Dkubeconfig.py120 kubeconfig = cls(EmptyKubeconfig(), filename)
121 kubeconfig.SaveToFile()
122 return kubeconfig
132 kubeconfig = encoding.GetEncodedValue(os.environ, 'KUBECONFIG')
133 if kubeconfig:
134 kubeconfig = kubeconfig.split(os.pathsep)[0]
135 return os.path.abspath(kubeconfig)
155 def Merge(self, kubeconfig): argument
166 list(kubeconfig.clusters.items()) + list(self.clusters.items()))
168 list(kubeconfig.users.items()) + list(self.users.items()))
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/examples/eks/update-kubeconfig/
H A D_description.rst11 The resulting kubeconfig is created as a new file or merged with an existing kubeconfig file using …
13 …fy a path with the --kubeconfig option, then the resulting configuration file is created there or …
14 …created at the first entry in that variable or merged with an existing kubeconfig at that location…
15 …file is created at the default kubeconfig path (.kube/config) in your home directory or merged wit…
17 * When update-kubeconfig writes a configuration to a kubeconfig file, the current-context of the ku…
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/examples/leader-election/
H A DREADME.md11 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
14 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
17 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
20 > You can ignore the `-kubeconfig` flag if you are running these commands in the Kubernetes cluster.
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/examples/leader-election/
H A DREADME.md11 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
14 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
17 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
20 > You can ignore the `-kubeconfig` flag if you are running these commands in the Kubernetes cluster.
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/examples/leader-election/
H A DREADME.md11 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
14 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
17 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
20 > You can ignore the `-kubeconfig` flag if you are running these commands in the Kubernetes cluster.
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/examples/leader-election/
H A DREADME.md11 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
14 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
17 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
20 > You can ignore the `-kubeconfig` flag if you are running these commands in the Kubernetes cluster.
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/examples/leader-election/
H A DREADME.md11 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
14 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
17 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
20 > You can ignore the `-kubeconfig` flag if you are running these commands in the Kubernetes cluster.
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/examples/leader-election/
H A DREADME.md11 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
14 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
17 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
20 > You can ignore the `-kubeconfig` flag if you are running these commands in the Kubernetes cluster.
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/examples/leader-election/
H A DREADME.md11 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
14 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
17 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
20 > You can ignore the `-kubeconfig` flag if you are running these commands in the Kubernetes cluster.
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/examples/leader-election/
H A DREADME.md11 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
14 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
17 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
20 > You can ignore the `-kubeconfig` flag if you are running these commands in the Kubernetes cluster.
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/examples/leader-election/
H A DREADME.md11 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
14 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
17 go run main.go -kubeconfig=/path/to/kubeconfig -logtostderr=true -lease-lock-name=example -lease-lo…
20 > You can ignore the `-kubeconfig` flag if you are running these commands in the Kubernetes cluster.
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/docs/reference/commandline/
H A Dcontext_export.md12 Export a context to a tar or kubeconfig file
15 --kubeconfig Export as a kubeconfig file
21 (or with `kubectl` if `--kubeconfig` is set). Default output filename is
22 `<CONTEXT>.dockercontext`, or `<CONTEXT>.kubeconfig` if `--kubeconfig` is set.
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/docs/reference/commandline/
H A Dcontext_export.md12 Export a context to a tar or kubeconfig file
15 --kubeconfig Export as a kubeconfig file
21 (or with `kubectl` if `--kubeconfig` is set). Default output filename is
22 `<CONTEXT>.dockercontext`, or `<CONTEXT>.kubeconfig` if `--kubeconfig` is set.

12345678910>>...28