Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for sequence (0.18 sec)

  1. common-protos/k8s.io/api/apps/v1beta1/generated.proto

      // currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the
      // sequence [0,currentReplicas).
      optional string currentRevision = 6;
    
      // updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence
      // [replicas-updatedReplicas,replicas)
      optional string updateRevision = 7;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/apps/v1/generated.proto

      // currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the
      // sequence [0,currentReplicas).
      optional string currentRevision = 6;
    
      // updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence
      // [replicas-updatedReplicas,replicas)
      optional string updateRevision = 7;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/apps/v1beta2/generated.proto

      // currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the
      // sequence [0,currentReplicas).
      optional string currentRevision = 6;
    
      // updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence
      // [replicas-updatedReplicas,replicas)
      optional string updateRevision = 7;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 36.4K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // available. Defaults to 0 (pod will be considered available as soon as it
      // is ready).
      // +optional
      optional int32 minReadySeconds = 4;
    
      // DEPRECATED.
      // A sequence number representing a specific generation of the template.
      // Populated by the system. It can be set only during the creation.
      // +optional
      optional int64 templateGeneration = 5;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
      // +optional
      optional string resourceVersion = 6;
    
      // A sequence number representing a specific generation of the desired state.
      // Populated by the system. Read-only.
      // +optional
      optional int64 generation = 7;
    
    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)
  6. common-protos/k8s.io/api/apidiscovery/v2beta1/generated.proto

      // For many clients the singular form of the resource will be more understandable to users reading messages and should be used when integrating the name of the resource into a sentence.
      // The command line tool kubectl, for example, allows use of the singular resource name in place of plurals.
      // The singular form of a resource should always be an optional element - when in doubt use the canonical resource name.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 7.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool immutable = 4;
    
      // Data contains the configuration data.
      // Each key must consist of alphanumeric characters, '-', '_' or '.'.
      // Values with non-UTF-8 byte sequences must use the BinaryData field.
      // The keys stored in Data must not overlap with the keys in
      // the BinaryData field, this is enforced during validation process.
      // +optional
      map<string, string> data = 2;
    
    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