Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Sync (0.14 sec)

  1. common-protos/k8s.io/api/apiserverinternal/v1alpha1/generated.proto

      // then this field is set to that version. Otherwise this field is left empty.
      // API servers should finish updating its storageVersionStatus entry before
      // serving write operations, so that this field will be in sync with the reality.
      // +optional
      optional string commonEncodingVersion = 2;
    
      // The latest available observations of the storageVersion's state.
      // +optional
      // +listType=map
      // +listMapKey=type
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string value = 2;
    }
    
    // PodExecOptions is the query options to a Pod's remote exec call.
    // ---
    // TODO: This is largely identical to PodAttachOptions above, make sure they stay in sync and see about merging
    // and also when we cut V2, we should export a "StreamOptions" or somesuch that contains Stdin, Stdout, Stder and TTY
    message PodExecOptions {
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top