Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,164 for Decref (0.12 sec)

  1. pilot/pkg/xds/sds.go

    // and push skipping. This is because an secret potentially has a dependency on the same secret with or without
    // the -cacert suffix. By including this dependency we ensure we do not miss any updates.
    // This is important for cases where we have a compound secret. In this case, the `foo` secret may update,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 23:04:36 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. pkg/kubelet/util/manager/watch_based_manager_test.go

    		desc     string
    		initial  *v1.Secret
    		eventual *v1.Secret
    	}{
    		{
    			desc:     "secret doesn't exist, created as mutable",
    			initial:  nil,
    			eventual: secret("200", false),
    		},
    		{
    			desc:     "secret doesn't exist, created as immutable",
    			initial:  nil,
    			eventual: secret("200", true),
    		},
    		{
    			desc:     "mutable secret modified to mutable",
    			initial:  secret("100", false),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 10:05:43 UTC 2023
    - 17.2K bytes
    - Viewed (0)
  3. pkg/volume/secret/secret_test.go

    	caseMappingMode := int32(0400)
    	cases := []struct {
    		name     string
    		mappings []v1.KeyToPath
    		secret   *v1.Secret
    		mode     int32
    		optional bool
    		payload  map[string]util.FileProjection
    		success  bool
    	}{
    		{
    			name: "no overrides",
    			secret: &v1.Secret{
    				Data: map[string][]byte{
    					"foo": []byte("foo"),
    					"bar": []byte("bar"),
    				},
    			},
    			mode: 0644,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 01 15:56:32 UTC 2022
    - 19.5K bytes
    - Viewed (0)
  4. helm-releases/minio-3.6.4.tgz

    displayed in the output of a successful install. ### Existing secret Instead of having this chart create the secret for you, you can supply a preexisting secret, much like an existing PersistentVolumeClai. First, create the secret: ```bash kubectl create secret generic my-minio-secret --from-literal=rootUser=foobarbaz --from-literal=rootPassword=foobarbazqux ``` Then install the chart, specifying that you want to use an existing secret: ```bash helm install --set existingSecret=my-minio-secret minio/minio...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Apr 12 01:30:28 UTC 2022
    - 17.9K bytes
    - Viewed (0)
  5. pkg/controller/bootstrap/util_test.go

    		{
    			"Signing token with no ID",
    			"", givenTokenSecret, "true", "", false,
    		},
    		{
    			"Signing token with no secret",
    			givenTokenID, "", "true", "", false,
    		},
    	}
    
    	for _, tc := range cases {
    		t.Run(tc.description, func(t *testing.T) {
    			_, ctx := ktesting.NewTestContext(t)
    			secret := &v1.Secret{
    				ObjectMeta: metav1.ObjectMeta{
    					Namespace:       metav1.NamespaceSystem,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 02:18:40 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  6. istioctl/pkg/multicluster/remote_secret_test.go

    			Name:      testServiceAccountName,
    			Namespace: testNamespace,
    		},
    	}
    
    	for _, secret := range secrets {
    		sa.Secrets = append(sa.Secrets, v1.ObjectReference{
    			Name:      secret,
    			Namespace: testNamespace,
    		})
    	}
    
    	return sa
    }
    
    func makeSecret(name, caData, token string) *v1.Secret {
    	out := &v1.Secret{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:        name,
    			Namespace:   testNamespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 20.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/testdata/valid-configs/identity-first.yaml

              endpoint: unix:///tmp/testprovider.sock
          - aescbc:
              keys:
                - name: key1
                  secret: c2VjcmV0IGlzIHNlY3VyZQ==
                - name: key2
                  secret: dGhpcyBpcyBwYXNzd29yZA==
          - secretbox:
              keys:
                - name: key1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 30 23:18:14 UTC 2023
    - 903 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/testdata/valid-configs/kmsv2-first.yaml

              keys:
                - name: key1
                  secret: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY=
          - aescbc:
              keys:
                - name: key1
                  secret: c2VjcmV0IGlzIHNlY3VyZQ==
                - name: key2
                  secret: dGhpcyBpcyBwYXNzd29yZA==
          - identity: {}
          - aesgcm:
              keys:
                - name: key1
                  secret: c2VjcmV0IGlzIHNlY3VyZQ==
                - name: key2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 30 23:18:14 UTC 2023
    - 884 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/testdata/invalid-configs/invalid-typo.yaml

    resources:
      - resources:
          - secrets
        providers:
          - aesgcm:
              keys:
                - name: key1
                  secret: c2VjcmV0IGlzIHNlY3VyZQ==
                - name: key2
                  secret: dGhpcyBpcyBwYXNzd29yZA==
          - secretbox:
              keys:
                - name: key1
                  secret: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY=
          - kms:
              name: testprovider
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 941 bytes
    - Viewed (0)
  10. pilot/pkg/model/credentials/resource.go

    	if strings.HasPrefix(resourceName, KubernetesSecretTypeURI) {
    		// Valid formats:
    		// * kubernetes://secret-name
    		// * kubernetes://secret-namespace/secret-name
    		// If namespace is not set, we will fetch from the namespace of the proxy. The secret will be read from
    		// the cluster the proxy resides in. This mirrors the legacy behavior mounting a secret as a file
    		res := strings.TrimPrefix(resourceName, KubernetesSecretTypeURI)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 28 20:33:15 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top