Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 105 for targetRefs (0.36 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    labels that indicate a specific set of pods/VMs on which a policy should be applied. type: object type: object sha256: description: SHA256 checksum that will be used to verify Wasm module or OCI container. pattern: (^$|^[a-f0-9]{64}$) type: string targetRef: description: Optional. properties: group: description: group is the group of the target resource. type: string kind: description: kind is kind of the target resource. type: string name: description: name is the name of the target resource. type:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/zz_generated.conversion.go

    	out.IP = in.IP
    	out.Hostname = in.Hostname
    	out.NodeName = (*string)(unsafe.Pointer(in.NodeName))
    	out.TargetRef = (*core.ObjectReference)(unsafe.Pointer(in.TargetRef))
    	return nil
    }
    
    // Convert_v1_EndpointAddress_To_core_EndpointAddress is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	NodeName *string `json:"nodeName,omitempty" protobuf:"bytes,4,opt,name=nodeName"`
    	// Reference to object providing the endpoint.
    	// +optional
    	TargetRef *ObjectReference `json:"targetRef,omitempty" protobuf:"bytes,2,opt,name=targetRef"`
    }
    
    // EndpointPort is a tuple that describes a single port.
    // +structType=atomic
    type EndpointPort struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.TargetRef == nil {
    				m.TargetRef = &ObjectReference{}
    			}
    			if err := m.TargetRef.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 3:
    			if wireType != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.24.md

    - Endpoints and EndpointSlice controllers no longer populate [resourceVersion of targetRef](https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/object-reference/#ObjectReference) in Endpoints and EndpointSlices ([#108450](https://github.com/kubernetes/kubernetes/pull/108450), [@tnqn](https://github.com/tnqn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string nodeName = 4;
    
      // Reference to object providing the endpoint.
      // +optional
      optional ObjectReference targetRef = 2;
    }
    
    // EndpointPort is a tuple that describes a single port.
    // +structType=atomic
    message EndpointPort {
      // The name of this port.  This must match the 'name' field in the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	Hostname string
    	// Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.
    	// +optional
    	NodeName *string
    	// Optional: The kubernetes object related to the entry point.
    	TargetRef *ObjectReference
    }
    
    // EndpointPort is a tuple that describes a single port.
    type EndpointPort struct {
    	// The name of this port (corresponds to ServicePort.Name).  Optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"hostname":  "The Hostname of this endpoint",
    	"nodeName":  "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.",
    	"targetRef": "Reference to object providing the endpoint.",
    }
    
    func (EndpointAddress) SwaggerDoc() map[string]string {
    	return map_EndpointAddress
    }
    
    var map_EndpointPort = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string nodeName = 4;
    
      // Reference to object providing the endpoint.
      // +optional
      optional ObjectReference targetRef = 2;
    }
    
    // EndpointPort is a tuple that describes a single port.
    // +structType=atomic
    message EndpointPort {
      // The name of this port.  This must match the 'name' field in the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"targetRef": {
    						SchemaProps: spec.SchemaProps{
    							Description: "targetRef is a reference to a Kubernetes object that represents this endpoint.",
    							Ref:         ref("k8s.io/api/core/v1.ObjectReference"),
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top