Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for clusterScope (0.14 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    		`Verbs:` + fmt.Sprintf("%v", this.Verbs) + `,`,
    		`APIGroups:` + fmt.Sprintf("%v", this.APIGroups) + `,`,
    		`Resources:` + fmt.Sprintf("%v", this.Resources) + `,`,
    		`ClusterScope:` + fmt.Sprintf("%v", this.ClusterScope) + `,`,
    		`Namespaces:` + fmt.Sprintf("%v", this.Namespaces) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ServiceAccountSubject) String() string {
    	if this == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    		`Verbs:` + fmt.Sprintf("%v", this.Verbs) + `,`,
    		`APIGroups:` + fmt.Sprintf("%v", this.APIGroups) + `,`,
    		`Resources:` + fmt.Sprintf("%v", this.Resources) + `,`,
    		`ClusterScope:` + fmt.Sprintf("%v", this.ClusterScope) + `,`,
    		`Namespaces:` + fmt.Sprintf("%v", this.Namespaces) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ServiceAccountSubject) String() string {
    	if this == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    		`Verbs:` + fmt.Sprintf("%v", this.Verbs) + `,`,
    		`APIGroups:` + fmt.Sprintf("%v", this.APIGroups) + `,`,
    		`Resources:` + fmt.Sprintf("%v", this.Resources) + `,`,
    		`ClusterScope:` + fmt.Sprintf("%v", this.ClusterScope) + `,`,
    		`Namespaces:` + fmt.Sprintf("%v", this.Namespaces) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ServiceAccountSubject) String() string {
    	if this == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    		`Verbs:` + fmt.Sprintf("%v", this.Verbs) + `,`,
    		`APIGroups:` + fmt.Sprintf("%v", this.APIGroups) + `,`,
    		`Resources:` + fmt.Sprintf("%v", this.Resources) + `,`,
    		`ClusterScope:` + fmt.Sprintf("%v", this.ClusterScope) + `,`,
    		`Namespaces:` + fmt.Sprintf("%v", this.Namespaces) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ServiceAccountSubject) String() string {
    	if this == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "set"
              },
              "clusterScope": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "set"
              },
              "clusterScope": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  7. pkg/printers/internalversion/printers_test.go

    						}},
    						ResourceRules: []flowcontrol.ResourcePolicyRule{{
    							Verbs:        all,
    							APIGroups:    all,
    							Resources:    all,
    							ClusterScope: true,
    							Namespaces:   all,
    						}},
    					}, {
    						Subjects: []flowcontrol.Subject{{
    							Kind:  flowcontrol.SubjectKindGroup,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top