Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for action1 (0.17 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.",
                "format": "int32",
                "type": "integer"
              },
              "uid": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.Lifecycle": {
            "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.",
            "properties": {
              "postStart": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        || p2.port == 0)) || (has(p1.port) && has(p2.port) && p1.port
                        == p2.port))))
                  rules:
                    description: Rules are a list of GRPC matchers, filters and actions.
                    items:
                      description: |-
                        GRPCRouteRule defines the semantics for matching a gRPC request based on
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                        host.
                                      properties:
                                        action:
                                          description: |-
                                            Match a route with specific action type.
    
                                            Valid Options: ANY, ROUTE, REDIRECT, DIRECT_RESPONSE
                                          enum:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.buildinit.plugins.internal.action.BuildInitAutoApplyAction> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildInitAutoApplyAction.java:0)
    Class <org.gradle.buildinit.plugins.internal.action.InitBuiltInCommand> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (InitBuiltInCommand.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                                        host.
                                      properties:
                                        action:
                                          description: |-
                                            Match a route with specific action type.
    
                                            Valid Options: ANY, ROUTE, REDIRECT, DIRECT_RESPONSE
                                          enum:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - ACTION REQUIRED: Switch core master base images (kube-controller-manager) from debian to distroless. If you need Flex Volumes support using scripts, please build your own image with required packages (like bash) ([#91329](https://github.com/kubernetes/kubernetes/pull/91329), [@dims](https://github.com/dims)) [SIG Cloud Provider, Release, Storage and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                  - provider
                properties:
                  action:
                    description: Optional.
                    enum:
                    - ALLOW
                    - DENY
                    - AUDIT
                    - CUSTOM
                    type: string
                  provider:
                    description: Specifies detailed configuration of the CUSTOM action.
                    properties:
                      name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/validation_test.go

    	}
    
    	testCases := []struct {
    		name        string
    		action      *core.SleepAction
    		gracePeriod int64
    		expectErr   field.ErrorList
    	}{
    		{
    			name: "valid setting",
    			action: &core.SleepAction{
    				Seconds: 5,
    			},
    			gracePeriod: 30,
    		},
    		{
    			name: "negative seconds",
    			action: &core.SleepAction{
    				Seconds: -1,
    			},
    			gracePeriod: 30,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"FcntlFlock", Func, 3},
    		{"FdSet", Type, 0},
    		{"FdSet.Bits", Field, 0},
    		{"FdSet.X__fds_bits", Field, 0},
    		{"Fdatasync", Func, 0},
    		{"FileNotifyInformation", Type, 0},
    		{"FileNotifyInformation.Action", Field, 0},
    		{"FileNotifyInformation.FileName", Field, 0},
    		{"FileNotifyInformation.FileNameLength", Field, 0},
    		{"FileNotifyInformation.NextEntryOffset", Field, 0},
    		{"Filetime", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top