Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for storages (1.68 sec)

  1. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1beta1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. plugin */
        String ONLINE_HELP_NAME_PLUGIN = "online.help.name.plugin";
    
        /** The key of the configuration. e.g. storage */
        String ONLINE_HELP_NAME_STORAGE = "online.help.name.storage";
    
        /** The key of the configuration. e.g. ja */
        String ONLINE_HELP_SUPPORTED_LANGS = "online.help.supported.langs";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  5. pkg/apis/core/v1/zz_generated.conversion.go

    	out.ScaleIO = (*core.ScaleIOPersistentVolumeSource)(unsafe.Pointer(in.ScaleIO))
    	out.Local = (*core.LocalVolumeSource)(unsafe.Pointer(in.Local))
    	out.StorageOS = (*core.StorageOSPersistentVolumeSource)(unsafe.Pointer(in.StorageOS))
    	out.CSI = (*core.CSIPersistentVolumeSource)(unsafe.Pointer(in.CSI))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    	s := strings.Join([]string{`&CustomResourceDefinitionVersion{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Served:` + fmt.Sprintf("%v", this.Served) + `,`,
    		`Storage:` + fmt.Sprintf("%v", this.Storage) + `,`,
    		`Schema:` + strings.Replace(this.Schema.String(), "CustomResourceValidation", "CustomResourceValidation", 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    	s := strings.Join([]string{`&CustomResourceDefinitionVersion{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Served:` + fmt.Sprintf("%v", this.Served) + `,`,
    		`Storage:` + fmt.Sprintf("%v", this.Storage) + `,`,
    		`Schema:` + strings.Replace(this.Schema.String(), "CustomResourceValidation", "CustomResourceValidation", 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  8. doc/go_spec.html

    of a <a href="#Function_declarations">function declaration</a>
    or <a href="#Function_literals">function literal</a> reserves
    storage for a named variable.
    
    Calling the built-in function <a href="#Allocation"><code>new</code></a>
    or taking the address of a <a href="#Composite_literals">composite literal</a>
    allocates storage for a variable at run time.
    Such an anonymous variable is referred to via a (possibly implicit)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  9. src/cmd/compile/internal/ssagen/ssa.go

    		return
    	}
    
    	// store scalar fields first, so write barrier stores for
    	// pointer fields can be grouped together, and scalar values
    	// don't need to be live across the write barrier call.
    	// TODO: if the writebarrier pass knows how to reorder stores,
    	// we can do a single store here as long as skip==0.
    	s.storeTypeScalars(t, left, right, skip)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top