Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,201 for Configs (0.12 sec)

  1. cmd/bucket-metadata.go

    			}
    			if errors.Is(err, errConfigNotFound) {
    				// legacy file config not found, proceed to look for new metadata.
    				continue
    			}
    
    			return nil, err
    		}
    		configs[legacyFile] = configData
    		b.Created = info.ModTime
    	}
    
    	return configs, nil
    }
    
    func (b *BucketMetadata) convertLegacyConfigs(ctx context.Context, objectAPI ObjectLayer, configs map[string][]byte) error {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    		},
    		{
    			desc:    "Unable to decode",
    			config:  "testdata/invalid-configs/kms/invalid-gvk.yaml",
    			want:    nil,
    			wantErr: `error decoding encryption provider configuration file`,
    		},
    		{
    			desc:    "Unexpected config type",
    			config:  "testdata/invalid-configs/kms/invalid-config-type.yaml",
    			want:    nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/common/deployment/echos.go

    	// were created.
    	Configs echo.ConfigGetter
    }
    
    // AddConfigs appends to the configs to be deployed
    func (c *Config) AddConfigs(configs []echo.Config) *Config {
    	var existing echo.ConfigGetter
    	if c.Configs != nil {
    		existing = c.Configs
    	}
    	c.Configs = func() []echo.Config {
    		var out []echo.Config
    		if existing != nil {
    			out = append(out, existing()...)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. .teamcity/pom.xml

                <plugin>
                    <groupId>org.jetbrains.teamcity</groupId>
                    <artifactId>teamcity-configs-maven-plugin</artifactId>
                    <version>${teamcity.dsl.version}</version>
                    <configuration>
                        <format>kotlin</format>
                        <dstDir>target/generated-configs</dstDir>
                        <contextParameters>
                            <Branch>${dslContextParameter.branch}</Branch>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:44:21 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. .bazelrc

    test:rbe_cross_compile_linux_arm64 --config=rbe_cross_compile_base
    
    # RBE cross-compile configs for XLA Linux Aarch64
    build:rbe_cross_compile_linux_arm64_xla --config=cross_compile_linux_arm64_xla
    build:rbe_cross_compile_linux_arm64_xla --config=rbe_cross_compile_base_xla
    test:rbe_cross_compile_linux_arm64_xla --config=rbe_cross_compile_base_xla
    
    # END LINUX AARCH64 CROSS-COMPILE CONFIGS
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. pilot/pkg/model/push_context.go

    }
    
    // Testing Only. This allows tests to inject a config without having the mock.
    func (ps *PushContext) SetDestinationRulesForTesting(configs []config.Config) {
    	ps.setDestinationRules(configs)
    }
    
    // sortConfigBySelectorAndCreationTime sorts the list of config objects based on priority and creation time.
    func sortConfigBySelectorAndCreationTime(configs []config.Config) []config.Config {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  7. pkg/test/framework/components/environment/kube/kube.go

    	return e.id
    }
    
    func (e *Environment) Settings() *Settings {
    	return e.s.clone()
    }
    
    func buildClusters(configs []cluster.Config) (cluster.Clusters, error) {
    	scopes.Framework.Infof("=== BEGIN: Building clusters ===")
    
    	// use multierror to give as much detail as possible if the config is bad
    	var errs error
    	defer func() {
    		if errs != nil {
    			scopes.Framework.Infof("=== FAILED: Building clusters ===")
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. pilot/pkg/xds/bench_test.go

    		Configs:                configs,
    		KubernetesObjectString: k8sConfig,
    		// Allow debounce to avoid overwhelming with writes
    		DebounceTime:               time.Millisecond * 10,
    		DisableSecretAuthorization: true,
    		MeshConfig:                 m,
    	})
    
    	return s, proxy
    }
    
    var (
    	configCache    = map[ConfigInput][]config.Config{}
    	k8sConfigCache = map[ConfigInput]string{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 18:13:40 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  9. .teamcity/src/main/kotlin/util/RerunFlakyTest.kt

    import common.functionalTestParameters
    import common.gradleWrapper
    import common.killProcessStep
    import configurations.CompileAll
    import jetbrains.buildServer.configs.kotlin.BuildStep
    import jetbrains.buildServer.configs.kotlin.BuildType
    import jetbrains.buildServer.configs.kotlin.ParameterDisplay
    
    class RerunFlakyTest(os: Os, arch: Arch = Arch.AMD64) : BuildType({
        val id = "Util_RerunFlakyTest${os.asName()}${arch.asName()}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/config/v1alpha1/defaults.go

    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    // embedded configs. Forcing consumers to use these defaults would be problematic
    // as defaulting in the scheme is done as part of the conversion, and there would
    // be no easy way to opt-out. Instead, if you want to use this defaulting method
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top