Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for StorageVersionCondition (0.49 sec)

  1. pkg/registry/apiserverinternal/storageversion/storage/storage_test.go

    			Conditions:      commonVersionFalseCondition(),
    		},
    	}
    }
    
    func commonVersionFalseCondition() []apiserverinternal.StorageVersionCondition {
    	return []apiserverinternal.StorageVersionCondition{{
    		Type:    apiserverinternal.AllEncodingVersionsEqual,
    		Status:  apiserverinternal.ConditionFalse,
    		Reason:  "CommonEncodingVersionUnset",
    		Message: "Common encoding version unset",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 06 07:26:18 UTC 2021
    - 5.4K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/apiserverinternal/v1alpha1/generated.proto

      // encode objects to when persisting objects in the backend.
      optional StorageVersionStatus status = 3;
    }
    
    // Describes the state of the storageVersion at a certain point.
    message StorageVersionCondition {
      // Type of the condition.
      // +required
      optional string type = 1;
    
      // Status of the condition, one of True, False, Unknown.
      // +required
      optional string status = 2;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apiserverinternal/v1alpha1/types.go

    	// The latest available observations of the storageVersion's state.
    	// +optional
    	// +listType=map
    	// +listMapKey=type
    	Conditions []StorageVersionCondition `json:"conditions,omitempty" protobuf:"bytes,3,opt,name=conditions"`
    }
    
    // An API server instance reports the version it can decode and the version it
    // encodes objects to when persisting objects in the backend.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:37 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apiserverinternal/v1alpha1/types_swagger_doc_generated.go

    	"reason":             "The reason for the condition's last transition.",
    	"message":            "A human readable message indicating details about the transition.",
    }
    
    func (StorageVersionCondition) SwaggerDoc() map[string]string {
    	return map_StorageVersionCondition
    }
    
    var map_StorageVersionList = map[string]string{
    	"":         "A list of StorageVersions.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  5. pkg/apis/apiserverinternal/validation/validation.go

    	}
    	return nil
    }
    
    func validateStorageVersionCondition(conditions []apiserverinternal.StorageVersionCondition, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	// We do not verify that the condition type or the condition status is
    	// a predefined one because we might add more type or status later.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 21:43:49 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

              {
                "group": "internal.apiserver.k8s.io",
                "kind": "StorageVersion",
                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition": {
            "description": "Describes the state of the storageVersion at a certain point.",
            "properties": {
              "lastTransitionTime": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    										Ref:     ref("k8s.io/api/apiserverinternal/v1alpha1.StorageVersionCondition"),
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/apiserverinternal/v1alpha1.ServerStorageVersion", "k8s.io/api/apiserverinternal/v1alpha1.StorageVersionCondition"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            {
              "group": "internal.apiserver.k8s.io",
              "kind": "StorageVersion",
              "version": "v1alpha1"
            }
          ]
        },
        "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition": {
          "description": "Describes the state of the storageVersion at a certain point.",
          "properties": {
            "lastTransitionTime": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

            {
              "group": "internal.apiserver.k8s.io",
              "kind": "StorageVersion",
              "version": "v1alpha1"
            }
          ]
        },
        "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition": {
          "description": "Describes the state of the storageVersion at a certain point.",
          "properties": {
            "lastTransitionTime": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            {
              "group": "internal.apiserver.k8s.io",
              "kind": "StorageVersion",
              "version": "v1alpha1"
            }
          ]
        },
        "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition": {
          "description": "Describes the state of the storageVersion at a certain point.",
          "properties": {
            "lastTransitionTime": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top