kube_schema 1.4.1 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3360,7 +3360,7 @@
3360
3360
  "format": "int32"
3361
3361
  },
3362
3362
  "guestAgentPing": {
3363
- "description": "GuestAgentPing contacts the qemu-guest-agent for availability checks.",
3363
+ "description": "GuestAgentPing contacts the qemu-guest-agent for availability checks. Probe failures are automatically suppressed when the guest agent is unreachable for a non-fault reason: during live migration (guest paused on one pod while memory is transferred) and whenever the VM is paused for an intentional or transient reason such as a user pause, snapshot, save, or dump. Failures are not suppressed when the VM is paused due to a fault (IO error, crash, or postcopy failure).",
3364
3364
  "$ref": "#/definitions/v1.GuestAgentPing"
3365
3365
  },
3366
3366
  "httpGet": {
@@ -6656,42 +6656,6 @@
6656
6656
  }
6657
6657
  }
6658
6658
  },
6659
- "v1alpha1.Condition": {
6660
- "description": "Condition defines conditions",
6661
- "type": "object",
6662
- "required": [
6663
- "type",
6664
- "status"
6665
- ],
6666
- "properties": {
6667
- "lastProbeTime": {
6668
- "type": [
6669
- "string",
6670
- "null"
6671
- ]
6672
- },
6673
- "lastTransitionTime": {
6674
- "type": [
6675
- "string",
6676
- "null"
6677
- ]
6678
- },
6679
- "message": {
6680
- "type": "string"
6681
- },
6682
- "reason": {
6683
- "type": "string"
6684
- },
6685
- "status": {
6686
- "type": "string",
6687
- "default": ""
6688
- },
6689
- "type": {
6690
- "type": "string",
6691
- "default": ""
6692
- }
6693
- }
6694
- },
6695
6659
  "v1alpha1.MigrationPolicy": {
6696
6660
  "description": "MigrationPolicy holds migration policy (i.e. configurations) to apply to a VM or group of VMs",
6697
6661
  "type": "object",
@@ -6923,9 +6887,12 @@
6923
6887
  "type": "array",
6924
6888
  "items": {
6925
6889
  "default": {},
6926
- "$ref": "#/definitions/v1alpha1.Condition"
6890
+ "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition"
6927
6891
  },
6928
- "x-kubernetes-list-type": "atomic"
6892
+ "x-kubernetes-list-map-keys": [
6893
+ "type"
6894
+ ],
6895
+ "x-kubernetes-list-type": "map"
6929
6896
  },
6930
6897
  "endpointCert": {
6931
6898
  "description": "EndpointCert is the raw CACert that is to be used when connecting to an exported backup endpoint in pull mode.",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kube_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan K