Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,972 for golfing (0.14 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"goal_net":                             "\U0001f945",
    	"goat":                                 "\U0001f410",
    	"goggles":                              "\U0001f97d",
    	"golf":                                 "\u26f3",
    	"golfing":                              "\U0001f3cc\ufe0f",
    	"golfing_man":                          "\U0001f3cc\ufe0f\u200d\u2642\ufe0f",
    	"golfing_woman":                        "\U0001f3cc\ufe0f\u200d\u2640\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. hack/lib/golang.sh

      done
    }
    
    # Asks golang what it thinks the host platform is. The go tool chain does some
    # slightly different things when the target platform matches the host platform.
    kube::golang::host_platform() {
      echo "$(go env GOHOSTOS)/$(go env GOHOSTARCH)"
    }
    
    # Takes the platform name ($1) and sets the appropriate golang env variables
    # for that platform.
    kube::golang::set_platform_envs() {
      [[ -n ${1-} ]] || {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  3. pkg/controller/deployment/rolling.go

    	"fmt"
    	"sort"
    
    	apps "k8s.io/api/apps/v1"
    	"k8s.io/klog/v2"
    	"k8s.io/kubernetes/pkg/controller"
    	deploymentutil "k8s.io/kubernetes/pkg/controller/deployment/util"
    )
    
    // rolloutRolling implements the logic for rolling a new replica set.
    func (dc *DeploymentController) rolloutRolling(ctx context.Context, d *apps.Deployment, rsList []*apps.ReplicaSet) error {
    	newRS, oldRSs, err := dc.getAllReplicaSetsAndSyncRevision(ctx, d, rsList, true)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  4. pilot/pkg/config/monitor/README.md

    as needed.
    
    ## Creating a Monitor
    
    To create a monitor, you should provide the `crd.Controller`, a polling interval, and
    a function that returns `[]*model.Config`.
    
    ```golang
    monitor := file.NewMonitor(
        controller,      // The crd controller holding the store and event handlers
        1*time.Second,   // How quickly the monitor requests new snapshots
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Sep 14 20:15:07 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/golang.org_x_internal_v0.1.0.txt

    written by hand — loosely derived from golang.org/x/crypto/internal/subtle,
    but splitting the internal package across a module boundary
    
    -- .mod --
    module golang.org/x/internal
    -- .info --
    {"Version":"v0.1.0","Name":"","Short":"","Time":"2018-07-25T17:24:00Z"}
    -- go.mod --
    module golang.org/x/internal
    -- subtle/aliasing.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 01:58:53 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/golang.org_x_useinternal_v0.1.0.txt

    written by hand — uses an internal package from another module
    (https://golang.org/s/go14internal)
    
    -- .mod --
    module golang.org/x/useinternal
    -- .info --
    {"Version":"v0.1.0","Name":"","Short":"","Time":"2018-07-25T17:24:00Z"}
    -- go.mod --
    module golang.org/x/useinternal
    -- useinternal.go --
    package useinternal
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 01:58:53 UTC 2018
    - 356 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/golang.org_notx_useinternal_v0.1.0.txt

    written by hand — attempts to use a prohibited internal package
    (https://golang.org/s/go14internal)
    
    -- .mod --
    module golang.org/notx/useinternal
    -- .info --
    {"Version":"v0.1.0","Name":"","Short":"","Time":"2018-07-25T17:24:00Z"}
    -- go.mod --
    module golang.org/notx/useinternal
    -- useinternal.go --
    package useinternal
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 01:58:53 UTC 2018
    - 363 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/golang.org_x_text_v0.3.0.txt

    written by hand - just enough to compile rsc.io/sampler, rsc.io/quote
    
    -- .mod --
    module golang.org/x/text
    -- .info --
    {"Version":"v0.3.0","Name":"","Short":"","Time":"2017-09-16T03:28:32Z"}
    -- go.mod --
    module golang.org/x/text
    -- unused/unused.go --
    package unused
    -- language/lang.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 10 00:47:13 UTC 2018
    - 1.1K bytes
    - Viewed (0)
  9. releasenotes/notes/cni-rolling-max-available.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 10 20:56:27 UTC 2023
    - 162 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/golang.org_x_text_v0.0.0-20170915032832-14c0d48ead0c.txt

    written by hand - just enough to compile rsc.io/sampler, rsc.io/quote
    
    -- .mod --
    module golang.org/x/text
    -- .info --
    {"Version":"v0.0.0-20170915032832-14c0d48ead0c","Name":"v0.0.0-20170915032832-14c0d48ead0c","Short":"14c0d48ead0c","Time":"2017-09-15T03:28:32Z"}
    -- go.mod --
    module golang.org/x/text
    -- unused/unused.go --
    package unused
    -- language/lang.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 10 00:47:13 UTC 2018
    - 1.2K bytes
    - Viewed (0)
Back to top