Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for acceptedTypes (0.16 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.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: Fri Dec 15 04:12:07 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. pkg/apis/apidiscovery/zz_generated.deepcopy.go

    	*out = *in
    	if in.ResponseKind != nil {
    		in, out := &in.ResponseKind, &out.ResponseKind
    		*out = new(v1.GroupVersionKind)
    		**out = **in
    	}
    	if in.AcceptedTypes != nil {
    		in, out := &in.AcceptedTypes, &out.AcceptedTypes
    		*out = make([]v1.GroupVersionKind, len(*in))
    		copy(*out, *in)
    	}
    	if in.Verbs != nil {
    		in, out := &in.Verbs, &out.Verbs
    		*out = make([]string, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 19 17:27:25 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apidiscovery/v2beta1/zz_generated.deepcopy.go

    	*out = *in
    	if in.ResponseKind != nil {
    		in, out := &in.ResponseKind, &out.ResponseKind
    		*out = new(v1.GroupVersionKind)
    		**out = **in
    	}
    	if in.AcceptedTypes != nil {
    		in, out := &in.AcceptedTypes, &out.AcceptedTypes
    		*out = make([]v1.GroupVersionKind, len(*in))
    		copy(*out, *in)
    	}
    	if in.Verbs != nil {
    		in, out := &in.Verbs, &out.Verbs
    		*out = make([]string, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 19 17:27:25 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apidiscovery/v2/zz_generated.deepcopy.go

    	*out = *in
    	if in.ResponseKind != nil {
    		in, out := &in.ResponseKind, &out.ResponseKind
    		*out = new(v1.GroupVersionKind)
    		**out = **in
    	}
    	if in.AcceptedTypes != nil {
    		in, out := &in.AcceptedTypes, &out.AcceptedTypes
    		*out = make([]v1.GroupVersionKind, len(*in))
    		copy(*out, *in)
    	}
    	if in.Verbs != nil {
    		in, out := &in.Verbs, &out.Verbs
    		*out = make([]string, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 16:40:14 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. pkg/apis/apidiscovery/v2/zz_generated.conversion.go

    	out.Subresource = in.Subresource
    	out.ResponseKind = (*v1.GroupVersionKind)(unsafe.Pointer(in.ResponseKind))
    	out.AcceptedTypes = *(*[]v1.GroupVersionKind)(unsafe.Pointer(&in.AcceptedTypes))
    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 16:40:14 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apidiscovery/v2/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: Thu May 23 17:42:49 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apidiscovery.k8s.io.v2beta1.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: Wed Oct 19 17:27:25 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/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: Wed Oct 19 17:27:25 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/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: Thu Apr 18 08:52:25 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/apidiscovery.k8s.io.v2beta1.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)
Back to top