Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 65 for ShortNames (0.28 sec)

  1. staging/src/k8s.io/api/apidiscovery/v2beta1/zz_generated.deepcopy.go

    		*out = new(v1.GroupVersionKind)
    		**out = **in
    	}
    	if in.Verbs != nil {
    		in, out := &in.Verbs, &out.Verbs
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.ShortNames != nil {
    		in, out := &in.ShortNames, &out.ShortNames
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Categories != nil {
    		in, out := &in.Categories, &out.Categories
    		*out = make([]string, len(*in))
    		copy(*out, *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)
  2. staging/src/k8s.io/api/apidiscovery/v2/zz_generated.deepcopy.go

    		*out = new(v1.GroupVersionKind)
    		**out = **in
    	}
    	if in.Verbs != nil {
    		in, out := &in.Verbs, &out.Verbs
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.ShortNames != nil {
    		in, out := &in.ShortNames, &out.ShortNames
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Categories != nil {
    		in, out := &in.Categories, &out.Categories
    		*out = make([]string, len(*in))
    		copy(*out, *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)
  3. pkg/registry/core/serviceaccount/storage/storage.go

    	}
    
    	return &REST{
    		Store: store,
    		Token: trest,
    	}, nil
    }
    
    // Implement ShortNamesProvider
    var _ rest.ShortNamesProvider = &REST{}
    
    // ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
    func (r *REST) ShortNames() []string {
    	return []string{"sa"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. api/discovery/apis__certificates.k8s.io__v1.json

      "groupVersion": "certificates.k8s.io/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "CertificateSigningRequest",
          "name": "certificatesigningrequests",
          "namespaced": false,
          "shortNames": [
            "csr"
          ],
          "singularName": "certificatesigningrequest",
          "storageVersionHash": "95fRKMXA+00=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 1K bytes
    - Viewed (0)
  5. api/discovery/apis__policy__v1.json

    {
      "apiVersion": "v1",
      "groupVersion": "policy/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "PodDisruptionBudget",
          "name": "poddisruptionbudgets",
          "namespaced": true,
          "shortNames": [
            "pdb"
          ],
          "singularName": "poddisruptionbudget",
          "storageVersionHash": "EVWiDmWqyJw=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 746 bytes
    - Viewed (0)
  6. api/discovery/apis__apiextensions.k8s.io__v1.json

      "resources": [
        {
          "categories": [
            "api-extensions"
          ],
          "kind": "CustomResourceDefinition",
          "name": "customresourcedefinitions",
          "namespaced": false,
          "shortNames": [
            "crd",
            "crds"
          ],
          "singularName": "customresourcedefinition",
          "storageVersionHash": "jfWCUB31mvA=",
          "verbs": [
            "create",
            "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 859 bytes
    - Viewed (0)
  7. api/discovery/apis__batch__v1.json

      "groupVersion": "batch/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "all"
          ],
          "kind": "CronJob",
          "name": "cronjobs",
          "namespaced": true,
          "shortNames": [
            "cj"
          ],
          "singularName": "cronjob",
          "storageVersionHash": "sd5LIXh4Fjs=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. pkg/registry/policy/poddisruptionbudget/storage/storage.go

    	statusStore.ResetFieldsStrategy = poddisruptionbudget.StatusStrategy
    	return &REST{store}, &StatusREST{store: &statusStore}, nil
    }
    
    // ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
    func (r *REST) ShortNames() []string {
    	return []string{"pdb"}
    }
    
    // StatusREST implements the REST endpoint for changing the status of an podDisruptionBudget.
    type StatusREST struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1beta1.CustomResourceDefinition.yaml

            path: pathValue
            port: 4
          url: urlValue
      group: groupValue
      names:
        categories:
        - categoriesValue
        kind: kindValue
        listKind: listKindValue
        plural: pluralValue
        shortNames:
        - shortNamesValue
        singular: singularValue
      preserveUnknownFields: true
      scope: scopeValue
      selectableFields:
      - jsonPath: jsonPathValue
      subresources:
        scale:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.yaml

      resources:
      - categories:
        - categoriesValue
        resource: resourceValue
        responseKind:
          group: groupValue
          kind: kindValue
          version: versionValue
        scope: scopeValue
        shortNames:
        - shortNamesValue
        singularResource: singularResourceValue
        subresources:
        - acceptedTypes:
          - group: groupValue
            kind: kindValue
            version: versionValue
          responseKind:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top