Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 269 for NamespaceId (0.2 sec)

  1. platforms/software/dependency-management/src/crossVersionTest/groovy/org/gradle/integtests/resolve/ResolveCrossVersionIntegrationTest.groovy

            version current withTasks 'check' run()
            version previous withTasks 'check' run()
        }
    
        @Issue("GRADLE-3153")
        def "can upgrade when ivy.xml contains namespaced extra info elements"() {
            given:
            def module = ivyHttpRepo.module("test", "io", "1.4").publish()
            module.ivyFile.text = """
    <ivy-module version="1.0">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/rbac/v1alpha1/generated.proto

      // Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding.
      // Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"),  but not both.
      // +optional
      repeated string nonResourceURLs = 6;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/storage/v1alpha1/generated.proto

      // there are no conflicts with other CSI drivers on the cluster, the recommendation
      // is to use csisc-<uuid>, a generated name, or a reverse-domain name which ends
      // with the unique CSI driver name.
      //
      // Objects are namespaced.
      //
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go

    	"nonResourceURLs": "NonResourceURLs is a set of partial urls that a user should have access to.  *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"),  but not both.",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    		"groupless namespaced PATCH method":                 {"PATCH", "/" + grouplessPrefix + "/" + grouplessGroupVersion.Version + "/namespaces/ns/simples", http.StatusMethodNotAllowed},
    		"groupless namespaced GET long prefix":              {"GET", "/" + grouplessPrefix + "/", http.StatusNotFound},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  6. plugin/pkg/admission/gc/gc_admission_test.go

    			APIResources: []metav1.APIResource{
    				{Name: "nodes", Namespaced: false, Kind: "Node"},
    				{Name: "pods", Namespaced: true, Kind: "Pod"},
    				{Name: "replicationcontrollers", Namespaced: true, Kind: "ReplicationController"},
    			},
    		},
    		{
    			GroupVersion: appsv1.SchemeGroupVersion.String(),
    			APIResources: []metav1.APIResource{
    				{Name: "daemonsets", Namespaced: true, Kind: "DaemonSet"},
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/rbac/v1/generated.proto

      // Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding.
      // Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"),  but not both.
      // +optional
      // +listType=atomic
      repeated string nonResourceURLs = 5;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/model.go

    	// key: referenced resources(e.g. secrets), value: gateway-api resources(e.g. gateways)
    	ResourceReferences map[model.ConfigKey][]model.ConfigKey
    }
    
    // Reference stores a reference to a namespaced GVK, as used by ReferencePolicy
    type Reference struct {
    	Kind      config.GroupVersionKind
    	Namespace k8s.Namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:09 UTC 2024
    - 4K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/validation/validation_test.go

    		ResourceName: "cpu",
    	}, {
    		name:         "Memory resource",
    		ResourceName: "memory",
    	}, {
    		name:         "Hugepages resource",
    		ResourceName: "hugepages-2Mi",
    	}, {
    		name:         "Namespaced resource",
    		ResourceName: "kubernetes.io/resource-foo",
    	}, {
    		name:         "Extended Resource",
    		ResourceName: "my.org/resource-bar",
    	}}
    	for _, tc := range successCase {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 28 07:31:28 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  10. pkg/apis/apidiscovery/types.go

    	// This value will be null or empty if an APIService reports subresources but supports no operations on the parent resource
    	ResponseKind *v1.GroupVersionKind
    	// scope indicates the scope of a resource, either Cluster or Namespaced
    	Scope ResourceScope
    	// singularResource is the singular name of the resource.  This allows clients to handle plural and singular opaquely.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 09 18:45:33 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top