Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 99 for paused (0.18 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "paused": {
              "description": "Indicates that the deployment is paused.",
              "type": "boolean"
            },
            "progressDeadlineSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    		`MinReadySeconds:` + fmt.Sprintf("%v", this.MinReadySeconds) + `,`,
    		`RevisionHistoryLimit:` + valueToStringGenerated(this.RevisionHistoryLimit) + `,`,
    		`Paused:` + fmt.Sprintf("%v", this.Paused) + `,`,
    		`RollbackTo:` + strings.Replace(this.RollbackTo.String(), "RollbackConfig", "RollbackConfig", 1) + `,`,
    		`ProgressDeadlineSeconds:` + valueToStringGenerated(this.ProgressDeadlineSeconds) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    ## Notable Changes to Existing Behavior
    
    ### Deployments
    
    - ReplicaSets of paused Deployments are now scaled while the Deployment is paused. This is retroactive to existing Deployments.
    - When scaling a Deployment during a rollout, the ReplicaSets of all Deployments are now scaled proportionally based on the number of replicas they each have instead of only scaling the newest ReplicaSet.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1/generated.pb.go

    		`MinReadySeconds:` + fmt.Sprintf("%v", this.MinReadySeconds) + `,`,
    		`RevisionHistoryLimit:` + valueToStringGenerated(this.RevisionHistoryLimit) + `,`,
    		`Paused:` + fmt.Sprintf("%v", this.Paused) + `,`,
    		`ProgressDeadlineSeconds:` + valueToStringGenerated(this.ProgressDeadlineSeconds) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *DeploymentStatus) String() string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 217.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    		`MinReadySeconds:` + fmt.Sprintf("%v", this.MinReadySeconds) + `,`,
    		`RevisionHistoryLimit:` + valueToStringGenerated(this.RevisionHistoryLimit) + `,`,
    		`Paused:` + fmt.Sprintf("%v", this.Paused) + `,`,
    		`ProgressDeadlineSeconds:` + valueToStringGenerated(this.ProgressDeadlineSeconds) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *DeploymentStatus) String() string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    subject.
    
      `Go on with the next verse,' the Gryphon repeated impatiently:
    `it begins "I passed by his garden."'
    
      Alice did not dare to disobey, though she felt sure it would
    all come wrong, and she went on in a trembling voice:--
    
        `I passed by his garden, and marked, with one eye,
        How the Owl and the Panther were sharing a pie--'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    subject.
    
      `Go on with the next verse,' the Gryphon repeated impatiently:
    `it begins "I passed by his garden."'
    
      Alice did not dare to disobey, though she felt sure it would
    all come wrong, and she went on in a trembling voice:--
    
        `I passed by his garden, and marked, with one eye,
        How the Owl and the Panther were sharing a pie--'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. fastapi/routing.py

            ] = None,
            response_model_by_alias: Annotated[
                bool,
                Doc(
                    """
                    Configuration passed to Pydantic to define if the response model
                    should be serialized by alias when an alias is used.
    
                    Read more about it in the
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 170.1K bytes
    - Viewed (0)
  9. fastapi/applications.py

                    """
                    A list of tags used by OpenAPI, these are the same `tags` you can set
                    in the *path operations*, like:
    
                    * `@app.get("/users/", tags=["users"])`
                    * `@app.get("/items/", tags=["items"])`
    
                    The order of the tags can be used to specify the order shown in
                    tools like Swagger UI, used in the automatic path `/docs`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  10. guava/src/com/google/common/util/concurrent/ClosingFuture.java

         * cancelled.
         *
         * <p>If the combiningCallable throws an {@code ExecutionException}, the cause of the thrown
         * {@code ExecutionException} will be extracted and used as the failure of the derived step.
         *
         * <p>If the combiningCallable throws any other exception, it will be used as the failure of the
         * derived step.
         *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
Back to top