Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for hook1 (0.1 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional LifecycleHandler preStop = 2;
    }
    
    // LifecycleHandler defines a specific action that should be taken in a lifecycle
    // hook. One and only one of the fields, except TCPSocket must be specified.
    message LifecycleHandler {
      // Exec specifies the action to take.
      // +optional
      optional ExecAction exec = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// PostStart is called immediately after a container is created.  If the handler fails, the container
    	// is terminated and restarted.
    	// More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
    	// +optional
    	PostStart *LifecycleHandler
    	// PreStop is called immediately before a container is terminated due to an
    	// API request or management event such as liveness/startup probe failure,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional LifecycleHandler preStop = 2;
    }
    
    // LifecycleHandler defines a specific action that should be taken in a lifecycle
    // hook. One and only one of the fields, except TCPSocket must be specified.
    message LifecycleHandler {
      // Exec specifies the action to take.
      // +optional
      optional ExecAction exec = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// the container is terminated and restarted according to its restart policy.
    	// Other management of the container blocks until the hook completes.
    	// More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
    	// +optional
    	PostStart *LifecycleHandler `json:"postStart,omitempty" protobuf:"bytes,1,opt,name=postStart"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    		}
    		if err := fr.ForeachSetting(sc.processSetting); err != nil {
    			sc.rejectConn(http2ErrCodeProtocol, "invalid settings")
    			return
    		}
    		opts.Settings = nil
    	}
    
    	if hook := http2testHookGetServerConn; hook != nil {
    		hook(sc)
    	}
    
    	if opts.UpgradeRequest != nil {
    		sc.upgradeRequest(opts.UpgradeRequest)
    		opts.UpgradeRequest = nil
    	}
    
    	sc.serve()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                  }
                ],
                "default": {},
                "description": "ClientConfig defines how to communicate with the hook. Required"
              },
              "failurePolicy": {
                "description": "FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	ExcludeOutboundPorts string `protobuf:"bytes,28,opt,name=excludeOutboundPorts,proto3" json:"excludeOutboundPorts,omitempty"`
    	// The k8s lifecycle hooks definition (pod.spec.containers.lifecycle) for the proxy container.
    	// More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
    	Lifecycle *v1.Lifecycle `protobuf:"bytes,36,opt,name=lifecycle,proto3" json:"lifecycle,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    * ✨ Refactor docs for building scripts, use MkDocs hooks, simplify (remove) configs for languages. PR [#9742](https://github.com/tiangolo/fastapi/pull/9742) by [@tiangolo](https://github.com/tiangolo).
    * 🔨 Add MkDocs hook that renames sections based on the first index file. PR [#9737](https://github.com/tiangolo/fastapi/pull/9737) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top