Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 74 for parentRev (0.23 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      ParentRef that selects the same object must set the same set of
                      optional fields to different values. If one ParentRef sets a combination
                      of optional fields, all must set the same combination. \n Some examples:
                      \n * If one ParentRef sets `sectionName`, all ParentRefs referencing
                      the same object must also set `sectionName`. * If one ParentRef
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/libtf/object.h

    class Object : public Handle {
     public:
      /// Constructs a handle that acts as an object.
      Object() : Handle(TaggedValue::Dict()) {}
      /// Retrieves the key of the object's parent.
      static const String& ParentKey();
    
      /// @brief Gets an object member attribute`key`.
      ///
      /// If the `key` is not found in the object, the object's "__parent__"
      /// attribute is then searched.
      ///
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 11 08:05:36 UTC 2023
    - 23.6K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    	parentRefName := "<none>"
    	if obj.Spec.ParentRef != nil {
    		gr := schema.GroupResource{
    			Group:    obj.Spec.ParentRef.Group,
    			Resource: obj.Spec.ParentRef.Resource,
    		}
    		parentRefName = strings.ToLower(gr.String())
    		if obj.Spec.ParentRef.Namespace != "" {
    			parentRefName += "/" + obj.Spec.ParentRef.Namespace
    		}
    		parentRefName += "/" + obj.Spec.ParentRef.Name
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/util/pkiutil/pki_helpers.go

    func NewIntermediateCertificateAuthority(parentCert *x509.Certificate, parentKey crypto.Signer, config *CertConfig) (*x509.Certificate, crypto.Signer, error) {
    	key, err := NewPrivateKey(config.EncryptionAlgorithm)
    	if err != nil {
    		return nil, nil, errors.Wrap(err, "unable to create private key while generating intermediate CA certificate")
    	}
    
    	cert, err := NewSignedCert(config, key, parentCert, parentKey, true)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  5. pkg/apis/networking/types.go

    	// +optional
    	Spec IPAddressSpec
    }
    
    // IPAddressSpec describe the attributes in an IP Address,
    type IPAddressSpec struct {
    	// ParentRef references the resource that an IPAddress is attached to.
    	// An IPAddress must reference a parent object.
    	// +required
    	ParentRef *ParentReference
    }
    type ParentReference struct {
    	// Group is the group of the object being referenced.
    	Group string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 27.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/dwarfgen/dwinl.go

    		// writing them out to export data (see issue 4326). If DWARF
    		// inlined routine generation is turned on, we want to undo
    		// this versioning, since DWARF variables in question will be
    		// parented by the inlined routine and not the top-level
    		// caller.
    		synthCount := len(m)
    		for _, v := range sl {
    			vp := varPos{
    				DeclName: v.Name,
    				DeclFile: v.DeclFile,
    				DeclLine: v.DeclLine,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:45:07 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  7. pkg/registry/core/service/ipallocator/ipallocator.go

    			Labels: map[string]string{
    				networkingv1alpha1.LabelIPAddressFamily: string(a.IPFamily()),
    				networkingv1alpha1.LabelManagedBy:       ControllerName,
    			},
    		},
    		Spec: networkingv1alpha1.IPAddressSpec{
    			ParentRef: serviceToRef(svc),
    		},
    	}
    	_, err := a.client.IPAddresses().Create(context.Background(), &ipAddress, metav1.CreateOptions{})
    	if err != nil {
    		// update metrics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 17K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers_test.go

    		},
    		Spec: networking.IPAddressSpec{
    			ParentRef: &networking.ParentReference{
    				Group:     "mygroup",
    				Resource:  "myresource",
    				Namespace: "mynamespace",
    				Name:      "myname",
    			},
    		},
    	}
    	// Columns: Name, ParentRef, Age
    	expected := []metav1.TableRow{{Cells: []interface{}{"192.168.2.2", "myresource.mygroup/mynamespace/myname", "10y"}}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

            "description": "IPAddressSpec describe the attributes in an IP Address.",
            "properties": {
              "parentRef": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.networking.v1alpha1.ParentReference"
                  }
                ],
                "description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object."
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	// Entry 40 - 7F
    	0x3e, 0x3e, 0x3e, 0x3e, 0x43, 0x43, 0x42, 0x43,
    	0x43,
    }
    
    type parentRel struct {
    	lang       uint16
    	script     uint16
    	maxScript  uint16
    	toRegion   uint16
    	fromRegion []uint16
    }
    
    // Size: 414 bytes, 5 elements
    var parents = [5]parentRel{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
Back to top