Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for relabel (0.2 sec)

  1. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

                "type": "string"
              },
              "time": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/pkg.go

    // CoverVar holds the name of the generated coverage variables targeting the named file.
    type CoverVar struct {
    	File string // local file name
    	Var  string // name of count struct
    }
    
    // CoverSetup holds parameters related to coverage setup for a given package (covermode, etc).
    type CoverSetup struct {
    	Mode    string // coverage mode for this package
    	Cfg     string // path to config file to pass to "go tool cover"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

        exit 1
      fi
    }
    
    # Reads kube-env metadata from master
    #
    # Assumed vars:
    #   KUBE_MASTER
    #   PROJECT
    #   ZONE
    function get-master-env() {
      # TODO(zmerlynn): Make this more reliable with retries.
      gcloud compute --project "${PROJECT}" ssh --zone "${ZONE}" "${KUBE_MASTER}" --command \
        "curl --fail --silent -H 'Metadata-Flavor: Google' \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "time": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

            "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
            "properties": {
              "matchExpressions": {
                "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  6. src/runtime/proc.go

    // when first return back to C.
    // So that the destructor would invoke dropm while the non-Go thread is exiting.
    // This is much faster since it avoids expensive signal-related syscalls.
    //
    // This always runs without a P, so //go:nowritebarrierrec is required.
    //
    // This may run with a different stack than was recorded in g0 (there is no
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    declarations.
    </p>
    
    
    <h3 id="Label_scopes">Label scopes</h3>
    
    <p>
    Labels are declared by <a href="#Labeled_statements">labeled statements</a> and are
    used in the <a href="#Break_statements">"break"</a>,
    <a href="#Continue_statements">"continue"</a>, and
    <a href="#Goto_statements">"goto"</a> statements.
    It is illegal to define a label that is never used.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top