Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for setLines (0.18 sec)

  1. src/net/http/h2_bundle.go

    			return
    		}
    	}
    
    	if opts.Settings != nil {
    		fr := &http2SettingsFrame{
    			http2FrameHeader: http2FrameHeader{valid: true},
    			p:                opts.Settings,
    		}
    		if err := fr.ForeachSetting(sc.processSetting); err != nil {
    			sc.rejectConn(http2ErrCodeProtocol, "invalid settings")
    			return
    		}
    		opts.Settings = nil
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	}
    	return nil
    }
    
    // DefaultResourcesConfig specifies the default k8s resources settings for all Istio control plane components.
    type DefaultResourcesConfig struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// k8s resources settings.
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// (as determined by kubelet) DNS settings.
    	DNSClusterFirstWithHostNet DNSPolicy = "ClusterFirstWithHostNet"
    
    	// DNSClusterFirst indicates that the pod should use cluster DNS
    	// first unless hostNetwork is true, if it is available, then
    	// fall back on the default (as determined by kubelet) DNS settings.
    	DNSClusterFirst DNSPolicy = "ClusterFirst"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

        * <a href="https://docs.pydantic.dev/latest/usage/types/extra_types/extra_types/" target="_blank"><code>pydantic-extra-types</code></a> - for extra types to be used with Pydantic.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// (as determined by kubelet) DNS settings.
    	DNSClusterFirstWithHostNet DNSPolicy = "ClusterFirstWithHostNet"
    
    	// DNSClusterFirst indicates that the pod should use cluster DNS
    	// first unless hostNetwork is true, if it is available, then
    	// fall back on the default (as determined by kubelet) DNS settings.
    	DNSClusterFirst DNSPolicy = "ClusterFirst"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (Affinity) SwaggerDoc() map[string]string {
    	return map_Affinity
    }
    
    var map_AppArmorProfile = map[string]string{
    	"":                 "AppArmorProfile defines a pod or container's AppArmor settings.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional PodAntiAffinity podAntiAffinity = 3;
    }
    
    // AppArmorProfile defines a pod or container's AppArmor settings.
    // +union
    message AppArmorProfile {
      // type indicates which kind of AppArmor profile will be applied.
      // Valid options are:
      //   Localhost - a profile pre-loaded on the node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // Name of the scheduling gate.
      // Each scheduling gate must have a unique name field.
      optional string name = 1;
    }
    
    // PodSecurityContext holds pod-level security attributes and common container settings.
    // Some fields are also present in container.securityContext.  Field values of
    // container.securityContext take precedence over field values of PodSecurityContext.
    message PodSecurityContext {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.8.md

        * rbac.authorization.k8s.io/v1alpha1
        * settings.k8s.io/v1alpha1
        * If you wish to continue using them in v1.8, please enable them explicitly using the `--runtime-config` flag of the apiserver (for example, `--runtime-config="rbac.authorization.k8s.io/v1alpha1,settings.k8s.io/v1alpha1"`)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.AppArmorProfile": {
            "description": "AppArmorProfile defines a pod or container's AppArmor settings.",
            "properties": {
              "localhostProfile": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top