Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 216 for short_name (0.12 sec)

  1. 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)
  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. src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java

            public int state;
            public String server_name;
            public String share_name;
    
            public void encode(NdrBuffer _dst) throws NdrException {
                _dst.align(4);
                _dst.enc_ndr_long(state);
                _dst.enc_ndr_referent(server_name, 1);
                _dst.enc_ndr_referent(share_name, 1);
    
                if (server_name != null) {
                    _dst = _dst.deferred;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 15K 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. pkg/apis/apidiscovery/v2/zz_generated.conversion.go

    	out.Scope = apidiscovery.ResourceScope(in.Scope)
    	out.SingularResource = in.SingularResource
    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.ShortNames = *(*[]string)(unsafe.Pointer(&in.ShortNames))
    	out.Categories = *(*[]string)(unsafe.Pointer(&in.Categories))
    	out.Subresources = *(*[]apidiscovery.APISubresourceDiscovery)(unsafe.Pointer(&in.Subresources))
    	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)
  7. pkg/dns/proto/nds.proto

            // The name of the service registry containing the service (e.g. 'Kubernetes').
            string registry = 2;
    
            // The k8s service name. Only applies when registry=`Kubernetes`
            string shortname = 3;
    
            // The k8s namespace for the service. Only applies when registry=`Kubernetes`
            string namespace = 4;
    
            // Deprecated. Was added for experimentation only.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 01 20:40:32 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  8. 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)
  9. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/scopes/KtFirNonStarImportingScope.kt

        }
    
        override fun getPossibleClassifierNames(): Set<Name> = withValidityAssertion {
            imports.flatMapTo((hashSetOf())) { listOfNotNull(it.relativeClassName?.shortName(), it.aliasName) }
        }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. 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)
Back to top