Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,540 for namespace_a (0.17 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializer.java

            }
    
            private void writeExtraInfo(Map<NamespaceId, String> extraInfo) throws IOException {
                writeCount(extraInfo.size());
                for (Map.Entry<NamespaceId, String> entry : extraInfo.entrySet()) {
                    NamespaceId namespaceId = entry.getKey();
                    writeString(namespaceId.getNamespace());
                    writeString(namespaceId.getName());
                    writeString(entry.getValue());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 04:22:29 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  2. plugin/pkg/admission/podnodeselector/admission.go

    }
    
    func (p *Plugin) defaultGetNamespace(name string) (*corev1.Namespace, error) {
    	namespace, err := p.client.CoreV1().Namespaces().Get(context.TODO(), name, metav1.GetOptions{})
    	if err != nil {
    		return nil, fmt.Errorf("namespace %s does not exist", name)
    	}
    	return namespace, nil
    }
    
    func (p *Plugin) getNodeSelectorMap(namespace *corev1.Namespace) (labels.Set, error) {
    	selector := labels.Set{}
    	var err error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  3. tools/bug-report/pkg/config/config.go

    )
    
    type ResourceType int
    
    const (
    	Namespace ResourceType = iota
    	Deployment
    	Pod
    	Label
    	Annotation
    	Container
    )
    
    // SelectionSpec is a spec for pods that will be Include in the capture
    // archive. The format is:
    //
    //	Namespace1,Namespace2../Deployments/Pods/Label1,Label2.../Annotation1,Annotation2.../ContainerName1,ContainerName2...
    //
    // Namespace, pod and container names are pattern matching while labels
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 12:07:50 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/ops/gen/generate_cpp_main.cc

            tensorflow::Flag("category", &category_,
                             "Category for generated ops (e.g. 'math', 'array')."),
            tensorflow::Flag(
                "namespace", &name_space_,
                "Compact C++ namespace, default is 'tensorflow::ops'."),
            tensorflow::Flag(
                "output_dir", &output_dir_,
                "Directory into which output files will be generated."),
            tensorflow::Flag(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 21 18:51:25 UTC 2021
    - 3.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/ivy/IvyModuleResolveMetadata.java

     */
    package org.gradle.internal.component.external.model.ivy;
    
    import com.google.common.collect.ImmutableList;
    import com.google.common.collect.ImmutableMap;
    import org.gradle.api.internal.artifacts.ivyservice.NamespaceId;
    import org.gradle.internal.component.external.descriptor.Artifact;
    import org.gradle.internal.component.external.descriptor.Configuration;
    import org.gradle.internal.component.external.model.ModuleComponentResolveMetadata;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. pkg/controller/garbagecollector/operations.go

    	resource, namespaced, err := gc.apiResource(item.APIVersion, item.Kind)
    	if err != nil {
    		return nil, err
    	}
    	namespace := resourceDefaultNamespace(namespaced, item.Namespace)
    	if namespaced && len(namespace) == 0 {
    		// the type is namespaced, but we have no namespace coordinate.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 13:37:56 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/testdata/service-no-port-name.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: my-service1
      namespace: my-namespace1
    spec:
      selector:
        app: my-service1
      ports:
        - protocol: TCP
          port: 8080
          targetPort: 8080
        - protocol: TCP
          port: 8081
          targetPort: 8081
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: my-service2
      namespace: my-namespace2
    spec:
      selector:
        app: my-service2
      ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 574 bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/ivy/DefaultIvyModuleResolveMetadata.java

    import com.google.common.collect.ImmutableSet;
    import org.gradle.api.artifacts.component.ModuleComponentIdentifier;
    import org.gradle.api.artifacts.component.ModuleComponentSelector;
    import org.gradle.api.internal.artifacts.ivyservice.NamespaceId;
    import org.gradle.internal.component.external.descriptor.Artifact;
    import org.gradle.internal.component.external.descriptor.Configuration;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  9. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/namespace-role-bindings.yaml

        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: system:controller:bootstrap-signer
        namespace: kube-public
      roleRef:
        apiGroup: rbac.authorization.k8s.io
        kind: Role
        name: system:controller:bootstrap-signer
      subjects:
      - kind: ServiceAccount
        name: bootstrap-signer
        namespace: kube-system
    - apiVersion: rbac.authorization.k8s.io/v1
      kind: RoleBinding
      metadata:
        annotations:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 08 16:15:52 UTC 2019
    - 3.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/core.v1.Namespace.json

    {
      "kind": "Namespace",
      "apiVersion": "v1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top