Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 74 for parentRev (0.19 sec)

  1. staging/src/k8s.io/api/networking/v1alpha1/zz_generated.deepcopy.go

    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *IPAddressSpec) DeepCopyInto(out *IPAddressSpec) {
    	*out = *in
    	if in.ParentRef != nil {
    		in, out := &in.ParentRef, &out.ParentRef
    		*out = new(ParentReference)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPAddressSpec.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:58 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. releasenotes/notes/2309-gateway-api.yaml

    issue:
      - https://github.com/kubernetes-sigs/gateway-api/issues/2309
    
    releaseNotes:
    - |
      **Fixed** Istio's Gateway API implementation to adhere to the Gateway API
      requirement that a `group: ""` field must be set for a `parentRef` of `kind: Service`.
      Istio previously tolerated the missing group for Service-kind parent references. This
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 25 22:57:42 UTC 2023
    - 470 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/networking.k8s.io.v1alpha1.IPAddress.json

            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "parentRef": {
          "group": "groupValue",
          "resource": "resourceValue",
          "namespace": "namespaceValue",
          "name": "nameValue"
        }
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 10 11:03:19 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  4. tensorflow/cc/experimental/libtf/object.cc

    // Implementation of objects.
    #include "tensorflow/cc/experimental/libtf/object.h"
    
    #include <type_traits>
    
    namespace tf {
    namespace libtf {
    
    const String& Object::ParentKey() {
      static const String* key = new String("__parent__");
      return *key;
    }
    
    }  // namespace libtf
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 10 22:48:48 UTC 2021
    - 961 bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/grpc.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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. pkg/apis/networking/v1alpha1/zz_generated.conversion.go

    }
    
    func autoConvert_v1alpha1_IPAddressSpec_To_networking_IPAddressSpec(in *v1alpha1.IPAddressSpec, out *networking.IPAddressSpec, s conversion.Scope) error {
    	out.ParentRef = (*networking.ParentReference)(unsafe.Pointer(in.ParentRef))
    	return nil
    }
    
    // Convert_v1alpha1_IPAddressSpec_To_networking_IPAddressSpec is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:58 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                if (this.drops...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 65.7K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/mcs.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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 28 21:44:38 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/tcp.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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  10. pkg/registry/core/service/ipallocator/controller/repairip_test.go

    						networkingv1alpha1.LabelManagedBy:       ipallocator.ControllerName,
    					},
    					CreationTimestamp: metav1.Date(2012, 1, 1, 0, 0, 0, 0, time.UTC),
    				},
    				Spec: networkingv1alpha1.IPAddressSpec{
    					ParentRef: &networkingv1alpha1.ParentReference{
    						Group:     "",
    						Resource:  "services",
    						Name:      "foo",
    						Namespace: "bar",
    					},
    				},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top