Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for mySecret (0.13 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/support/RepositoryDslSupport.groovy

            """
            repositories {
                maven {
                    url "${s3Url}"
                    credentials(AwsCredentials) {
                        accessKey "myAccessKey"
                        secretKey "mySecret"
                    }
                }
            }
            """
    
        }
    
        def ivyPasswordCredentials(){
            """
    repositories {
        ivy {
            url "${url}"
            credentials {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. pkg/serviceaccount/claims_test.go

    			Namespace: "myns",
    			Name:      "mypod",
    			UID:       "mypod-uid",
    		},
    	}
    	sec := &core.Secret{
    		ObjectMeta: metav1.ObjectMeta{
    			Namespace: "myns",
    			Name:      "mysecret",
    			UID:       "mysecret-uid",
    		},
    	}
    	node := &core.Node{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "mynode",
    			UID:  "mynode-uid",
    		},
    	}
    	cs := []struct {
    		// input
    		sa        core.ServiceAccount
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/AuthenticationSupported.java

         * <pre class='autoTested'>
         * repositories {
         *     maven {
         *         url "${url}"
         *         credentials(AwsCredentials) {
         *             accessKey "myAccessKey"
         *             secretKey "mySecret"
         *         }
         *     }
         * }
         * </pre>
         * <p>
         * The following credential types are currently supported for the {@code credentialsType} argument:
         * <ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 10 11:27:47 UTC 2021
    - 6.5K bytes
    - Viewed (0)
  4. plugin/pkg/admission/serviceaccount/admission_test.go

    				kubelet.ConfigMirrorAnnotationKey: "true",
    			},
    		},
    		Spec: api.PodSpec{
    			Volumes: []api.Volume{
    				{VolumeSource: api.VolumeSource{Secret: &api.SecretVolumeSource{SecretName: "mysecret"}}},
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 12 17:49:30 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top