Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setType (0.18 sec)

  1. istioctl/pkg/multicluster/remote_secret_test.go

    			}
    			if c.secType != SecretTypeConfig {
    				c.secType = SecretTypeRemote
    			}
    			opts := RemoteSecretOptions{
    				ServiceAccountName: testServiceAccountName,
    				AuthType:           RemoteSecretAuthTypeBearerToken,
    				// ClusterName: testCluster,
    				KubeOptions: KubeOptions{
    					Namespace: testNamespace,
    				},
    				Type:       c.secType,
    				SecretName: c.secretName,
    			}
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Oct 31 14:48:28 GMT 2023
    - 20.6K bytes
    - Viewed (0)
Back to top