Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for T11 (0.03 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    			requestedName: "t11-foo1",
    			recursive:     true,
    			fieldSelector: fields.SelectorFromSet(fields.Set{
    				"metadata.name":      "t11-foo1",
    				"metadata.namespace": "t11-ns1",
    			}),
    			watchTests: []*testWatchStruct{
    				{baseNamespacedPod("t11-foo1", "t11-ns1"), true, watch.Added},
    				{baseNamespacedPod("t11-foo2", "t11-ns1"), false, ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  2. maven-compat/src/test/java/org/apache/maven/project/inheritance/t11/ProjectInheritanceTest.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.project.inheritance.t11;
    
    import java.io.File;
    
    import org.apache.maven.project.MavenProject;
    import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
    import org.junit.jupiter.api.Test;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 05:46:50 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. pkg/registry/core/pod/storage/eviction_test.go

    				},
    			}},
    			eviction:            &policy.Eviction{ObjectMeta: metav1.ObjectMeta{Name: "t11", Namespace: "default"}, DeleteOptions: metav1.NewDeleteOptions(0)},
    			expectError:         "Cannot evict pod as it would violate the pod's disruption budget.: TooManyRequests: The disruption budget foo needs 3 healthy pods and has 3 currently",
    			podName:             "t11",
    			expectedDeleteCount: 0,
    			podTerminating:      false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 09:26:37 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top