Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Point (0.16 sec)

  1. istioctl/pkg/describe/describe.go

    ) { // nolint: lll
    	fmt.Fprintf(writer, "%sVirtualService: %s\n", printSpaces(initPrintNum+printLevel0), kname(vs.ObjectMeta))
    
    	// There is no point in checking that 'port' uses HTTP (for HTTP route matches)
    	// or uses TCP (for TCP route matches) because if the port has the wrong name
    	// the VirtualService metadata will not appear.
    
    	matches := 0
    	facts := 0
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 50.4K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // List of objects depended by this object. If ALL objects in the list have
      // been deleted, this object will be garbage collected. If this object is managed by a controller,
      // then an entry in this list will point to this controller, with the controller field set to true.
      // There cannot be more than one managing controller.
      // +optional
      // +patchMergeKey=uid
      // +patchStrategy=merge
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
Back to top