Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for commonEncodingVersion (0.39 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/internal.apiserver.k8s.io.v1alpha1.StorageVersion.yaml

        controller: true
        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec: {}
    status:
      commonEncodingVersion: commonEncodingVersionValue
      conditions:
      - lastTransitionTime: "2004-01-01T01:01:01Z"
        message: messageValue
        observedGeneration: 3
        reason: reasonValue
        status: statusValue
        type: typeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/internal.apiserver.k8s.io.v1alpha1.StorageVersion.yaml

        controller: true
        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec: {}
    status:
      commonEncodingVersion: commonEncodingVersionValue
      conditions:
      - lastTransitionTime: "2004-01-01T01:01:01Z"
        message: messageValue
        observedGeneration: 3
        reason: reasonValue
        status: statusValue
        type: typeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/internal.apiserver.k8s.io.v1alpha1.StorageVersion.json

            "decodableVersions": [
              "decodableVersionsValue"
            ],
            "servedVersions": [
              "servedVersionsValue"
            ]
          }
        ],
        "commonEncodingVersion": "commonEncodingVersionValue",
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
            "observedGeneration": 3,
            "lastTransitionTime": "2004-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. pkg/apis/apiserverinternal/types.go

    	// API servers should finish updating its storageVersionStatus entry before
    	// serving write operations, so that this field will be in sync with the reality.
    	// +optional
    	CommonEncodingVersion *string
    
    	// The latest available observations of the storageVersion's state.
    	// +optional
    	Conditions []StorageVersionCondition
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apiserverinternal/v1alpha1/generated.proto

      // 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
      repeated StorageVersionCondition conditions = 3;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apiserverinternal/v1alpha1/types_swagger_doc_generated.go

    	"storageVersions":       "The reported versions per API server instance.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/apiserverinternal/v1alpha1/generated.proto

      // 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
      repeated StorageVersionCondition conditions = 3;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top