Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,344 for revision2 (0.13 sec)

  1. hack/testdata/service-revision2.yaml

    Di Xu <******@****.***> 1532509796 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 09 14:59:02 UTC 2018
    - 128 bytes
    - Viewed (0)
  2. hack/testdata/deployment-revision2.yaml

    Davanum Srinivas <******@****.***> 1652185809 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 363 bytes
    - Viewed (0)
  3. platforms/software/ivy/src/test/groovy/org/gradle/api/publish/ivy/internal/publication/DefaultIvyPublicationTest.groovy

            publication.revision = "revision2"
    
            then:
            coordinates.organisation.get() == "organisation2"
            coordinates.module.get() == "module2"
            coordinates.revision.get() == "revision2"
    
            and:
            publication.organisation== "organisation2"
            publication.module == "module2"
            publication.revision == "revision2"
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:33:41 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  4. pkg/controller/deployment/util/deployment_util.go

    func (o ReplicaSetsByRevision) Less(i, j int) bool {
    	revision1, err1 := Revision(o[i])
    	revision2, err2 := Revision(o[j])
    	if err1 != nil || err2 != nil || revision1 == revision2 {
    		return controller.ReplicaSetsByCreationTimestamp(o).Less(i, j)
    	}
    	return revision1 < revision2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  5. istioctl/pkg/tag/revision.go

    		tagLabel := hook.GetLabels()[IstioTagLabel]
    		ri, revPresent := revisions[rev]
    		if revPresent {
    			if tagLabel != "" {
    				ri.Webhooks = append(ri.Webhooks, &MutatingWebhookConfigInfo{
    					Name:     hook.Name,
    					Revision: rev,
    					Tag:      tagLabel,
    				})
    			}
    		} else {
    			revisions[rev] = &RevisionDescription{
    				IstioOperatorCRs: []*IstioOperatorCRInfo{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 28 13:16:05 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  6. releasenotes/notes/revision-tag-command.yaml

    releaseNotes:
      - |
        **Added** `istioctl experimental revision tag` command group. Revision tags act as aliases for
        control plane revisions. Users can label their namespaces with a revision tag rather than pointing them
        directly at a revision and selectively decide the granularity of their namespace labels. This makes it possible
        to perform upgrades with the ease of in-place upgrades while having the safety revision-based upgrades
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 16 06:17:37 UTC 2021
    - 532 bytes
    - Viewed (0)
  7. releasenotes/notes/revision-cmd.yaml

    kind: feature
    area: istioctl
    issue:
      - 23892
    releaseNotes:
      - |
        **Added** tooling for revision-centric view of current istio deployments in a cluster. This is to
        provide better understanding of deployments - like number of istiod, gateway pods, IstioOperator CRs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 26 15:53:01 UTC 2021
    - 408 bytes
    - Viewed (0)
  8. manifests/charts/istio-control/istio-discovery/templates/revision-tags.yaml

    # Adapted from istio-discovery/templates/mutatingwebhook.yaml
    # Removed paths for legacy and default selectors since a revision tag
    # is inherently created from a specific revision
    {{- $whv := dict
     "revision" .Values.revision
      "injectionPath" .Values.istiodRemote.injectionPath
      "injectionURL" .Values.istiodRemote.injectionURL
      "reinvocationPolicy" .Values.sidecarInjectorWebhook.reinvocationPolicy
      "namespace" .Release.Namespace }}
    {{- define "core" }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  9. releasenotes/notes/istioctl-analyze-revision.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 38148
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 22 14:58:22 UTC 2022
    - 173 bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/input/minimal-revisioned.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: minimal
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 17:23:44 UTC 2024
    - 104 bytes
    - Viewed (0)
Back to top