Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Pappas (0.19 sec)

  1. cmd/sts-handlers_test.go

    				RedirectURL:  "http://127.0.0.1:10000/oauth_callback",
    			})
    			m[testRoleARNs[len(apps)-1]] = apps[len(apps)-1]
    		}
    
    		openIDServer2 := os.Getenv(EnvTestOpenIDServer2)
    		if openIDServer2 != "" {
    			apps = append(apps, OpenIDClientAppParams{
    				ClientID:     "minio-client-app-2",
    				ClientSecret: "minio-client-app-secret-2",
    				ProviderURL:  openIDServer2,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 85.7K bytes
    - Viewed (0)
  2. common/scripts/metallb-native.yaml

      - get
      - list
      - patch
      - update
      - watch
    - apiGroups:
      - ""
      resourceNames:
      - memberlist
      resources:
      - secrets
      verbs:
      - list
    - apiGroups:
      - apps
      resourceNames:
      - controller
      resources:
      - deployments
      verbs:
      - get
    - apiGroups:
      - metallb.io
      resources:
      - bgppeers
      verbs:
      - get
      - list
    Others
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Feb 23 23:56:31 GMT 2024
    - 63.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.3.md

      * **Alpha** RBAC authorization API group
    * Federation
      * federation api group is now **beta**
      * Services from all federated clusters are now registered in Cloud DNS (AWS and GCP).
    * Stateful Apps:
      * **alpha** PetSets manage stateful apps
      * **alpha** Init containers provide one-time setup for stateful containers
    * Updating:
      * Retry Pod/RC updates in kubectl rolling-update.
      * Stop 'kubectl drain' deleting pods with local storage.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Viewed (0)
Back to top