Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for prestart (0.23 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // (generally five to fifteen minutes) or a configuration change on the server, the server will
      // respond with a 410 ResourceExpired error together with a continue token. If the client needs a
      // consistent list, it must restart their list without the continue field. Otherwise, the client may
      // send another list request with the token received with the 410 error, the server will respond with
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      // List of carps.
      // More info: http://kubernetes.io/docs/user-guide/carps
      repeated Carp items = 2;
    }
    
    // CarpSpec is a description of a carp
    message CarpSpec {
      // Restart policy for all containers within the carp.
      // One of Always, OnFailure, Never.
      // Default to Always.
      // More info: http://kubernetes.io/docs/user-guide/carp-states#restartpolicy
      // +optional
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // +patchStrategy=merge
      repeated EphemeralContainer ephemeralContainers = 34;
    
      // Restart policy for all containers within the pod.
      // One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted.
      // Default to Always.
      // More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
      // +optional
      optional string restartPolicy = 3;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top