Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for toolID (0.34 sec)

  1. staging/src/k8s.io/api/core/v1/generated.proto

      // characters, '-', '_' or '.'. The serialized form of the secret data is a
      // base64 encoded string, representing the arbitrary (possibly non-string)
      // data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
      // +optional
      map<string, bytes> data = 2;
    
      // stringData allows specifying non-binary secret data in string form.
      // It is provided as a write-only input field for convenience.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// externalName is the external reference that discovery mechanisms will
    	// return as an alias for this service (e.g. a DNS CNAME record). No
    	// proxying will be involved.  Must be a lowercase RFC-1123 hostname
    	// (https://tools.ietf.org/html/rfc1123) and requires `type` to be "ExternalName".
    	// +optional
    	ExternalName string `json:"externalName,omitempty" protobuf:"bytes,10,opt,name=externalName"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                    description: BPFPolicyDebugEnabled when true, Felix records detailed
                      information about the BPF policy programs, which can be examined
                      with the calico-bpf command-line tool.
                    type: boolean
                  chainInsertMode:
                    description: 'ChainInsertMode controls whether Felix hooks the kernel''s
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// ExternalName is the external reference that kubedns or equivalent will
    	// return as a CNAME record for this service. No proxying will be involved.
    	// Must be a valid RFC-1123 hostname (https://tools.ietf.org/html/rfc1123)
    	// and requires Type to be ExternalName.
    	ExternalName string
    
    	// ExternalIPs are used by external load balancers, or can be set by
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    func (x *GlobalConfig) GetIpFamilyPolicy() string {
    	if x != nil {
    		return x.IpFamilyPolicy
    	}
    	return ""
    }
    
    // Configuration for Security Token Service (STS) server.
    //
    // See https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16
    type STSConfig struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  6. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

      Use \`browserslist\` key in \`package.json\` or \`.browserslistrc\` file.
    
      Using \`browsers\` option can cause errors. Browserslist config can
      be used for Babel, Autoprefixer, postcss-normalize and other tools.
    
      If you really need to use option, rename it to \`overrideBrowserslist\`.
    
      Learn more at:
      https://github.com/browserslist/browserslist#readme
      https://twitter.com/browserslist
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top