Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 762 for Cfg (0.03 sec)

  1. cmd/kubeadm/app/cmd/phases/join/controlplanejoin.go

    	}
    
    	if data.Cfg().ControlPlane == nil {
    		return nil
    	}
    
    	// gets access to the cluster using the identity defined in admin.conf
    	client, err := data.Client()
    	if err != nil {
    		return errors.Wrap(err, "couldn't create Kubernetes client")
    	}
    	cfg, err := data.InitCfg()
    	if err != nil {
    		return err
    	}
    	// in case of external etcd
    	if cfg.Etcd.External != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:09:42 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. tests/integration/security/https_jwt/main_test.go

    	// TODO(garyan): enable the test for "PILOT_JWT_ENABLE_REMOTE_JWKS: true" as well.
    	cfg.ControlPlaneValues = tmpl.MustEvaluate(`
    values:
      pilot: 
        jwksResolverExtraRootCA: |
    {{.pem | indent 6}}
        env: 
          PILOT_JWT_ENABLE_REMOTE_JWKS: false
    meshConfig:
      accessLogFile: /dev/stdout`, map[string]string{"pem": rootCaCert})
    	cfg.ConfigClusterValues = cfg.ControlPlaneValues
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 17 09:55:58 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/util/config/initconfiguration.go

    			cfg.CRISocket = kubeadmapiv1.DefaultContainerRuntimeURLScheme + "://" + cfg.CRISocket
    		}
    	}
    
    	return nil
    }
    
    // SetAPIEndpointDynamicDefaults checks and sets configuration values for the APIEndpoint object
    func SetAPIEndpointDynamicDefaults(cfg *kubeadmapi.APIEndpoint) error {
    	// validate cfg.API.AdvertiseAddress.
    	addressIP := netutils.ParseIPSloppy(cfg.AdvertiseAddress)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 05 12:41:16 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. src/main/java/jcifs/netbios/Name.java

            this.hexCode = hexCode;
            this.scope = scope != null && scope.length() > 0 ? scope : cfg.getNetbiosScope();
            this.srcHashCode = 0;
        }
    
    
        /**
         * @param cfg
         * @param name
         */
        public Name ( Configuration cfg, NetbiosName name ) {
            this.config = cfg;
            this.name = name.getName();
            this.hexCode = name.getNameType();
            this.scope = name.getScope();
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 7.7K bytes
    - Viewed (0)
  5. pkg/test/echo/server/forwarder/xds.go

    		opts = append(opts, grpc.WithResolvers(r))
    	}
    
    	if cfg.getClientCertificate != nil {
    		security = grpc.WithTransportCredentials(credentials.NewTLS(cfg.tlsConfig))
    	}
    
    	address := cfg.Request.Url
    
    	// Connect to the GRPC server.
    	ctx, cancel := context.WithTimeout(context.Background(), common.ConnectionTimeout)
    	defer cancel()
    	opts = append(opts, security, grpc.WithAuthority(cfg.hostHeader))
    	return grpc.DialContext(ctx, address, opts...)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 10 18:09:08 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/v1beta3/defaults.go

    		in.LendablePercent = ptr.To(int32(0))
    	}
    }
    
    func SetDefaults_QueuingConfiguration(cfg *v1beta3.QueuingConfiguration) {
    	if cfg.HandSize == 0 {
    		cfg.HandSize = PriorityLevelConfigurationDefaultHandSize
    	}
    	if cfg.Queues == 0 {
    		cfg.Queues = PriorityLevelConfigurationDefaultQueues
    	}
    	if cfg.QueueLengthLimit == 0 {
    		cfg.QueueLengthLimit = PriorityLevelConfigurationDefaultQueueLengthLimit
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/func_test.go

    					Valu("b", OpConst64, cfg.config.Types.Int64, 26, nil),
    					Valu("sum", OpAdd64, cfg.config.Types.Int64, 0, nil, "a", "b"),
    					Exit("mem"))),
    			cfg.Fun("entry",
    				Bloc("entry",
    					Valu("mem", OpInitMem, types.TypeMem, 0, nil),
    					Valu("a", OpConst64, cfg.config.Types.Int64, 0, nil),
    					Valu("b", OpConst64, cfg.config.Types.Int64, 14, nil),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:01:04 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  8. pkg/credentialprovider/config.go

    func ReadSpecificDockerConfigJSONFile(filePath string) (cfg DockerConfig, err error) {
    	var contents []byte
    
    	if contents, err = os.ReadFile(filePath); err != nil {
    		return nil, err
    	}
    	return readDockerConfigJSONFileFromBytes(contents)
    }
    
    // ReadDockerConfigFile read a docker config file from default path
    func ReadDockerConfigFile() (cfg DockerConfig, err error) {
    	if cfg, err := ReadDockerConfigJSONFile(nil); err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 19 15:11:57 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  9. internal/config/callhome/callhome.go

    func LookupConfig(kvs config.KVS) (cfg Config, err error) {
    	if err = config.CheckValidKeys(config.CallhomeSubSys, kvs, DefaultKVS); err != nil {
    		return cfg, err
    	}
    
    	cfg.Enable = env.Get(config.EnvMinIOCallhomeEnable,
    		kvs.GetWithDefault(Enable, DefaultKVS)) == config.EnableOn
    	cfg.Frequency, err = time.ParseDuration(env.Get(config.EnvMinIOCallhomeFrequency,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. cni/pkg/install/cniconfig.go

    )
    
    func createCNIConfigFile(ctx context.Context, cfg *config.InstallConfig) (string, error) {
    	pluginConfig := plugin.Config{
    		PluginLogLevel:  cfg.PluginLogLevel,
    		LogUDSAddress:   cfg.LogUDSAddress,
    		CNIEventAddress: cfg.CNIEventAddress,
    		AmbientEnabled:  cfg.AmbientEnabled,
    		Kubernetes: plugin.Kubernetes{
    			Kubeconfig:        filepath.Join(cfg.CNINetDir, cfg.KubeconfigFilename),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top