Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 74 for parentRev (0.21 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/DisconnectedIvyXmlModuleDescriptorParserTest.groovy

            and:
            ModuleDescriptor moduleDescriptor = disconnectedParser.parseOtherIvyFile('myorg', 'parentMod', 'parentRev')
    
            then:
            localResource.getFile() >> new File('ivy.xml')
            disconnectedParser
            disconnectedParser instanceof DisconnectedIvyXmlModuleDescriptorParser.DisconnectedParser
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParserTest.groovy

            given:
            def parentFile = temporaryFolder.file("parent.xml") << """
    <ivy-module version="1.0">
        <info organisation="myorg"
              module="parent"
              revision="parentrev"
              status="not-the-default"
              publication="20041101110000"
        />
        <configurations>
            <conf name='default'/>
        </configurations>
        <dependencies>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 33.8K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/conversion.go

    ) *ParentError {
    	if parentRef.Kind == gvk.Service || parentRef.Kind == gvk.ServiceEntry {
    		// TODO: check if the service reference is valid
    		if false {
    			return &ParentError{
    				Reason:  ParentErrorParentRefConflict,
    				Message: fmt.Sprintf("parent service: %q is invalid", parentRef.Name),
    			}
    		}
    	} else {
    		// First, check section and port apply. This must come first
    		if parentRef.Port != 0 && parentRef.Port != parent.Port {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/conditions_test.go

    	lastTransitionTime := metav1.Now()
    	parentRef := httpRouteSpec.ParentRefs[0]
    	parentStatus := []k8s.RouteParentStatus{
    		{
    			ParentRef:      parentRef,
    			ControllerName: k8s.GatewayController("another-gateway-controller"),
    			Conditions: []metav1.Condition{
    				{Type: "foo", Status: "bar"},
    			},
    		},
    		{
    			ParentRef:      parentRef,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 13:05:41 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/mesh.status.yaml.golden

          type: Accepted
        - lastTransitionTime: fake
          message: All references resolved
          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        controllerName: istio.io/gateway-controller
        parentRef:
          group: ""
          kind: Service
          name: httpbin-apple
          namespace: apple
          port: 80
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/http.status.yaml.golden

          type: Accepted
        - lastTransitionTime: fake
          message: All references resolved
          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        controllerName: istio.io/gateway-controller
        parentRef:
          name: gateway
          namespace: istio-system
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      creationTimestamp: null
      name: http-not-selected
      namespace: default
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/route-precedence.status.yaml.golden

          type: Accepted
        - lastTransitionTime: fake
          message: All references resolved
          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        controllerName: istio.io/gateway-controller
        parentRef:
          group: ""
          kind: Service
          name: b-example
      - conditions:
        - lastTransitionTime: fake
          message: Route was valid
          reason: Accepted
          status: "True"
          type: Accepted
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/serviceentry.status.yaml.golden

          type: Accepted
        - lastTransitionTime: fake
          message: All references resolved
          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        controllerName: istio.io/gateway-controller
        parentRef:
          group: networking.istio.io
          kind: ServiceEntry
          name: egress
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      creationTimestamp: null
      name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 18:54:10 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/route-binding.status.yaml.golden

        - lastTransitionTime: fake
          message: All references resolved
          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        controllerName: istio.io/gateway-controller
        parentRef:
          name: gateway
          namespace: istio-system
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      creationTimestamp: null
      name: host-mismatch
      namespace: default
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/isolation.status.yaml.golden

            not found
          reason: BackendNotFound
          status: "False"
          type: ResolvedRefs
        controllerName: istio.io/gateway-controller
        parentRef:
          name: isolation
          namespace: gateway-conformance-infra
          sectionName: abc-foo-example-com
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top