Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for rollout (0.14 sec)

  1. pkg/apis/core/v1/defaults_test.go

    	// ensure types are installed
    	_ "k8s.io/kubernetes/pkg/apis/core/install"
    )
    
    // TestWorkloadDefaults detects changes to defaults within PodTemplateSpec.
    // Defaulting changes within this type can cause spurious rollouts of workloads on API server update.
    func TestWorkloadDefaults(t *testing.T) {
    	t.Run("enabled_features", func(t *testing.T) { testWorkloadDefaults(t, true) })
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  2. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

         * @param stdout stdout
         * @param stderr stderr
         * @return return code
         */
        public int doMain(String[] args, String workingDirectory, PrintStream stdout, PrintStream stderr) {
            PrintStream oldout = System.out;
            PrintStream olderr = System.err;
    
            final Set<String> realms;
            if (classWorld != null) {
                realms = new HashSet<>();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_386.go

    	EPOLLET                          = -0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    	EPOLLOUT                         = 0x4
    	EPOLLPRI                         = 0x2
    	EPOLLRDBAND                      = 0x80
    	EPOLLRDHUP                       = 0x2000
    	EPOLLRDNORM                      = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

          : RewritePattern(
                RollOp::getOperationName(), 1, context,
                {ConstOp::getOperationName(), SliceOp::getOperationName(),
                 ConcatV2Op::getOperationName()}) {}
    
      LogicalResult matchAndRewrite(Operation *op,
                                    PatternRewriter &rewriter) const override {
        auto tf_roll_op = cast<RollOp>(op);
    
        auto input_ty =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_amd64.go

    	EPOLLET                          = -0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    	EPOLLOUT                         = 0x4
    	EPOLLPRI                         = 0x2
    	EPOLLRDBAND                      = 0x80
    	EPOLLRDHUP                       = 0x2000
    	EPOLLRDNORM                      = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_arm.go

    	EPOLLET                          = -0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    	EPOLLOUT                         = 0x4
    	EPOLLPRI                         = 0x2
    	EPOLLRDBAND                      = 0x80
    	EPOLLRDHUP                       = 0x2000
    	EPOLLRDNORM                      = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips.go

    	EPOLLET                          = 0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    	EPOLLOUT                         = 0x4
    	EPOLLPRI                         = 0x2
    	EPOLLRDBAND                      = 0x80
    	EPOLLRDHUP                       = 0x2000
    	EPOLLRDNORM                      = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mips64.go

    	EPOLLET                          = 0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    	EPOLLOUT                         = 0x4
    	EPOLLPRI                         = 0x2
    	EPOLLRDBAND                      = 0x80
    	EPOLLRDHUP                       = 0x2000
    	EPOLLRDNORM                      = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_mips64le.go

    	EPOLLET                          = 0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    	EPOLLOUT                         = 0x4
    	EPOLLPRI                         = 0x2
    	EPOLLRDBAND                      = 0x80
    	EPOLLRDHUP                       = 0x2000
    	EPOLLRDNORM                      = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_mipsle.go

    	EPOLLET                          = 0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    	EPOLLOUT                         = 0x4
    	EPOLLPRI                         = 0x2
    	EPOLLRDBAND                      = 0x80
    	EPOLLRDHUP                       = 0x2000
    	EPOLLRDNORM                      = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
Back to top