Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 416 for serviceAccounts (0.22 sec)

  1. cmd/admin-handlers-idp-ldap.go

    	}
    	if listType == "" || listType == "svcacc-only" {
    		serviceAccounts, err = globalIAMSys.ListServiceAccounts(ctx, targetAccount)
    		if err != nil {
    			writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    			return
    		}
    	}
    
    	var serviceAccountList []madmin.ServiceAccountInfo
    	var stsKeyList []madmin.ServiceAccountInfo
    
    	for _, svc := range serviceAccounts {
    		expiryTime := svc.Expiration
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 03 19:58:48 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/request/width_test.go

    		},
    		{
    			name:       "creating token for service account",
    			requestURI: "http://server/api/v1/namespaces/foo/serviceaccounts/default/token",
    			requestInfo: &apirequest.RequestInfo{
    				Verb:        "create",
    				APIGroup:    "v1",
    				Resource:    "serviceaccounts",
    				Subresource: "token",
    			},
    			watchCount:                5777,
    			maxSeats:                  10,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 17K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/deploymentcontroller.go

    	dc.deployments.AddEventHandler(parentHandler)
    	dc.clients[gvr.Deployment] = NewUntypedWrapper(dc.deployments)
    
    	dc.serviceAccounts = kclient.NewFiltered[*corev1.ServiceAccount](client, filter)
    	dc.serviceAccounts.AddEventHandler(parentHandler)
    	dc.clients[gvr.ServiceAccount] = NewUntypedWrapper(dc.serviceAccounts)
    
    	dc.namespaces = kclient.NewFiltered[*corev1.Namespace](client, filter)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  4. pkg/controlplane/apiserver/options/validation_test.go

    						Plugins:       kubeapiserveradmission.NewPlugins(),
    					},
    					PluginNames: []string{"foo"},
    				},
    				Authentication: &kubeoptions.BuiltInAuthenticationOptions{
    					APIAudiences: []string{"bar"},
    					ServiceAccounts: &kubeoptions.ServiceAccountAuthenticationOptions{
    						Issuers: []string{"baz"},
    					},
    				},
    				APIEnablement:                genericoptions.NewAPIEnablementOptions(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/apiclient/idempotency_test.go

    				client.PrependReactor("create", "serviceaccounts", func(clientgotesting.Action) (bool, runtime.Object, error) {
    					return true, nil, errors.New("unknown error")
    				})
    			},
    			expectedError: true,
    		},
    		{
    			name: "serviceaccount exists, update it",
    			setupClient: func(client *clientsetfake.Clientset) {
    				client.PrependReactor("create", "serviceaccounts", func(clientgotesting.Action) (bool, runtime.Object, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 11:14:32 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/conversion_test.go

    		})
    	}
    }
    
    func TestServiceConversion(t *testing.T) {
    	serviceName := "service1"
    	namespace := "default"
    	saA := "serviceaccountA"
    	saB := "serviceaccountB"
    	saC := "spiffe://accounts.google.com/serviceaccountC@cloudservices.gserviceaccount.com"
    	saD := "spiffe://accounts.google.com/serviceaccountD@developer.gserviceaccount.com"
    
    	ip := "10.0.0.1"
    
    	tnow := time.Now()
    	localSvc := corev1.Service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. pkg/kubeapiserver/admission/exclusion/resources.go

    	{Group: "", Resource: "pods/exec"},
    	{Group: "", Resource: "pods/portforward"},
    
    	// ref: https://github.com/kubernetes/kubernetes/issues/122205#issuecomment-1927390823
    	{Group: "", Resource: "serviceaccounts/token"},
    }
    
    // excluded is the list of resources that the expression-based admission controllers
    // should ignore.
    // The version is omitted, all versions of the same GroupResource are treated the same.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 23:31:18 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. pkg/controlplane/storageversionhashdata/data.go

    	"v1/podtemplates":           "LIXB2x4IFpk=",
    	"v1/replicationcontrollers": "Jond2If31h0=",
    	"v1/resourcequotas":         "8uhSgffRX6w=",
    	"v1/secrets":                "S6u1pOWzb84=",
    	"v1/serviceaccounts":        "pbx9ZvyFpBE=",
    	"v1/services":               "0/CO1lhkEBI=",
    	"autoscaling/v1/horizontalpodautoscalers": "qwQve8ut294=",
    	"autoscaling/v2/horizontalpodautoscalers": "qwQve8ut294=",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  9. OWNERS_ALIASES

        - deads2k
        - liggitt
        - tallclair
      sig-auth-policy-reviewers:
        - deads2k
        - liggitt
        - tallclair
        - krmayankk
      sig-auth-serviceaccounts-approvers:
        - deads2k
        - enj
        - liggitt
        - mikedanese
      sig-auth-serviceaccounts-reviewers:
        - deads2k
        - enj
        - liggitt
        - mikedanese
      # SIG Release
      release-engineering-approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  10. istioctl/pkg/completion/completion.go

    }
    
    func getServiceAccountsName(kubeClient kube.CLIClient, toComplete, ns string) ([]string, error) {
    	ctx := context.Background()
    	saList, err := kubeClient.Kube().CoreV1().ServiceAccounts(ns).List(ctx, metav1.ListOptions{})
    	if err != nil {
    		return nil, err
    	}
    
    	var saNameList []string
    	for _, sa := range saList.Items {
    		if toComplete == "" || strings.HasPrefix(sa.Name, toComplete) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top