Home
last modified time | relevance | path

Searched defs:clientConfig (Results 1 – 25 of 673) sorted by relevance

12345678910>>...27

/dports/security/vault/vault-1.8.2/builtin/credential/aws/
H A Dpath_config_client.go337 type clientConfig struct { struct
338 AccessKey string `json:"access_key"`
339 SecretKey string `json:"secret_key"`
340 Endpoint string `json:"endpoint"`
341 IAMEndpoint string `json:"iam_endpoint"`
342 STSEndpoint string `json:"sts_endpoint"`
343 STSRegion string `json:"sts_region"`
344 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
345 AllowedSTSHeaderValues []string `json:"allowed_sts_header_values"`
346 MaxRetries int `json:"max_retries"`
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cli-runtime/pkg/genericclioptions/
H A Dclient_config.go39 type clientConfig struct { struct
40 defaultClientConfig clientcmd.ClientConfig
43 func (c *clientConfig) RawConfig() (clientcmdapi.Config, error) {
52 func (c *clientConfig) ClientConfig() (*restclient.Config, error) {
61 func (c *clientConfig) Namespace() (string, bool, error) {
70 func (c *clientConfig) ConfigAccess() clientcmd.ConfigAccess {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/cli-runtime/pkg/genericclioptions/
H A Dclient_config.go38 type clientConfig struct { struct
39 defaultClientConfig clientcmd.ClientConfig
42 func (c *clientConfig) RawConfig() (clientcmdapi.Config, error) {
51 func (c *clientConfig) ClientConfig() (*restclient.Config, error) {
60 func (c *clientConfig) Namespace() (string, bool, error) {
69 func (c *clientConfig) ConfigAccess() clientcmd.ConfigAccess {
/dports/sysutils/helmfile/vault-f6547fa8e820/builtin/credential/aws/
H A Dpath_config_client.go295 type clientConfig struct { struct
296 AccessKey string `json:"access_key"`
297 SecretKey string `json:"secret_key"`
298 Endpoint string `json:"endpoint"`
299 IAMEndpoint string `json:"iam_endpoint"`
300 STSEndpoint string `json:"sts_endpoint"`
301 STSRegion string `json:"sts_region"`
302 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
303 MaxRetries int `json:"max_retries"`
/dports/misc/concourse/vault-bdd38fca2cff/builtin/credential/aws/
H A Dpath_config_client.go278 type clientConfig struct { struct
279 AccessKey string `json:"access_key"`
280 SecretKey string `json:"secret_key"`
281 Endpoint string `json:"endpoint"`
282 IAMEndpoint string `json:"iam_endpoint"`
283 STSEndpoint string `json:"sts_endpoint"`
284 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
285 MaxRetries int `json:"max_retries"`
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/credential/aws/
H A Dpath_config_client.go278 type clientConfig struct { struct
279 AccessKey string `json:"access_key"`
280 SecretKey string `json:"secret_key"`
281 Endpoint string `json:"endpoint"`
282 IAMEndpoint string `json:"iam_endpoint"`
283 STSEndpoint string `json:"sts_endpoint"`
284 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
285 MaxRetries int `json:"max_retries"`
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/olivere/elastic/
H A Doption.go15 type clientConfig struct { struct
16 serviceName string
17 transport *http.Transport
18 analyticsRate float64
19 resourceNamer func(url, method string) string
25 func defaults(cfg *clientConfig) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/olivere/elastic/
H A Doption.go15 type clientConfig struct { struct
16 serviceName string
17 transport *http.Transport
18 analyticsRate float64
19 resourceNamer func(url, method string) string
25 func defaults(cfg *clientConfig) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/credential/aws/
H A Dpath_config_client.go270 type clientConfig struct { struct
271 AccessKey string `json:"access_key"`
272 SecretKey string `json:"secret_key"`
273 Endpoint string `json:"endpoint"`
274 IAMEndpoint string `json:"iam_endpoint"`
275 STSEndpoint string `json:"sts_endpoint"`
276 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
277 MaxRetries int `json:"max_retries"`
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/builtin/credential/aws/
H A Dpath_config_client.go270 type clientConfig struct { struct
271 AccessKey string `json:"access_key"`
272 SecretKey string `json:"secret_key"`
273 Endpoint string `json:"endpoint"`
274 IAMEndpoint string `json:"iam_endpoint"`
275 STSEndpoint string `json:"sts_endpoint"`
276 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
277 MaxRetries int `json:"max_retries"`
/dports/sysutils/gomplate/vault-sdk-v0.1.13/builtin/credential/aws/
H A Dpath_config_client.go270 type clientConfig struct { struct
271 AccessKey string `json:"access_key"`
272 SecretKey string `json:"secret_key"`
273 Endpoint string `json:"endpoint"`
274 IAMEndpoint string `json:"iam_endpoint"`
275 STSEndpoint string `json:"sts_endpoint"`
276 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
277 MaxRetries int `json:"max_retries"`
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/builtin/credential/aws/
H A Dpath_config_client.go270 type clientConfig struct { struct
271 AccessKey string `json:"access_key"`
272 SecretKey string `json:"secret_key"`
273 Endpoint string `json:"endpoint"`
274 IAMEndpoint string `json:"iam_endpoint"`
275 STSEndpoint string `json:"sts_endpoint"`
276 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
277 MaxRetries int `json:"max_retries"`
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/builtin/credential/aws/
H A Dpath_config_client.go270 type clientConfig struct { struct
271 AccessKey string `json:"access_key"`
272 SecretKey string `json:"secret_key"`
273 Endpoint string `json:"endpoint"`
274 IAMEndpoint string `json:"iam_endpoint"`
275 STSEndpoint string `json:"sts_endpoint"`
276 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
277 MaxRetries int `json:"max_retries"`
/dports/sysutils/istio/vault-sdk-v0.1.12/builtin/credential/aws/
H A Dpath_config_client.go270 type clientConfig struct { struct
271 AccessKey string `json:"access_key"`
272 SecretKey string `json:"secret_key"`
273 Endpoint string `json:"endpoint"`
274 IAMEndpoint string `json:"iam_endpoint"`
275 STSEndpoint string `json:"sts_endpoint"`
276 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
277 MaxRetries int `json:"max_retries"`
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/builtin/credential/aws/
H A Dpath_config_client.go270 type clientConfig struct { struct
271 AccessKey string `json:"access_key"`
272 SecretKey string `json:"secret_key"`
273 Endpoint string `json:"endpoint"`
274 IAMEndpoint string `json:"iam_endpoint"`
275 STSEndpoint string `json:"sts_endpoint"`
276 IAMServerIdHeaderValue string `json:"iam_server_id_header_value"`
277 MaxRetries int `json:"max_retries"`
/dports/sysutils/istio/istio-1.6.7/security/pkg/nodeagent/caclient/providers/vault/
H A Dclient_test.go59 type clientConfig struct { struct
60 tls bool
61 tlsCert []byte
62 vaultAddr string
63 vaultLoginRole string
64 vaultLoginPath string
65 vaultSignCsrPath string
66 clientToken string
67 csr []byte
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/go-redis/redis/
H A Doption.go14 type clientConfig struct { struct
15 serviceName string
16 analyticsRate float64
22 func defaults(cfg *clientConfig) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/go-redis/redis.v7/
H A Doption.go14 type clientConfig struct { struct
15 serviceName string
16 analyticsRate float64
22 func defaults(cfg *clientConfig) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/go-redis/redis.v8/
H A Doption.go14 type clientConfig struct { struct
15 serviceName string
16 analyticsRate float64
22 func defaults(cfg *clientConfig) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/go-redis/redis/
H A Doption.go14 type clientConfig struct { struct
15 serviceName string
16 analyticsRate float64
22 func defaults(cfg *clientConfig) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/go-redis/redis.v7/
H A Doption.go14 type clientConfig struct { struct
15 serviceName string
16 analyticsRate float64
22 func defaults(cfg *clientConfig) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/go-redis/redis.v8/
H A Doption.go14 type clientConfig struct { struct
15 serviceName string
16 analyticsRate float64
22 func defaults(cfg *clientConfig) {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/sd/zk/
H A Dclient.go48 type clientConfig struct { struct
49 logger log.Logger
50 acl []zk.ACL
51 credentials []byte
52 connectTimeout time.Duration
53 sessionTimeout time.Duration
54 rootNodePayload [][]byte
55 eventHandler func(zk.Event)
63 clientConfig anonMember
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/sd/zk/
H A Dclient.go48 type clientConfig struct { struct
49 logger log.Logger
50 acl []zk.ACL
51 credentials []byte
52 connectTimeout time.Duration
53 sessionTimeout time.Duration
54 rootNodePayload [][]byte
55 eventHandler func(zk.Event)
63 clientConfig anonMember
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-kit/kit/sd/zk/
H A Dclient.go48 type clientConfig struct { struct
49 logger log.Logger
50 acl []zk.ACL
51 credentials []byte
52 connectTimeout time.Duration
53 sessionTimeout time.Duration
54 rootNodePayload [][]byte
55 eventHandler func(zk.Event)
63 clientConfig anonMember

12345678910>>...27