Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 286 for namespace_b (0.16 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml

                      operator: operatorValue
                      values:
                      - valuesValue
                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  namespaces:
                  - namespacesValue
                  topologyKey: topologyKeyValue
                weight: 1
              requiredDuringSchedulingIgnoredDuringExecution:
              - labelSelector:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml

                      operator: operatorValue
                      values:
                      - valuesValue
                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  namespaces:
                  - namespacesValue
                  topologyKey: topologyKeyValue
                weight: 1
              requiredDuringSchedulingIgnoredDuringExecution:
              - labelSelector:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. pkg/test/framework/components/istio/kube.go

    			}
    		}
    		if _, err := c.Kube().CoreV1().Namespaces().Create(context.TODO(), &corev1.Namespace{
    			ObjectMeta: metav1.ObjectMeta{
    				Labels:      nsLabels,
    				Annotations: nsAnnotations,
    				Name:        i.cfg.SystemNamespace,
    			},
    		}, metav1.CreateOptions{}); err != nil {
    			if errors.IsAlreadyExists(err) {
    				if _, err := c.Kube().CoreV1().Namespaces().Update(context.TODO(), &corev1.Namespace{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  8. pkg/config/model.go

    	UID string `json:"uid,omitempty"`
    
    	// Name is a unique immutable identifier in a namespace
    	Name string `json:"name,omitempty"`
    
    	// Namespace defines the space for names (optional for some types),
    	// applications may choose to use namespaces for a variety of purposes
    	// (security domains, fault domains, organizational domains)
    	Namespace string `json:"namespace,omitempty"`
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  9. pkg/config/analysis/msg/messages.gen.go

    	)
    }
    
    // NewNamespaceNotInjected returns a new diag.Message based on NamespaceNotInjected.
    func NewNamespaceNotInjected(r *resource.Instance, namespace string, namespace2 string) diag.Message {
    	return diag.NewMessage(
    		NamespaceNotInjected,
    		r,
    		namespace,
    		namespace2,
    	)
    }
    
    // NewPodMissingProxy returns a new diag.Message based on PodMissingProxy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.template.gen.yaml

            {{ end }}
            {{- if and .TypeMeta.APIVersion .DeploymentMeta.Name }}
            - name: ISTIO_META_OWNER
              value: kubernetes://apis/{{ .TypeMeta.APIVersion }}/namespaces/{{ valueOrDefault .DeploymentMeta.Namespace `default` }}/{{ toLower .TypeMeta.Kind}}s/{{ .DeploymentMeta.Name }}
            {{- end}}
            {{- if (isset .ObjectMeta.Annotations `sidecar.istio.io/bootstrapOverride`) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top