Skip to content

Commit

Permalink
Merge pull request #5146 from RainbowMango/pr_bump_k8s_1302
Browse files Browse the repository at this point in the history
Bump Kubernetes dependencies to v1.30.2
  • Loading branch information
karmada-bot committed Jul 16, 2024
2 parents d4c5890 + e8164ee commit 8859cb9
Show file tree
Hide file tree
Showing 732 changed files with 58,628 additions and 21,032 deletions.
78 changes: 58 additions & 20 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -17944,6 +17944,9 @@
"com.github.karmada-io.karmada.pkg.apis.networking.v1alpha1.ClusterSelector": {
"description": "ClusterSelector specifies the cluster to be selected.",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"description": "Name is the name of the cluster to be selected.",
Expand Down Expand Up @@ -18748,7 +18751,8 @@
"description": "LabelAnnotationOverrider represents the rules dedicated to handling workload labels/annotations",
"type": "object",
"required": [
"operator"
"operator",
"value"
],
"properties": {
"operator": {
Expand Down Expand Up @@ -19410,7 +19414,8 @@
"description": "OpenSearchConfig holds the necessary configuration for client to access and config an OpenSearch server.",
"type": "object",
"required": [
"addresses"
"addresses",
"secretRef"
],
"properties": {
"addresses": {
Expand Down Expand Up @@ -20838,7 +20843,8 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.api.core.v1.LoadBalancerIngress"
}
},
"x-kubernetes-list-type": "atomic"
}
}
},
Expand All @@ -20855,7 +20861,8 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorTerm"
}
},
"x-kubernetes-list-type": "atomic"
}
},
"x-kubernetes-map-type": "atomic"
Expand Down Expand Up @@ -20892,7 +20899,8 @@
"items": {
"type": "string",
"default": ""
}
},
"x-kubernetes-list-type": "atomic"
}
}
},
Expand All @@ -20906,15 +20914,17 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
}
},
"x-kubernetes-list-type": "atomic"
},
"matchFields": {
"description": "A list of node selector requirements by node's fields.",
"type": "array",
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
}
},
"x-kubernetes-list-type": "atomic"
}
},
"x-kubernetes-map-type": "atomic"
Expand Down Expand Up @@ -21160,7 +21170,8 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerIngress"
}
},
"x-kubernetes-list-type": "atomic"
}
}
},
Expand Down Expand Up @@ -21331,15 +21342,17 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR"
}
},
"x-kubernetes-list-type": "atomic"
},
"versions": {
"description": "versions are the versions supported in this group.",
"type": "array",
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery"
}
},
"x-kubernetes-list-type": "atomic"
}
},
"x-kubernetes-group-version-kind": [
Expand Down Expand Up @@ -21367,7 +21380,8 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
}
},
"x-kubernetes-list-type": "atomic"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
Expand Down Expand Up @@ -21399,7 +21413,8 @@
"items": {
"type": "string",
"default": ""
}
},
"x-kubernetes-list-type": "atomic"
},
"group": {
"description": "group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\".",
Expand All @@ -21426,7 +21441,8 @@
"items": {
"type": "string",
"default": ""
}
},
"x-kubernetes-list-type": "atomic"
},
"singularName": {
"description": "singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.",
Expand Down Expand Up @@ -21478,7 +21494,8 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResource"
}
},
"x-kubernetes-list-type": "atomic"
}
},
"x-kubernetes-group-version-kind": [
Expand Down Expand Up @@ -21545,7 +21562,8 @@
"items": {
"type": "string",
"default": ""
}
},
"x-kubernetes-list-type": "atomic"
},
"gracePeriodSeconds": {
"description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
Expand Down Expand Up @@ -21875,6 +21893,11 @@
"kind": "DeleteOptions",
"version": "v1beta1"
},
{
"group": "storagemigration.k8s.io",
"kind": "DeleteOptions",
"version": "v1alpha1"
},
{
"group": "work.karmada.io",
"kind": "DeleteOptions",
Expand Down Expand Up @@ -21921,7 +21944,8 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement"
}
},
"x-kubernetes-list-type": "atomic"
},
"matchLabels": {
"description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.",
Expand Down Expand Up @@ -21958,7 +21982,8 @@
"items": {
"type": "string",
"default": ""
}
},
"x-kubernetes-list-type": "atomic"
}
}
},
Expand Down Expand Up @@ -22051,6 +22076,7 @@
"type": "string",
"default": ""
},
"x-kubernetes-list-type": "set",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
Expand All @@ -22076,7 +22102,8 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry"
}
},
"x-kubernetes-list-type": "atomic"
},
"name": {
"description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names",
Expand All @@ -22093,6 +22120,10 @@
"default": {},
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference"
},
"x-kubernetes-list-map-keys": [
"uid"
],
"x-kubernetes-list-type": "map",
"x-kubernetes-patch-merge-key": "uid",
"x-kubernetes-patch-strategy": "merge"
},
Expand Down Expand Up @@ -22204,7 +22235,8 @@
},
"details": {
"description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails"
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails",
"x-kubernetes-list-type": "atomic"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
Expand Down Expand Up @@ -22269,7 +22301,8 @@
"items": {
"default": {},
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause"
}
},
"x-kubernetes-list-type": "atomic"
},
"group": {
"description": "The group attribute of the resource associated with the status StatusReason.",
Expand Down Expand Up @@ -22622,6 +22655,11 @@
"kind": "WatchEvent",
"version": "v1beta1"
},
{
"group": "storagemigration.k8s.io",
"kind": "WatchEvent",
"version": "v1alpha1"
},
{
"group": "work.karmada.io",
"kind": "WatchEvent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
dataSource:
description: |-
dataSource field can be used to specify either:
Expand Down Expand Up @@ -450,11 +451,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -482,7 +485,7 @@ spec:
If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be
set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource
exists.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#volumeattributesclass
More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/
(Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.
type: string
volumeMode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -427,11 +429,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -531,11 +535,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -854,11 +860,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -968,11 +976,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -1065,11 +1075,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ spec:
x-kubernetes-list-type: atomic
type: object
type: array
x-kubernetes-list-type: atomic
type: object
serviceLocations:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ spec:
x-kubernetes-list-type: atomic
type: object
type: array
x-kubernetes-list-type: atomic
type: object
type: object
required:
Expand Down
Loading

0 comments on commit 8859cb9

Please sign in to comment.