diff --git a/go.mod b/go.mod index 12a83f7c..0dc71e89 100644 --- a/go.mod +++ b/go.mod @@ -21,11 +21,9 @@ require ( kmodules.xyz/custom-resources v0.25.2 kmodules.xyz/resource-metrics v0.25.2 sigs.k8s.io/controller-runtime v0.13.1 - stash.appscode.dev/apimachinery v0.30.0 + stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c ) -require github.com/dustin/go-humanize v1.0.1-0.20220316001817-d5090ed65664 // indirect - require ( cloud.google.com/go/compute v1.13.0 // indirect cloud.google.com/go/compute/metadata v0.2.2 // indirect diff --git a/go.sum b/go.sum index a920e6a6..46a71d08 100644 --- a/go.sum +++ b/go.sum @@ -115,7 +115,6 @@ github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8 github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/dustin/go-humanize v1.0.1-0.20220316001817-d5090ed65664 h1:sVcJ9NcFWMaLxylVWc5iOhkLUkh84wHfOFGzaahu9fc= -github.com/dustin/go-humanize v1.0.1-0.20220316001817-d5090ed65664/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/emicklei/go-restful/v3 v3.8.0 h1:eCZ8ulSerjdAiaNpF7GxXIE7ZCMo1moN1qX+S609eVw= github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= @@ -948,5 +947,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ih sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8= -stash.appscode.dev/apimachinery v0.30.0 h1:imc3OuXaCI8B9ImB1e4QtDYhZCc2VyiXQHW5gheKG/s= -stash.appscode.dev/apimachinery v0.30.0/go.mod h1:xEWpZn0wmhP0Acpq7cpebNbMXwIui8Crh4dpuE9FHSQ= +stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c h1:/3plffjueo5ffL+XhHAtluJ9TfP+K9elbY1tyIxNeKY= +stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c/go.mod h1:IDbssRbYLSnMwZAQOGX4Vam+hl43FofP8BuXMLXVaPQ= diff --git a/vendor/modules.txt b/vendor/modules.txt index 91e8b32d..42ff70cd 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -51,8 +51,6 @@ github.com/coreos/go-systemd/v22/journal # github.com/davecgh/go-spew v1.1.1 ## explicit github.com/davecgh/go-spew/spew -# github.com/dustin/go-humanize v1.0.1-0.20220316001817-d5090ed65664 -## explicit; go 1.16 # github.com/emicklei/go-restful/v3 v3.8.0 ## explicit; go 1.13 github.com/emicklei/go-restful/v3 @@ -1340,7 +1338,7 @@ sigs.k8s.io/structured-merge-diff/v4/value # sigs.k8s.io/yaml v1.3.0 ## explicit; go 1.12 sigs.k8s.io/yaml -# stash.appscode.dev/apimachinery v0.30.0 +# stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c ## explicit; go 1.18 stash.appscode.dev/apimachinery/apis/stash stash.appscode.dev/apimachinery/apis/stash/install diff --git a/vendor/stash.appscode.dev/apimachinery/apis/stash/v1alpha1/openapi_generated.go b/vendor/stash.appscode.dev/apimachinery/apis/stash/v1alpha1/openapi_generated.go index dea554dc..86188812 100644 --- a/vendor/stash.appscode.dev/apimachinery/apis/stash/v1alpha1/openapi_generated.go +++ b/vendor/stash.appscode.dev/apimachinery/apis/stash/v1alpha1/openapi_generated.go @@ -17033,11 +17033,12 @@ func schema_kmodulesxyz_client_go_api_v1_Condition(ref common.ReferenceCallback) return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ - Type: []string{"object"}, + Description: "Condition defines an observation of a object operational state.", + Type: []string{"object"}, Properties: map[string]spec.Schema{ "type": { SchemaProps: spec.SchemaProps{ - Description: "Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important.", + Description: "Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary util can be useful (see .node.status.util), the ability to deconflict is important.", Default: "", Type: []string{"string"}, Format: "", @@ -17058,31 +17059,36 @@ func schema_kmodulesxyz_client_go_api_v1_Condition(ref common.ReferenceCallback) Format: "int64", }, }, + "severity": { + SchemaProps: spec.SchemaProps{ + Description: "Severity provides an explicit classification of Reason code, so the users or machines can immediately understand the current situation and act accordingly. The Severity field MUST be set only when Status=False.", + Type: []string{"string"}, + Format: "", + }, + }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ - Description: "Last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.", + Description: "Last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.", Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, "reason": { SchemaProps: spec.SchemaProps{ - Description: "The reason for the condition's last transition in CamelCase. The specific API may choose whether or not this field is considered a guaranteed API. This field may not be empty.", - Default: "", + Description: "The reason for the condition's last transition in CamelCase. The specific API may choose whether this field is considered a guaranteed API. This field may not be empty.", Type: []string{"string"}, Format: "", }, }, "message": { SchemaProps: spec.SchemaProps{ - Description: "A human readable message indicating details about the transition. This field may be empty.", - Default: "", + Description: "A human-readable message indicating details about the transition. This field may be empty.", Type: []string{"string"}, Format: "", }, }, }, - Required: []string{"type", "status", "lastTransitionTime", "reason", "message"}, + Required: []string{"type", "status", "lastTransitionTime"}, }, }, Dependencies: []string{ diff --git a/vendor/stash.appscode.dev/apimachinery/apis/stash/v1beta1/openapi_generated.go b/vendor/stash.appscode.dev/apimachinery/apis/stash/v1beta1/openapi_generated.go index 82831d33..9e6f736a 100644 --- a/vendor/stash.appscode.dev/apimachinery/apis/stash/v1beta1/openapi_generated.go +++ b/vendor/stash.appscode.dev/apimachinery/apis/stash/v1beta1/openapi_generated.go @@ -17079,11 +17079,12 @@ func schema_kmodulesxyz_client_go_api_v1_Condition(ref common.ReferenceCallback) return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ - Type: []string{"object"}, + Description: "Condition defines an observation of a object operational state.", + Type: []string{"object"}, Properties: map[string]spec.Schema{ "type": { SchemaProps: spec.SchemaProps{ - Description: "Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important.", + Description: "Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary util can be useful (see .node.status.util), the ability to deconflict is important.", Default: "", Type: []string{"string"}, Format: "", @@ -17104,31 +17105,36 @@ func schema_kmodulesxyz_client_go_api_v1_Condition(ref common.ReferenceCallback) Format: "int64", }, }, + "severity": { + SchemaProps: spec.SchemaProps{ + Description: "Severity provides an explicit classification of Reason code, so the users or machines can immediately understand the current situation and act accordingly. The Severity field MUST be set only when Status=False.", + Type: []string{"string"}, + Format: "", + }, + }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ - Description: "Last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.", + Description: "Last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.", Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, "reason": { SchemaProps: spec.SchemaProps{ - Description: "The reason for the condition's last transition in CamelCase. The specific API may choose whether or not this field is considered a guaranteed API. This field may not be empty.", - Default: "", + Description: "The reason for the condition's last transition in CamelCase. The specific API may choose whether this field is considered a guaranteed API. This field may not be empty.", Type: []string{"string"}, Format: "", }, }, "message": { SchemaProps: spec.SchemaProps{ - Description: "A human readable message indicating details about the transition. This field may be empty.", - Default: "", + Description: "A human-readable message indicating details about the transition. This field may be empty.", Type: []string{"string"}, Format: "", }, }, }, - Required: []string{"type", "status", "lastTransitionTime", "reason", "message"}, + Required: []string{"type", "status", "lastTransitionTime"}, }, }, Dependencies: []string{ diff --git a/vendor/stash.appscode.dev/apimachinery/apis/ui/v1alpha1/openapi_generated.go b/vendor/stash.appscode.dev/apimachinery/apis/ui/v1alpha1/openapi_generated.go index df9f12f5..db743fdd 100644 --- a/vendor/stash.appscode.dev/apimachinery/apis/ui/v1alpha1/openapi_generated.go +++ b/vendor/stash.appscode.dev/apimachinery/apis/ui/v1alpha1/openapi_generated.go @@ -17028,11 +17028,12 @@ func schema_kmodulesxyz_client_go_api_v1_Condition(ref common.ReferenceCallback) return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ - Type: []string{"object"}, + Description: "Condition defines an observation of a object operational state.", + Type: []string{"object"}, Properties: map[string]spec.Schema{ "type": { SchemaProps: spec.SchemaProps{ - Description: "Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important.", + Description: "Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary util can be useful (see .node.status.util), the ability to deconflict is important.", Default: "", Type: []string{"string"}, Format: "", @@ -17053,31 +17054,36 @@ func schema_kmodulesxyz_client_go_api_v1_Condition(ref common.ReferenceCallback) Format: "int64", }, }, + "severity": { + SchemaProps: spec.SchemaProps{ + Description: "Severity provides an explicit classification of Reason code, so the users or machines can immediately understand the current situation and act accordingly. The Severity field MUST be set only when Status=False.", + Type: []string{"string"}, + Format: "", + }, + }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ - Description: "Last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.", + Description: "Last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.", Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, "reason": { SchemaProps: spec.SchemaProps{ - Description: "The reason for the condition's last transition in CamelCase. The specific API may choose whether or not this field is considered a guaranteed API. This field may not be empty.", - Default: "", + Description: "The reason for the condition's last transition in CamelCase. The specific API may choose whether this field is considered a guaranteed API. This field may not be empty.", Type: []string{"string"}, Format: "", }, }, "message": { SchemaProps: spec.SchemaProps{ - Description: "A human readable message indicating details about the transition. This field may be empty.", - Default: "", + Description: "A human-readable message indicating details about the transition. This field may be empty.", Type: []string{"string"}, Format: "", }, }, }, - Required: []string{"type", "status", "lastTransitionTime", "reason", "message"}, + Required: []string{"type", "status", "lastTransitionTime"}, }, }, Dependencies: []string{ diff --git a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupbatches.yaml b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupbatches.yaml index 1e55812c..b1266369 100644 --- a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupbatches.yaml +++ b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupbatches.yaml @@ -6149,16 +6149,18 @@ spec: description: Conditions shows current backup setup condition of the BackupBatch. items: + description: Condition defines an observation of a object operational + state. properties: lastTransitionTime: description: Last time the condition transitioned from one status - to another. This should be when the underlying condition changed. If - that is not known, then using the time when the API field + to another. This should be when the underlying condition changed. + If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: - description: A human readable message indicating details about + description: A human-readable message indicating details about the transition. This field may be empty. type: string observedGeneration: @@ -6171,9 +6173,14 @@ spec: type: integer reason: description: The reason for the condition's last transition - in CamelCase. The specific API may choose whether or not this - field is considered a guaranteed API. This field may not be - empty. + in CamelCase. The specific API may choose whether this field + is considered a guaranteed API. This field may not be empty. + type: string + severity: + description: Severity provides an explicit classification of + Reason code, so the users or machines can immediately understand + the current situation and act accordingly. The Severity field + MUST be set only when Status=False. type: string status: description: Status of the condition, one of True, False, Unknown. @@ -6181,14 +6188,11 @@ spec: type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources - like Available, but because arbitrary conditions can be useful - (see .node.status.conditions), the ability to deconflict is - important. + like Available, but because arbitrary util can be useful (see + .node.status.util), the ability to deconflict is important. type: string required: - lastTransitionTime - - message - - reason - status - type type: object @@ -6202,16 +6206,18 @@ spec: description: Conditions shows current backup setup condition of this member. items: + description: Condition defines an observation of a object + operational state. properties: lastTransitionTime: description: Last time the condition transitioned from one status to another. This should be when the underlying - condition changed. If that is not known, then using + condition changed. If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: - description: A human readable message indicating details + description: A human-readable message indicating details about the transition. This field may be empty. type: string observedGeneration: @@ -6224,9 +6230,15 @@ spec: type: integer reason: description: The reason for the condition's last transition - in CamelCase. The specific API may choose whether or - not this field is considered a guaranteed API. This - field may not be empty. + in CamelCase. The specific API may choose whether this + field is considered a guaranteed API. This field may + not be empty. + type: string + severity: + description: Severity provides an explicit classification + of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. type: string status: description: Status of the condition, one of True, False, @@ -6235,14 +6247,12 @@ spec: type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources - like Available, but because arbitrary conditions can - be useful (see .node.status.conditions), the ability - to deconflict is important. + like Available, but because arbitrary util can be useful + (see .node.status.util), the ability to deconflict is + important. type: string required: - lastTransitionTime - - message - - reason - status - type type: object diff --git a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupconfigurations.yaml b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupconfigurations.yaml index 815d6265..8f2feed3 100644 --- a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupconfigurations.yaml +++ b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupconfigurations.yaml @@ -3312,16 +3312,18 @@ spec: description: Conditions shows current backup setup condition of the BackupConfiguration. items: + description: Condition defines an observation of a object operational + state. properties: lastTransitionTime: description: Last time the condition transitioned from one status - to another. This should be when the underlying condition changed. If - that is not known, then using the time when the API field + to another. This should be when the underlying condition changed. + If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: - description: A human readable message indicating details about + description: A human-readable message indicating details about the transition. This field may be empty. type: string observedGeneration: @@ -3334,9 +3336,14 @@ spec: type: integer reason: description: The reason for the condition's last transition - in CamelCase. The specific API may choose whether or not this - field is considered a guaranteed API. This field may not be - empty. + in CamelCase. The specific API may choose whether this field + is considered a guaranteed API. This field may not be empty. + type: string + severity: + description: Severity provides an explicit classification of + Reason code, so the users or machines can immediately understand + the current situation and act accordingly. The Severity field + MUST be set only when Status=False. type: string status: description: Status of the condition, one of True, False, Unknown. @@ -3344,14 +3351,11 @@ spec: type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources - like Available, but because arbitrary conditions can be useful - (see .node.status.conditions), the ability to deconflict is - important. + like Available, but because arbitrary util can be useful (see + .node.status.util), the ability to deconflict is important. type: string required: - lastTransitionTime - - message - - reason - status - type type: object diff --git a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupsessions.yaml b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupsessions.yaml index 51bfa652..e4183625 100644 --- a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupsessions.yaml +++ b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupsessions.yaml @@ -82,16 +82,18 @@ spec: description: Conditions shows condition of different operations/steps of the backup process items: + description: Condition defines an observation of a object operational + state. properties: lastTransitionTime: description: Last time the condition transitioned from one status - to another. This should be when the underlying condition changed. If - that is not known, then using the time when the API field + to another. This should be when the underlying condition changed. + If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: - description: A human readable message indicating details about + description: A human-readable message indicating details about the transition. This field may be empty. type: string observedGeneration: @@ -104,9 +106,14 @@ spec: type: integer reason: description: The reason for the condition's last transition - in CamelCase. The specific API may choose whether or not this - field is considered a guaranteed API. This field may not be - empty. + in CamelCase. The specific API may choose whether this field + is considered a guaranteed API. This field may not be empty. + type: string + severity: + description: Severity provides an explicit classification of + Reason code, so the users or machines can immediately understand + the current situation and act accordingly. The Severity field + MUST be set only when Status=False. type: string status: description: Status of the condition, one of True, False, Unknown. @@ -114,14 +121,11 @@ spec: type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources - like Available, but because arbitrary conditions can be useful - (see .node.status.conditions), the ability to deconflict is - important. + like Available, but because arbitrary util can be useful (see + .node.status.util), the ability to deconflict is important. type: string required: - lastTransitionTime - - message - - reason - status - type type: object @@ -168,16 +172,18 @@ spec: description: Conditions shows condition of different operations/steps of the backup process for this target items: + description: Condition defines an observation of a object + operational state. properties: lastTransitionTime: description: Last time the condition transitioned from one status to another. This should be when the underlying - condition changed. If that is not known, then using + condition changed. If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: - description: A human readable message indicating details + description: A human-readable message indicating details about the transition. This field may be empty. type: string observedGeneration: @@ -190,9 +196,15 @@ spec: type: integer reason: description: The reason for the condition's last transition - in CamelCase. The specific API may choose whether or - not this field is considered a guaranteed API. This - field may not be empty. + in CamelCase. The specific API may choose whether this + field is considered a guaranteed API. This field may + not be empty. + type: string + severity: + description: Severity provides an explicit classification + of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. type: string status: description: Status of the condition, one of True, False, @@ -201,14 +213,12 @@ spec: type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources - like Available, but because arbitrary conditions can - be useful (see .node.status.conditions), the ability - to deconflict is important. + like Available, but because arbitrary util can be useful + (see .node.status.util), the ability to deconflict is + important. type: string required: - lastTransitionTime - - message - - reason - status - type type: object diff --git a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_restorebatches.yaml b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_restorebatches.yaml index e1cc9d40..d6e72cb6 100644 --- a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_restorebatches.yaml +++ b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_restorebatches.yaml @@ -4225,16 +4225,18 @@ spec: description: Conditions shows the condition of different steps for the RestoreBatch. items: + description: Condition defines an observation of a object operational + state. properties: lastTransitionTime: description: Last time the condition transitioned from one status - to another. This should be when the underlying condition changed. If - that is not known, then using the time when the API field + to another. This should be when the underlying condition changed. + If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: - description: A human readable message indicating details about + description: A human-readable message indicating details about the transition. This field may be empty. type: string observedGeneration: @@ -4247,9 +4249,14 @@ spec: type: integer reason: description: The reason for the condition's last transition - in CamelCase. The specific API may choose whether or not this - field is considered a guaranteed API. This field may not be - empty. + in CamelCase. The specific API may choose whether this field + is considered a guaranteed API. This field may not be empty. + type: string + severity: + description: Severity provides an explicit classification of + Reason code, so the users or machines can immediately understand + the current situation and act accordingly. The Severity field + MUST be set only when Status=False. type: string status: description: Status of the condition, one of True, False, Unknown. @@ -4257,14 +4264,11 @@ spec: type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources - like Available, but because arbitrary conditions can be useful - (see .node.status.conditions), the ability to deconflict is - important. + like Available, but because arbitrary util can be useful (see + .node.status.util), the ability to deconflict is important. type: string required: - lastTransitionTime - - message - - reason - status - type type: object @@ -4278,16 +4282,18 @@ spec: description: Conditions shows the condition of different steps to restore this member. items: + description: Condition defines an observation of a object + operational state. properties: lastTransitionTime: description: Last time the condition transitioned from one status to another. This should be when the underlying - condition changed. If that is not known, then using + condition changed. If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: - description: A human readable message indicating details + description: A human-readable message indicating details about the transition. This field may be empty. type: string observedGeneration: @@ -4300,9 +4306,15 @@ spec: type: integer reason: description: The reason for the condition's last transition - in CamelCase. The specific API may choose whether or - not this field is considered a guaranteed API. This - field may not be empty. + in CamelCase. The specific API may choose whether this + field is considered a guaranteed API. This field may + not be empty. + type: string + severity: + description: Severity provides an explicit classification + of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. type: string status: description: Status of the condition, one of True, False, @@ -4311,14 +4323,12 @@ spec: type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources - like Available, but because arbitrary conditions can - be useful (see .node.status.conditions), the ability - to deconflict is important. + like Available, but because arbitrary util can be useful + (see .node.status.util), the ability to deconflict is + important. type: string required: - lastTransitionTime - - message - - reason - status - type type: object diff --git a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_restoresessions.yaml b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_restoresessions.yaml index 7584a675..b899c90c 100644 --- a/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_restoresessions.yaml +++ b/vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_restoresessions.yaml @@ -3721,16 +3721,18 @@ spec: conditions: description: Conditions shows current restore condition of the RestoreSession. items: + description: Condition defines an observation of a object operational + state. properties: lastTransitionTime: description: Last time the condition transitioned from one status - to another. This should be when the underlying condition changed. If - that is not known, then using the time when the API field + to another. This should be when the underlying condition changed. + If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: - description: A human readable message indicating details about + description: A human-readable message indicating details about the transition. This field may be empty. type: string observedGeneration: @@ -3743,9 +3745,14 @@ spec: type: integer reason: description: The reason for the condition's last transition - in CamelCase. The specific API may choose whether or not this - field is considered a guaranteed API. This field may not be - empty. + in CamelCase. The specific API may choose whether this field + is considered a guaranteed API. This field may not be empty. + type: string + severity: + description: Severity provides an explicit classification of + Reason code, so the users or machines can immediately understand + the current situation and act accordingly. The Severity field + MUST be set only when Status=False. type: string status: description: Status of the condition, one of True, False, Unknown. @@ -3753,14 +3760,11 @@ spec: type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources - like Available, but because arbitrary conditions can be useful - (see .node.status.conditions), the ability to deconflict is - important. + like Available, but because arbitrary util can be useful (see + .node.status.util), the ability to deconflict is important. type: string required: - lastTransitionTime - - message - - reason - status - type type: object diff --git a/vendor/stash.appscode.dev/apimachinery/crds/ui.stash.appscode.com_backupoverviews.yaml b/vendor/stash.appscode.dev/apimachinery/crds/ui.stash.appscode.com_backupoverviews.yaml index e523f449..3d1737c5 100644 --- a/vendor/stash.appscode.dev/apimachinery/crds/ui.stash.appscode.com_backupoverviews.yaml +++ b/vendor/stash.appscode.dev/apimachinery/crds/ui.stash.appscode.com_backupoverviews.yaml @@ -62,16 +62,18 @@ spec: description: Conditions shows current backup setup condition of the BackupConfiguration. items: + description: Condition defines an observation of a object operational + state. properties: lastTransitionTime: description: Last time the condition transitioned from one status - to another. This should be when the underlying condition changed. If - that is not known, then using the time when the API field + to another. This should be when the underlying condition changed. + If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: - description: A human readable message indicating details about + description: A human-readable message indicating details about the transition. This field may be empty. type: string observedGeneration: @@ -84,9 +86,14 @@ spec: type: integer reason: description: The reason for the condition's last transition - in CamelCase. The specific API may choose whether or not this - field is considered a guaranteed API. This field may not be - empty. + in CamelCase. The specific API may choose whether this field + is considered a guaranteed API. This field may not be empty. + type: string + severity: + description: Severity provides an explicit classification of + Reason code, so the users or machines can immediately understand + the current situation and act accordingly. The Severity field + MUST be set only when Status=False. type: string status: description: Status of the condition, one of True, False, Unknown. @@ -94,14 +101,11 @@ spec: type: description: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources - like Available, but because arbitrary conditions can be useful - (see .node.status.conditions), the ability to deconflict is - important. + like Available, but because arbitrary util can be useful (see + .node.status.util), the ability to deconflict is important. type: string required: - lastTransitionTime - - message - - reason - status - type type: object