Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for forced (0.26 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	}
    	if numComments != 0 {
    		t.Errorf("numComments (%d) != 0 after partial resync when numEndpoints (%d) > threshold (%d)", numComments, expectedEndpoints+3, largeClusterEndpointsThreshold)
    	}
    
    	// Now force a full resync and confirm that it rewrites the older services with
    	// no comments as well.
    	fp.forceSyncProxyRules()
    	expectedEndpoints += 3
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

    * Fixes bugs that make apiserver panic when aggregating valid but not well formed OpenAPI spec ([#63635](https://github.com/kubernetes/kubernetes/pull/63635), [@roycaihw](https://github.com/roycaihw))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-64255`](https://youtrack.jetbrains.com/issue/KT-64255) Forbid accessing internal setter from a derived class in another module
    - [`KT-64966`](https://youtrack.jetbrains.com/issue/KT-64966) Forbid generic delegating constructor calls with wrong type for generic parameter
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    				}
    			}
    		}
    	}
    	return allErrors
    }
    
    // validateImagePullSecrets checks to make sure the pull secrets are well
    // formed.  Right now, we only expect name to be set (it's the only field).  If
    // this ever changes and someone decides to set those fields, we'd like to
    // know.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'query.highlight.force.source'. <br>
         * The value is, e.g. false <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryHighlightForceSource();
    
        /**
         * Is the property for the key 'query.highlight.force.source' 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)
  6. CHANGELOG/CHANGELOG-1.24.md

    - Volumes are no longer detached from healthy nodes after 6 minutes timeout. 6 minute force-detach timeout is used only for unhealthy nodes (`node.status.conditions["Ready"] != true`). ([#110721](https://github.com/kubernetes/kubernetes/pull/110721), [@jsafrane](https://github.com/jsafrane)) [SIG Apps]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.29.md

    ### CVE-2024-3177: Bypassing mountable secrets policy imposed by the ServiceAccount admission plugin
    
    A security issue was discovered in Kubernetes where users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using containers, init containers, and ephemeral containers with the envFrom field populated.
    
    **Affected Versions**:
      - kube-apiserver v1.29.0 - v1.29.3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  8. pkg/registry/core/service/storage/storage_test.go

    			}
    
    			// Ensure IPs and ports were deallocated
    			proveClusterIPsDeallocated(t, storage, createdSvc, nil)
    			proveNodePortsDeallocated(t, storage, createdSvc, nil)
    
    			// Force the same IPs and ports
    			svc2 := tc.svc.DeepCopy()
    			svc2.Name += "2"
    			svc2.Spec.ClusterIP = createdSvc.Spec.ClusterIP
    			svc2.Spec.ClusterIPs = createdSvc.Spec.ClusterIPs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  9. doc/go_spec.html

    <h3 id="Tokens">Tokens</h3>
    
    <p>
    Tokens form the vocabulary of the Go language.
    There are four classes: <i>identifiers</i>, <i>keywords</i>, <i>operators
    and punctuation</i>, and <i>literals</i>.  <i>White space</i>, formed from
    spaces (U+0020), horizontal tabs (U+0009),
    carriage returns (U+000D), and newlines (U+000A),
    is ignored except as it separates tokens
    that would otherwise combine into a single token. Also, a newline or end of file
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.28.md

    ### CVE-2024-3177: Bypassing mountable secrets policy imposed by the ServiceAccount admission plugin
    
    A security issue was discovered in Kubernetes where users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using containers, init containers, and ephemeral containers with the envFrom field populated.
    
    **Affected Versions**:
      - kube-apiserver v1.29.0 - v1.29.3
    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