Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lives (0.07 sec)

  1. cluster/gce/windows/testonly/install-ssh.psm1

            "http://metadata.google.internal/computeMetadata/v1/project/attributes/sshKeys"
      } catch {}
      $response= $r1 + $r2
    
      # Split the response into lines; handle both \r\n and \n line breaks.
      $tuples = $response -split "\r?\n"
    
      $users_to_keys = @{}
      foreach($line in $tuples) {
        if ([string]::IsNullOrEmpty($line)) {
          continue
        }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 05:09:18 UTC 2021
    - 11.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      // +optional
      optional bool optionalOldSelf = 6;
    }
    
    // WebhookClientConfig contains the information to make a TLS connection with the webhook.
    message WebhookClientConfig {
      // url gives the location of the webhook, in standard URL form
      // (`scheme://host:port/path`). Exactly one of `url` or `service`
      // must be specified.
      //
      // The `host` should not refer to a service running in the cluster; use
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // +optional
      optional bool optionalOldSelf = 6;
    }
    
    // WebhookClientConfig contains the information to make a TLS connection with the webhook.
    message WebhookClientConfig {
      // url gives the location of the webhook, in standard URL form
      // (`scheme://host:port/path`). Exactly one of `url` or `service`
      // must be specified.
      //
      // The `host` should not refer to a service running in the cluster; use
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top