Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 6,087 for namespace1 (0.26 sec)

  1. tensorflow/c/experimental/ops/gen/cpp/renderers/cpp_config.h

    #include "tensorflow/core/platform/types.h"
    
    namespace tensorflow {
    namespace generator {
    namespace cpp {
    
    struct CppConfig {
      string category;
      string unit;
      std::vector<string> namespaces;
    
      explicit CppConfig() = default;
      explicit CppConfig(const string &category,
                         const string &name_space = "tensorflow::ops");
    };
    
    }  // namespace cpp
    }  // namespace generator
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 31 00:34:05 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle/admission.go

    	// prevent deletion of immortal namespaces
    	if a.GetOperation() == admission.Delete && a.GetKind().GroupKind() == v1.SchemeGroupVersion.WithKind("Namespace").GroupKind() && l.immortalNamespaces.Has(a.GetName()) {
    		return errors.NewForbidden(a.GetResource().GroupResource(), a.GetName(), fmt.Errorf("this namespace may not be deleted"))
    	}
    
    	// always allow non-namespaced resources
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 15 09:52:18 UTC 2021
    - 8.6K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/model.go

    func (refs AllowedReferences) SecretAllowed(resourceName string, namespace string) bool {
    	p, err := creds.ParseResourceName(resourceName, "", "", "")
    	if err != nil {
    		log.Warnf("failed to parse resource name %q: %v", resourceName, err)
    		return false
    	}
    	from := Reference{Kind: gvk.KubernetesGateway, Namespace: k8s.Namespace(namespace)}
    	to := Reference{Kind: gvk.Secret, Namespace: k8s.Namespace(p.Namespace)}
    	allow := refs[from][to]
    	if allow == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:09 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. plugin/pkg/admission/namespace/autoprovision/admission.go

    			Namespace: "",
    		},
    		Status: corev1.NamespaceStatus{},
    	}
    
    	_, err = p.client.CoreV1().Namespaces().Create(context.TODO(), namespace, metav1.CreateOptions{})
    	if err != nil && !errors.IsAlreadyExists(err) {
    		return admission.NewForbidden(a, err)
    	}
    
    	return nil
    }
    
    // NewProvision creates a new namespace provision admission control handler
    func NewProvision() *Provision {
    	return &Provision{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 08 17:30:21 UTC 2020
    - 4.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/audit/policy/checker_test.go

    	test(t, "namespaced", audit.LevelMetadata, stages, stages, "default")
    	test(t, "namespaced", audit.LevelNone, stages, stages, "create")
    	test(t, "namespaced", audit.LevelMetadata, stages, stages, "tims")
    	test(t, "namespaced", audit.LevelMetadata, stages, stages, "humans")
    	test(t, "namespaced", audit.LevelNone, stages, stages, "serviceAccounts")
    	test(t, "namespaced", audit.LevelRequestResponse, stages, stages, "getPods")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 12 15:06:14 UTC 2021
    - 15.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/request/requestinfo.go

    // Valid Inputs:
    // Resource paths
    // /apis/{api-group}/{version}/namespaces
    // /api/{version}/namespaces
    // /api/{version}/namespaces/{namespace}
    // /api/{version}/namespaces/{namespace}/{resource}
    // /api/{version}/namespaces/{namespace}/{resource}/{resourceName}
    // /api/{version}/{resource}
    // /api/{version}/{resource}/{resourceName}
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 23 13:24:29 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  7. pkg/kubelet/sysctl/allowlist.go

    // patternAllowlist takes a list of sysctls or sysctl patterns (ending in *) and
    // checks validity via a sysctl and prefix map, rejecting those which are not known
    // to be namespaced.
    type patternAllowlist struct {
    	sysctls  map[string]utilsysctl.Namespace
    	prefixes map[string]utilsysctl.Namespace
    }
    
    var _ lifecycle.PodAdmitHandler = &patternAllowlist{}
    
    // NewAllowlist creates a new Allowlist from a list of sysctls and sysctl pattern (ending in *).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 22:58:54 UTC 2023
    - 4K bytes
    - Viewed (0)
  8. plugin/pkg/admission/namespace/exists/admission.go

    	// if we're here, then the API server has found a route, which means that if we have a non-empty namespace
    	// its a namespaced resource.
    	if len(a.GetNamespace()) == 0 || a.GetKind().GroupKind() == api.Kind("Namespace") {
    		return nil
    	}
    
    	// we need to wait for our caches to warm
    	if !e.WaitForReady() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 08 02:16:47 UTC 2020
    - 3.9K bytes
    - Viewed (0)
  9. tests/integration/security/testdata/authz/not-namespace.yaml.tmpl

    Akshay J Nambiar <******@****.***> 1683529381 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 293 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Namespace.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 479 bytes
    - Viewed (0)
Back to top