Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,088 for label23 (0.11 sec)

  1. pkg/registry/core/persistentvolumeclaim/strategy.go

    }
    
    // MatchPersistentVolumeClaim returns a generic matcher for a given label and field selector.
    func MatchPersistentVolumeClaim(label labels.Selector, field fields.Selector) storage.SelectionPredicate {
    	return storage.SelectionPredicate{
    		Label:    label,
    		Field:    field,
    		GetAttrs: GetAttrs,
    	}
    }
    
    // PersistentVolumeClaimToSelectableFields returns a field set that represents the object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 20:58:25 UTC 2022
    - 7.8K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/injection-with-mismatched-sidecar.yaml

    ---
    # Namespace 'revision-namespace' has istio injection enabled and label istio.io/rev=canary, so will be enforced.
    apiVersion: v1
    kind: Namespace
    metadata:
      labels:
        istio.io/rev: canary
      name: revision-namespace
    ---
    # Revision-details-v1-pod-old is out of date and should get a warning.
    apiVersion: v1
    kind: Pod
    metadata:
      labels:
        app: details
      name: revision-details-v1-pod-old
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 13 05:31:06 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  3. manifests/charts/gateway/templates/_helpers.tpl

    app.kubernetes.io/managed-by: {{ .Release.Service }}
    {{- range $key, $val := .Values.labels }}
    {{- if and (ne $key "app") (ne $key "istio") }}
    {{ $key | quote }}: {{ $val | quote }}
    {{- end }}
    {{- end }}
    {{- end }}
    
    {{- define "gateway.selectorLabels" -}}
    app: {{ (.Values.labels.app | quote) | default (include "gateway.name" .) }}
    istio: {{ (.Values.labels.istio | quote) | default (include "gateway.name" . | trimPrefix "istio-") }}
    {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 22:42:29 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. releasenotes/notes/destination-cluster-stats-label.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    issue:
      - 29373
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 04 16:33:51 UTC 2021
    - 198 bytes
    - Viewed (0)
  5. pkg/controller/util/selectors/bimultimap_test.go

    		return pods[rand.Intn(len(pods))]
    	}
    	labels := []map[string]string{
    		labels("a", "1"),
    		labels("a", "2"),
    		labels("b", "1"),
    		labels("b", "2"),
    		labels("a", "1", "b", "1"),
    		labels("a", "2", "b", "2"),
    		labels("a", "3"),
    		labels("c", "1"),
    	}
    	randomLabels := func() map[string]string {
    		return labels[rand.Intn(len(labels))]
    	}
    	hpas := []Key{
    		key("hpa-1"),
    		key("hpa-2"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 01:56:36 UTC 2022
    - 16.9K bytes
    - Viewed (0)
  6. .github/workflows/arm-ci.yml

          - master
          - r2.**
    permissions:
      contents: read
    
    jobs:
      build:
        # Don't do this in forks, and if labeled, only for 'kokoro:force-run'
        if: github.repository == 'tensorflow/tensorflow' && (github.event.action != 'labeled' || (github.event.action == 'labeled' && github.event.label.name == 'kokoro:force-run'))
        runs-on: [self-hosted, linux, ARM64]
        strategy:
          matrix:
            pyver: ['3.10']
        steps:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 07 17:41:21 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/kube/util.go

    )
    
    type podSelector struct {
    	Label string
    	Value string
    }
    
    func (s podSelector) String() string {
    	return s.Label + "=" + s.Value
    }
    
    func (s podSelector) MatchesPod(pod *corev1.Pod) bool {
    	return pod.ObjectMeta.Labels[s.Label] == s.Value
    }
    
    func newPodSelector(cfg echo.Config) podSelector {
    	label := "app"
    	if cfg.DeployAsVM {
    		label = constants.TestVMLabel
    	}
    	return podSelector{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 03:10:51 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  8. pkg/controller/serviceaccount/legacy_serviceaccount_token_cleaner_test.go

    	}
    	creationTime, _ := time.Parse(dateFormat, creationTimeString)
    	labels := map[string]string{}
    	if lastUsedLabel != "" {
    		labels[serviceaccount.LastUsedLabelKey] = lastUsedLabel
    	}
    	if invalidSinceLabel != "" {
    		labels[serviceaccount.InvalidSinceLabelKey] = invalidSinceLabel
    	}
    	return &v1.Secret{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:              "token-secret-1",
    			Namespace:         "default",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 03:52:06 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/deployment/waypoint-no-network-label.yaml

          - emptyDir: {}
            name: istio-data
          - emptyDir: {}
            name: go-proxy-data
          - downwardAPI:
              items:
              - fieldRef:
                  fieldPath: metadata.labels
                path: labels
              - fieldRef:
                  fieldPath: metadata.annotations
                path: annotations
            name: istio-podinfo
          - name: istio-token
            projected:
              sources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  10. pkg/model/proxy.go

    	// Labels specifies the set of workload instance (ex: k8s pod) labels associated with this node.
    	// It contains both StaticLabels and pod labels if any, it is a superset of StaticLabels.
    	// Note: it is not meant to be used during xds generation.
    	Labels map[string]string `json:"LABELS,omitempty"`
    
    	// StaticLabels specifies the set of labels from `ISTIO_METAJSON_LABELS`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 17:18:17 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top