Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for UserSubject (0.52 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1/generated.proto

      // +optional
      optional UserSubject user = 2;
    
      // `group` matches based on user group name.
      // +optional
      optional GroupSubject group = 3;
    
      // `serviceAccount` matches ServiceAccounts.
      // +optional
      optional ServiceAccountSubject serviceAccount = 4;
    }
    
    // UserSubject holds detailed information for user-kind subject.
    message UserSubject {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.proto

      // +optional
      optional UserSubject user = 2;
    
      // `group` matches based on user group name.
      // +optional
      optional GroupSubject group = 3;
    
      // `serviceAccount` matches ServiceAccounts.
      // +optional
      optional ServiceAccountSubject serviceAccount = 4;
    }
    
    // UserSubject holds detailed information for user-kind subject.
    message UserSubject {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1/types.go

    const (
    	SubjectKindUser           SubjectKind = "User"
    	SubjectKindGroup          SubjectKind = "Group"
    	SubjectKindServiceAccount SubjectKind = "ServiceAccount"
    )
    
    // UserSubject holds detailed information for user-kind subject.
    type UserSubject struct {
    	// `name` is the username that matches, or "*" to match all usernames.
    	// Required.
    	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                  "serviceAccount": "ServiceAccount",
                  "user": "User"
                }
              }
            ]
          },
          "io.k8s.api.flowcontrol.v1beta3.UserSubject": {
            "description": "UserSubject holds detailed information for user-kind subject.",
            "properties": {
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                  "serviceAccount": "ServiceAccount",
                  "user": "User"
                }
              }
            ]
          },
          "io.k8s.api.flowcontrol.v1.UserSubject": {
            "description": "UserSubject holds detailed information for user-kind subject.",
            "properties": {
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    	}
    }
    
    func schema_k8sio_api_flowcontrol_v1_UserSubject(ref common.ReferenceCallback) common.OpenAPIDefinition {
    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "UserSubject holds detailed information for user-kind subject.",
    				Type:        []string{"object"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

                "serviceAccount": "ServiceAccount",
                "user": "User"
              }
            }
          ]
        },
        "io.k8s.api.flowcontrol.v1beta2.UserSubject": {
          "description": "UserSubject holds detailed information for user-kind subject.",
          "properties": {
            "name": {
              "description": "`name` is the username that matches, or \"*\" to match all usernames. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

                "group": "Group",
                "serviceAccount": "ServiceAccount",
                "user": "User"
              }
            }
          ]
        },
        "io.k8s.api.flowcontrol.v1.UserSubject": {
          "description": "UserSubject holds detailed information for user-kind subject.",
          "properties": {
            "name": {
              "description": "`name` is the username that matches, or \"*\" to match all usernames. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

                "serviceAccount": "ServiceAccount",
                "user": "User"
              }
            }
          ]
        },
        "io.k8s.api.flowcontrol.v1beta1.UserSubject": {
          "description": "UserSubject holds detailed information for user-kind subject.",
          "properties": {
            "name": {
              "description": "`name` is the username that matches, or \"*\" to match all usernames. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top