Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 41 for Required (0.23 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

    - As of v1.25, the PodSecurity `restricted` level no longer requires pods that set .spec.os.name="windows" to also set Linux-specific securityContext fields. If a 1.25+ cluster has unsupported [out-of-skew](https://kubernetes.io/releases/version-skew-policy/#kubelet) nodes prior to v1.23 and wants to ensure namespaces enforcing the `restricted` policy continue to require Linux-specific securityContext fields on all pods, ensure a version of the `restricted` prior...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. doc/go_spec.html

    Source code containing an integer literal such as <code>0b1011</code>
    will be rejected if the implied or required language version used by
    the compiler is older than Go 1.13.
    </p>
    
    <p>
    The following table describes the minimum language version required for
    features introduced after Go 1.
    </p>
    
    <h4 id="Go_1.9">Go 1.9</h4>
    <ul>
    <li>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    - Certain `requestBody` parameters in the OpenAPI `v3` are now correctly marked as required. ([#120735](https://github.com/kubernetes/kubernetes/pull/120735), [@Jefftree](https://github.com/Jefftree))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

    - A new feature was enabled to improve the performance of the iptables mode of `kube-proxy` in large clusters. No action was required, however:
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    	return pp, nil
    }
    
    // PushPromiseParam are the parameters for writing a PUSH_PROMISE frame.
    type http2PushPromiseParam struct {
    	// StreamID is the required Stream ID to initiate.
    	StreamID uint32
    
    	// PromiseID is the required Stream ID which this
    	// Push Promises
    	PromiseID uint32
    
    	// BlockFragment is part (or all) of a Header Block.
    	BlockFragment []byte
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Note the pod will be crashlooping, so this may take a few minutes to become fully functional based on when the retry occurs.
    	// This requires no RBAC privilege, but will require the CNI agent to run as a privileged pod.
    	RepairPods bool `protobuf:"varint,11,opt,name=repairPods,proto3" json:"repairPods,omitempty"`
    	// No longer used.
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.26.md

    - Fixed two regressions introduced by the PodDisruptionConditions feature (on by default in 1.26):
      - pod eviction API calls returned spurious precondition errors and required a second evict API call to succeed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'api.access.token.required'. <br>
         * The value is, e.g. false <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getApiAccessTokenRequired();
    
        /**
         * Is the property for the key 'api.access.token.required' true? <br>
         * The value is, e.g. false <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/zz_generated.conversion.go

    }
    
    func autoConvert_v1_VolumeNodeAffinity_To_core_VolumeNodeAffinity(in *v1.VolumeNodeAffinity, out *core.VolumeNodeAffinity, s conversion.Scope) error {
    	out.Required = (*core.NodeSelector)(unsafe.Pointer(in.Required))
    	return nil
    }
    
    // Convert_v1_VolumeNodeAffinity_To_core_VolumeNodeAffinity is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.28.md

    ## Changelog since v1.27.0
    
    ## Urgent Upgrade Notes 
    
    ### (No, really, you MUST read this before you upgrade)
    
    - Action required for the custom scheduler plugin developers. 
      Here's the breaking change in `EnqueueExtension` in the scheduling framework. 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
Back to top