Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for paste (0.18 sec)

  1. common-protos/k8s.io/api/autoscaling/v2beta2/generated.proto

      // current contains the current value for the given metric
      optional MetricValueStatus current = 2;
    }
    
    // HPAScalingPolicy is a single policy which must hold true for a specified past interval.
    message HPAScalingPolicy {
      // type is used to specify the scaling policy.
      optional string type = 1;
    
      // value contains the amount of change which is permitted by the policy.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 21K bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-ingress/NOTES.txt

    # Port and basic host configuration
    
    In order to configure the Service object, the install/upgrade needs to provide a list of all ports.
    In the past, this was done when installing/upgrading full istio, and involved some duplication - ports configured
    both in upgrade, Gateway and VirtualService.
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Apr 15 21:29:06 GMT 2020
    - 2K bytes
    - Viewed (0)
  3. RELEASE_BRANCHES.md

      held off after the release. Hiding/Showing documentation does not require TOC approval.
    * Cases for other API changes require TOC approval
        * Simple `meshConfig` changes have been approved in the past. Functionality should not be enabled by default.
    * For large API changes, 2 members of the TOC must approve the PR before release manager approval in the release branch
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Nov 12 23:27:43 GMT 2021
    - 3.9K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/autoscaling/v2/generated.proto

      // current contains the current value for the given metric
      optional MetricValueStatus current = 2;
    }
    
    // HPAScalingPolicy is a single policy which must hold true for a specified past interval.
    message HPAScalingPolicy {
      // type is used to specify the scaling policy.
      optional string type = 1;
    
      // value contains the amount of change which is permitted by the policy.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 21.3K bytes
    - Viewed (0)
  5. cni/pkg/nodeagent/podcgroupns.go

    }
    
    func GetFd(f fs.File) (uintptr, error) {
    	if fdable, ok := f.(interface{ Fd() uintptr }); ok {
    		return fdable.Fd(), nil
    	}
    
    	return 0, fmt.Errorf("unable to get fd")
    }
    
    /// mostly copy pasted from spire below:
    
    // regexes listed here have to exclusively match a cgroup path
    // the regexes must include two named groups "poduid" and "containerid"
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 21:47:31 GMT 2024
    - 11K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    flexibility. - the dedicated pilot-per-ingress is required if the gateway needs to support k8s-style ingress. # Port and basic host configuration In order to configure the Service object, the install/upgrade needs to provide a list of all ports. In the past, this was done when installing/upgrading full istio, and involved some duplication - ports configured both in upgrade, Gateway and VirtualService. The new Ingress chart uses a 'values.yaml' (see user-example-ingress), which auto-generates Service ports,...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top