Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for disabled_features (0.15 sec)

  1. samples/addons/kiali.yaml

        istio_namespace: istio-system
        kiali_feature_flags:
          certificates_information_indicators:
            enabled: true
            secrets:
            - cacerts
            - istio-ca-secret
          disabled_features: []
          validations:
            ignore:
            - KIA1301
        login_token:
          signing_key: CHANGEME00000000
        server:
          observability:
            metrics:
              enabled: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/defaults_test.go

    func TestWorkloadDefaults(t *testing.T) {
    	t.Run("enabled_features", func(t *testing.T) { testWorkloadDefaults(t, true) })
    	t.Run("disabled_features", func(t *testing.T) { testWorkloadDefaults(t, false) })
    }
    func testWorkloadDefaults(t *testing.T, featuresEnabled bool) {
    	allFeatures := utilfeature.DefaultFeatureGate.DeepCopy().GetAll()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  3. pkg/kubeapiserver/options/authentication_test.go

    		testWebHook                       *WebHookAuthenticationOptions
    		testAuthenticationConfigFile      string
    		expectErr                         string
    		enabledFeatures, disabledFeatures []featuregate.Feature
    	}{
    		{
    			name: "test when OIDC and ServiceAccounts are nil",
    		},
    		{
    			name: "test when OIDC and ServiceAccounts are valid",
    			testOIDC: &OIDCAuthenticationOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
Back to top