Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for acceptedTypes (0.23 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apidiscovery.k8s.io.v2.APIGroupDiscovery.json

                  "responseKind": {
                    "group": "groupValue",
                    "version": "versionValue",
                    "kind": "kindValue"
                  },
                  "acceptedTypes": [
                    {
                      "group": "groupValue",
                      "version": "versionValue",
                      "kind": "kindValue"
                    }
                  ],
                  "verbs": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 18:26:04 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apidiscovery.k8s.io.v2.APIGroupDiscovery.yaml

          group: groupValue
          kind: kindValue
          version: versionValue
        scope: scopeValue
        shortNames:
        - shortNamesValue
        singularResource: singularResourceValue
        subresources:
        - acceptedTypes:
          - group: groupValue
            kind: kindValue
            version: versionValue
          responseKind:
            group: groupValue
            kind: kindValue
            version: versionValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 18:26:04 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apidiscovery.k8s.io.v2.APIGroupDiscovery.yaml

          group: groupValue
          kind: kindValue
          version: versionValue
        scope: scopeValue
        shortNames:
        - shortNamesValue
        singularResource: singularResourceValue
        subresources:
        - acceptedTypes:
          - group: groupValue
            kind: kindValue
            version: versionValue
          responseKind:
            group: groupValue
            kind: kindValue
            version: versionValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.json

                  "responseKind": {
                    "group": "groupValue",
                    "version": "versionValue",
                    "kind": "kindValue"
                  },
                  "acceptedTypes": [
                    {
                      "group": "groupValue",
                      "version": "versionValue",
                      "kind": "kindValue"
                    }
                  ],
                  "verbs": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apidiscovery/v2beta1/types.go

    	// acceptedTypes describes the kinds that this endpoint accepts.
    	// Subresources may accept the standard content types or define
    	// custom negotiation schemes. The list may not be exhaustive for
    	// all operations.
    	// +listType=map
    	// +listMapKey=group
    	// +listMapKey=version
    	// +listMapKey=kind
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 09 18:45:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apidiscovery/v2/generated.proto

      // Some subresources do not return normal resources, these will have null or empty return types.
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind responseKind = 2;
    
      // acceptedTypes describes the kinds that this endpoint accepts.
      // Subresources may accept the standard content types or define
      // custom negotiation schemes. The list may not be exhaustive for
      // all operations.
      // +listType=map
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/apidiscovery/v2beta1/generated.proto

      // Some subresources do not return normal resources, these will have null return types.
      optional k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind responseKind = 2;
    
      // acceptedTypes describes the kinds that this endpoint accepts.
      // Subresources may accept the standard content types or define
      // custom negotiation schemes. The list may not be exhaustive for
      // all operations.
      // +listType=map
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. pkg/apis/apidiscovery/types.go

    	ResponseKind *v1.GroupVersionKind
    	// acceptedTypes describes the kinds that this endpoint accepts.
    	// Subresources may accept the standard content types or define
    	// custom negotiation schemes. The list may not be exhaustive for
    	// all operations.
    	// +listType=map
    	// +listMapKey=group
    	// +listMapKey=version
    	// +listMapKey=kind
    	AcceptedTypes []v1.GroupVersionKind
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 09 18:45:33 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apidiscovery/v2beta1/generated.proto

      // Some subresources do not return normal resources, these will have null or empty return types.
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind responseKind = 2;
    
      // acceptedTypes describes the kinds that this endpoint accepts.
      // Subresources may accept the standard content types or define
      // custom negotiation schemes. The list may not be exhaustive for
      // all operations.
      // +listType=map
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top