Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for recipients (0.29 sec)

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

    // the pods runtime filesystem for use against APIs (Kubernetes API Server or
    // otherwise).
    message ServiceAccountTokenProjection {
      // audience is the intended audience of the token. A recipient of a token
      // must identify itself with an identifier specified in the audience of the
      // token, and otherwise should reject the token. The audience defaults to the
      // identifier of the apiserver.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    // the pods runtime filesystem for use against APIs (Kubernetes API Server or
    // otherwise).
    type ServiceAccountTokenProjection struct {
    	// audience is the intended audience of the token. A recipient of a token
    	// must identify itself with an identifier specified in the audience of the
    	// token, and otherwise should reject the token. The audience defaults to the
    	// identifier of the apiserver.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    // the pods runtime filesystem for use against APIs (Kubernetes API Server or
    // otherwise).
    type ServiceAccountTokenProjection struct {
    	// Audience is the intended audience of the token. A recipient of a token
    	// must identify itself with an identifier specified in the audience of the
    	// token, and otherwise should reject the token. The audience defaults to the
    	// identifier of the apiserver.
    	Audience string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"audience":          "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "properties": {
              "audience": {
                "description": "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top