Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 700 for clip (0.04 sec)

  1. cmd/kubemark/hollow-node.go

    limitations under the License.
    */
    
    package main
    
    import (
    	"os"
    
    	"k8s.io/component-base/cli"
    	"k8s.io/kubernetes/cmd/kubemark/app"
    )
    
    func main() {
    	command := app.NewHollowNodeCommand()
    	code := cli.Run(command)
    	os.Exit(code)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 15 13:01:42 UTC 2023
    - 767 bytes
    - Viewed (0)
  2. pkg/kube/client_factory.go

    		restConfig, err := out.ToRESTConfig()
    		if err != nil {
    			return nil, err
    		}
    		// Setup cached discovery. CLIs uses disk cache, controllers use memory cache.
    		if diskCache {
    			// From https://github.com/kubernetes/cli-runtime/blob/4fdf49ae46a0caa7fafdfe97825c6129d5153f06/pkg/genericclioptions/config_flags.go#L288
    
    			cacheDir := filepath.Join(homedir.HomeDir(), ".kube", "cache")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 21:30:37 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  3. istioctl/pkg/version/version.go

    	"istio.io/istio/istioctl/pkg/cli"
    	"istio.io/istio/istioctl/pkg/clioptions"
    	"istio.io/istio/istioctl/pkg/multixds"
    	"istio.io/istio/operator/cmd/mesh"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/xds"
    	"istio.io/istio/pkg/proxy"
    	istioVersion "istio.io/istio/pkg/version"
    )
    
    func NewVersionCommand(ctx cli.Context) *cobra.Command {
    	profileCmd := mesh.ProfileCmd(ctx)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/PluginsBlockInterpreter.kt

                infixVersion * optionalApply
            }
    
            val infixApplyVersion by debug {
                flip(infixApply, optionalVersion)
            }
    
            val dotVersionApply by debug {
                dotVersion * optionalApply
            }
    
            val dotApplyVersion by debug {
                flip(dotApply, optionalVersion)
            }
    
            val optionalVersionAndApply by debug {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. OWNERS_ALIASES

      # - resouer
      # - wgliang
    
      sig-cli-maintainers:
        - ardaguclu
        - apelisse
        - brianpursley
        - eddiezane
        - seans3
        - soltysh
      # emeritus:
      # - adohe
      # - brendandburns
      # - deads2k
      # - droot
      # - janetkuo
      # - mengqiy
      # - monopole
      # - smarterclayton
      # - KnVerey
      # - pwittrock
      sig-cli-reviewers:
        - ardaguclu
        - brianpursley
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  6. istioctl/pkg/cli/mock_test.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package cli
    
    import (
    	"net/http"
    
    	"k8s.io/cli-runtime/pkg/resource"
    	"k8s.io/client-go/rest/fake"
    	cmdtesting "k8s.io/kubectl/pkg/cmd/testing"
    	"k8s.io/kubectl/pkg/cmd/util"
    
    	"istio.io/istio/pkg/kube"
    )
    
    func init() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. .idea/encodings.xml

        <file url="file://$PROJECT_DIR$/plugins/allopen/allopen.cli/resources" charset="UTF-8" />
        <file url="file://$PROJECT_DIR$/plugins/kapt3/kapt3-compiler/resources" charset="UTF-8" />
        <file url="file://$PROJECT_DIR$/plugins/kotlinx-serialization/kotlinx-serialization.cli/resources" charset="UTF-8" />
        <file url="file://$PROJECT_DIR$/plugins/lombok/lombok.cli/resources" charset="UTF-8" />
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Aug 22 14:23:18 UTC 2022
    - 5.9K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/launcher/cli/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Interfaces for configuring the cli client.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 13 13:24:29 UTC 2022
    - 708 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/main.go

    import (
    	"os"
    
    	"k8s.io/apiextensions-apiserver/pkg/cmd/server"
    	genericapiserver "k8s.io/apiserver/pkg/server"
    	"k8s.io/component-base/cli"
    )
    
    func main() {
    	ctx := genericapiserver.SetupSignalContext()
    	cmd := server.NewServerCommand(ctx, os.Stdout, os.Stderr)
    	code := cli.Run(cmd)
    	os.Exit(code)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 888 bytes
    - Viewed (0)
  10. maven-embedder/src/main/java/org/apache/maven/cli/logging/impl/UnsupportedSlf4jBindingConfiguration.java

     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.cli.logging.impl;
    
    import java.net.URL;
    import java.util.Map;
    import java.util.Set;
    
    import org.apache.maven.cli.logging.BaseSlf4jConfiguration;
    
    /**
     * Pseudo-configuration for unsupported SLF4J binding.
     *
     * @since 3.2.4
     */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top