Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for customFile (0.21 sec)

  1. cmd/kubeadm/app/apis/kubeadm/v1beta3/types.go

    type DNSAddOnType string
    
    // DNS defines the DNS addon that should be used in the cluster
    type DNS struct {
    	// ImageMeta allows to customize the image used for the DNS component
    	ImageMeta `json:",inline"`
    }
    
    // ImageMeta allows to customize the image used for components that are not
    // originated from the Kubernetes/Kubernetes release process
    type ImageMeta struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/types.go

    	// is the global endpoint for the cluster, which then loadbalances the requests to each individual API server. This
    	// configuration object lets you customize what IP/DNS name and port the local API server advertises it's accessible
    	// on. By default, kubeadm tries to auto-detect the IP of the default interface and use that, but in case that process
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// is the global endpoint for the cluster, which then loadbalances the requests to each individual API server. This
    	// configuration object lets you customize what IP/DNS name and port the local API server advertises it's accessible
    	// on. By default, kubeadm tries to auto-detect the IP of the default interface and use that, but in case that process
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  4. src/encoding/csv/reader.go

    }
    
    // A Reader reads records from a CSV-encoded file.
    //
    // As returned by [NewReader], a Reader expects input conforming to RFC 4180.
    // The exported fields can be changed to customize the details before the
    // first call to [Reader.Read] or [Reader.ReadAll].
    //
    // The Reader converts all \r\n sequences in its input to plain \n,
    // including in multiline field values, so that the returned data does
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:32:28 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/plugins.adoc

    Script Plugins :: Script plugins are Groovy DSL or Kotlin DSL scripts that are applied directly to a Gradle build script using the `apply from:` syntax.
    They are applied inline within a build script to add functionality or customize the build process.
    They are simple to use.
    
    A plugin often starts as a script plugin (because they are easy to write).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 04:11:37 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/constants/constants.go

    	// This file should exist under KubeletRunDirectory
    	KubeletConfigurationFileName = "config.yaml"
    
    	// KubeletEnvFileName is a file "kubeadm init" writes at runtime. Using that interface, kubeadm can customize certain
    	// kubelet flags conditionally based on the environment at runtime. Also, parameters given to the configuration file
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  7. pkg/istio-agent/agent_test.go

    	ProxyConfig      *meshconfig.ProxyConfig
    	Security         security.Options
    	AgentConfig      AgentOptions
    	XdsAuthenticator *security.FakeAuthenticator
    	CaAuthenticator  *security.FakeAuthenticator
    
    	// customize bootstrap generator
    	bootstrapGenerator model.XdsResourceGenerator
    
    	envoyEnable bool
    
    	agent *Agent
    }
    
    func Setup(t *testing.T, opts ...func(a AgentTest) AgentTest) *AgentTest {
    	d := t.TempDir()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/config.go

    	LegacyAPIGroupPrefixes sets.String
    	// RequestInfoResolver is used to assign attributes (used by admission and authorization) based on a request URL.
    	// Use-cases that are like kubelets may need to customize this.
    	RequestInfoResolver apirequest.RequestInfoResolver
    	// Serializer is required and provides the interface for serializing and converting objects to and from the wire
    	// The default (api.Codecs) usually works fine.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top