Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,679 for hiding (0.26 sec)

  1. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml.golden

    Mike Morris <******@****.***> 1702326113 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Binding.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 486 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Binding.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 486 bytes
    - Viewed (0)
  4. docs/integrations/veeam/README.md

    ```
    mc mb -l myminio/veeambackup
    ```
    
    > Object locking requires erasure coding enabled on the minio server. For more information see <https://min.io/docs/minio/linux/operations/concepts/erasure-coding.html>.
    
    ### Add MinIO as an object store for Veeam
    
    Follow the steps from the Veeam documentation for adding MinIO as an object store - <https://helpcenter.veeam.com/docs/backup/vsphere/adding_s3c_object_storage.html?ver=100>
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1alpha1/types.go

    // is evaluated when the param referred by its perNamespaceParamRef is not found.
    // +enum
    type ParameterNotFoundActionType string
    
    const (
    	// Ignore means that an error finding params for a binding is ignored
    	AllowAction ParameterNotFoundActionType = "Allow"
    	// Fail means that an error finding params for a binding is ignored
    	DenyAction ParameterNotFoundActionType = "Deny"
    )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 05 20:06:13 UTC 2023
    - 33.8K bytes
    - Viewed (0)
  6. cluster/addons/cloud-controller-manager/cloud-node-controller-binding.yaml

    Walter Fender <******@****.***> 1666388165 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 17:38:23 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/route-binding.status.yaml.golden

    Lior Lieberman <******@****.***> 1707338903 +0000
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  8. docs/orchestration/README.md

    containers provide isolated application execution environment, orchestration platforms allow seamless scaling by helping replicate and manage containers. MinIO extends this by adding isolated storage environment for each tenant.
    
    MinIO is built ground up on the cloud-native premise. With features like erasure-coding, distributed and shared setup, it focuses only on storage and does it very well. While, it can be scaled by just replicating MinIO instances per tenant via an orchestration platform....
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  9. pkg/registry/core/pod/storage/storage.go

    	binding, ok := obj.(*api.Binding)
    	if !ok {
    		return nil, errors.NewBadRequest(fmt.Sprintf("not a Binding object: %#v", obj))
    	}
    
    	if name != binding.Name {
    		return nil, errors.NewBadRequest("name in URL does not match name in Binding object")
    	}
    
    	// TODO: move me to a binding strategy
    	if errs := validation.ValidatePodBinding(binding); len(errs) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 20 14:29:25 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/python/BUILD

            # of a shared object that will be loaded whenever `import tensorflow`
            # is run. The natural place is libtensorflow_framework.so.
            # While adding graph_optimization_pass_registration to
            # libtensorflow_framework.so is possible with some modification in
            # dependency, many tests will fail due to multiple copies of LLVM.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 07 23:17:10 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top