mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
DRA API: s/v1beta2/v1/ and generated files
This commit is contained in:
parent
1f2f433f76
commit
4e592f6c14
136 changed files with 18516 additions and 1433 deletions
|
|
@ -52,6 +52,11 @@ API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,CephFS
|
|||
API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,StorageOS
|
||||
API rule violation: names_match,k8s.io/api/networking/v1,ServiceCIDRSpec,CIDRs
|
||||
API rule violation: names_match,k8s.io/api/networking/v1beta1,ServiceCIDRSpec,CIDRs
|
||||
API rule violation: names_match,k8s.io/api/resource/v1,DeviceAttribute,BoolValue
|
||||
API rule violation: names_match,k8s.io/api/resource/v1,DeviceAttribute,IntValue
|
||||
API rule violation: names_match,k8s.io/api/resource/v1,DeviceAttribute,StringValue
|
||||
API rule violation: names_match,k8s.io/api/resource/v1,DeviceAttribute,VersionValue
|
||||
API rule violation: names_match,k8s.io/api/resource/v1,NetworkDeviceData,IPs
|
||||
API rule violation: names_match,k8s.io/api/resource/v1beta1,DeviceAttribute,BoolValue
|
||||
API rule violation: names_match,k8s.io/api/resource/v1beta1,DeviceAttribute,IntValue
|
||||
API rule violation: names_match,k8s.io/api/resource/v1beta1,DeviceAttribute,StringValue
|
||||
|
|
|
|||
|
|
@ -1792,6 +1792,107 @@
|
|||
"name": "resource.k8s.io"
|
||||
},
|
||||
"versions": [
|
||||
{
|
||||
"freshness": "Current",
|
||||
"resources": [
|
||||
{
|
||||
"resource": "deviceclasses",
|
||||
"responseKind": {
|
||||
"group": "",
|
||||
"kind": "DeviceClass",
|
||||
"version": ""
|
||||
},
|
||||
"scope": "Cluster",
|
||||
"singularResource": "deviceclass",
|
||||
"verbs": [
|
||||
"create",
|
||||
"delete",
|
||||
"deletecollection",
|
||||
"get",
|
||||
"list",
|
||||
"patch",
|
||||
"update",
|
||||
"watch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"resource": "resourceclaims",
|
||||
"responseKind": {
|
||||
"group": "",
|
||||
"kind": "ResourceClaim",
|
||||
"version": ""
|
||||
},
|
||||
"scope": "Namespaced",
|
||||
"singularResource": "resourceclaim",
|
||||
"subresources": [
|
||||
{
|
||||
"responseKind": {
|
||||
"group": "",
|
||||
"kind": "ResourceClaim",
|
||||
"version": ""
|
||||
},
|
||||
"subresource": "status",
|
||||
"verbs": [
|
||||
"get",
|
||||
"patch",
|
||||
"update"
|
||||
]
|
||||
}
|
||||
],
|
||||
"verbs": [
|
||||
"create",
|
||||
"delete",
|
||||
"deletecollection",
|
||||
"get",
|
||||
"list",
|
||||
"patch",
|
||||
"update",
|
||||
"watch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"resource": "resourceclaimtemplates",
|
||||
"responseKind": {
|
||||
"group": "",
|
||||
"kind": "ResourceClaimTemplate",
|
||||
"version": ""
|
||||
},
|
||||
"scope": "Namespaced",
|
||||
"singularResource": "resourceclaimtemplate",
|
||||
"verbs": [
|
||||
"create",
|
||||
"delete",
|
||||
"deletecollection",
|
||||
"get",
|
||||
"list",
|
||||
"patch",
|
||||
"update",
|
||||
"watch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"resource": "resourceslices",
|
||||
"responseKind": {
|
||||
"group": "",
|
||||
"kind": "ResourceSlice",
|
||||
"version": ""
|
||||
},
|
||||
"scope": "Cluster",
|
||||
"singularResource": "resourceslice",
|
||||
"verbs": [
|
||||
"create",
|
||||
"delete",
|
||||
"deletecollection",
|
||||
"get",
|
||||
"list",
|
||||
"patch",
|
||||
"update",
|
||||
"watch"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"freshness": "Current",
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -278,10 +278,14 @@
|
|||
{
|
||||
"name": "resource.k8s.io",
|
||||
"preferredVersion": {
|
||||
"groupVersion": "resource.k8s.io/v1beta2",
|
||||
"version": "v1beta2"
|
||||
"groupVersion": "resource.k8s.io/v1",
|
||||
"version": "v1"
|
||||
},
|
||||
"versions": [
|
||||
{
|
||||
"groupVersion": "resource.k8s.io/v1",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"groupVersion": "resource.k8s.io/v1beta2",
|
||||
"version": "v1beta2"
|
||||
|
|
|
|||
|
|
@ -3,10 +3,14 @@
|
|||
"kind": "APIGroup",
|
||||
"name": "resource.k8s.io",
|
||||
"preferredVersion": {
|
||||
"groupVersion": "resource.k8s.io/v1beta2",
|
||||
"version": "v1beta2"
|
||||
"groupVersion": "resource.k8s.io/v1",
|
||||
"version": "v1"
|
||||
},
|
||||
"versions": [
|
||||
{
|
||||
"groupVersion": "resource.k8s.io/v1",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"groupVersion": "resource.k8s.io/v1beta2",
|
||||
"version": "v1beta2"
|
||||
|
|
|
|||
86
api/discovery/apis__resource.k8s.io__v1.json
Normal file
86
api/discovery/apis__resource.k8s.io__v1.json
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"apiVersion": "v1",
|
||||
"groupVersion": "resource.k8s.io/v1",
|
||||
"kind": "APIResourceList",
|
||||
"resources": [
|
||||
{
|
||||
"kind": "DeviceClass",
|
||||
"name": "deviceclasses",
|
||||
"namespaced": false,
|
||||
"singularName": "deviceclass",
|
||||
"storageVersionHash": "OgEE055Fbnc=",
|
||||
"verbs": [
|
||||
"create",
|
||||
"delete",
|
||||
"deletecollection",
|
||||
"get",
|
||||
"list",
|
||||
"patch",
|
||||
"update",
|
||||
"watch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"kind": "ResourceClaim",
|
||||
"name": "resourceclaims",
|
||||
"namespaced": true,
|
||||
"singularName": "resourceclaim",
|
||||
"storageVersionHash": "RnQSwRxMnsw=",
|
||||
"verbs": [
|
||||
"create",
|
||||
"delete",
|
||||
"deletecollection",
|
||||
"get",
|
||||
"list",
|
||||
"patch",
|
||||
"update",
|
||||
"watch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"kind": "ResourceClaim",
|
||||
"name": "resourceclaims/status",
|
||||
"namespaced": true,
|
||||
"singularName": "",
|
||||
"verbs": [
|
||||
"get",
|
||||
"patch",
|
||||
"update"
|
||||
]
|
||||
},
|
||||
{
|
||||
"kind": "ResourceClaimTemplate",
|
||||
"name": "resourceclaimtemplates",
|
||||
"namespaced": true,
|
||||
"singularName": "resourceclaimtemplate",
|
||||
"storageVersionHash": "F6aZtQPvFlU=",
|
||||
"verbs": [
|
||||
"create",
|
||||
"delete",
|
||||
"deletecollection",
|
||||
"get",
|
||||
"list",
|
||||
"patch",
|
||||
"update",
|
||||
"watch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"kind": "ResourceSlice",
|
||||
"name": "resourceslices",
|
||||
"namespaced": false,
|
||||
"singularName": "resourceslice",
|
||||
"storageVersionHash": "7r9IQQZblMY=",
|
||||
"verbs": [
|
||||
"create",
|
||||
"delete",
|
||||
"deletecollection",
|
||||
"get",
|
||||
"list",
|
||||
"patch",
|
||||
"update",
|
||||
"watch"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
4233
api/openapi-spec/swagger.json
generated
4233
api/openapi-spec/swagger.json
generated
File diff suppressed because it is too large
Load diff
10
api/openapi-spec/v3/api__v1_openapi.json
generated
10
api/openapi-spec/v3/api__v1_openapi.json
generated
|
|
@ -9235,6 +9235,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -9986,6 +9991,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -1562,6 +1562,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -2308,6 +2313,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -926,6 +926,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1672,6 +1677,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -928,6 +928,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1674,6 +1679,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -1285,6 +1285,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1974,6 +1979,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -418,6 +418,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1107,6 +1112,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
10
api/openapi-spec/v3/apis__apps__v1_openapi.json
generated
10
api/openapi-spec/v3/apis__apps__v1_openapi.json
generated
|
|
@ -5900,6 +5900,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -6646,6 +6651,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -611,6 +611,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1300,6 +1305,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -1271,6 +1271,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -2017,6 +2022,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
10
api/openapi-spec/v3/apis__batch__v1_openapi.json
generated
10
api/openapi-spec/v3/apis__batch__v1_openapi.json
generated
|
|
@ -5092,6 +5092,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -5838,6 +5843,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -647,6 +647,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1336,6 +1341,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -785,6 +785,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1474,6 +1479,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -523,6 +523,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1212,6 +1217,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -546,6 +546,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1240,6 +1245,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -547,6 +547,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1241,6 +1246,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -547,6 +547,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1241,6 +1246,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -728,6 +728,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1417,6 +1422,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -656,6 +656,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1350,6 +1355,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -1147,6 +1147,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1836,6 +1841,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -637,6 +637,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1326,6 +1331,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -1521,6 +1521,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -2267,6 +2272,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -723,6 +723,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1412,6 +1417,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -596,6 +596,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1285,6 +1290,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
10
api/openapi-spec/v3/apis__policy__v1_openapi.json
generated
10
api/openapi-spec/v3/apis__policy__v1_openapi.json
generated
|
|
@ -658,6 +658,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1404,6 +1409,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -931,6 +931,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1677,6 +1682,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
8712
api/openapi-spec/v3/apis__resource.k8s.io__v1_openapi.json
generated
Normal file
8712
api/openapi-spec/v3/apis__resource.k8s.io__v1_openapi.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -626,6 +626,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1315,6 +1320,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -1928,6 +1928,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -2617,6 +2622,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -1931,6 +1931,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -2620,6 +2625,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -514,6 +514,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1203,6 +1208,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -2386,6 +2386,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -3132,6 +3137,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -509,6 +509,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1198,6 +1203,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -509,6 +509,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1198,6 +1203,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -621,6 +621,11 @@
|
|||
"kind": "DeleteOptions",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "DeleteOptions",
|
||||
|
|
@ -1310,6 +1315,11 @@
|
|||
"kind": "WatchEvent",
|
||||
"version": "v1beta1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
"version": "v1"
|
||||
},
|
||||
{
|
||||
"group": "resource.k8s.io",
|
||||
"kind": "WatchEvent",
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ coordination.k8s.io/v1beta1 \
|
|||
coordination.k8s.io/v1 \
|
||||
discovery.k8s.io/v1 \
|
||||
discovery.k8s.io/v1beta1 \
|
||||
resource.k8s.io/v1 \
|
||||
resource.k8s.io/v1beta2 \
|
||||
resource.k8s.io/v1beta1 \
|
||||
resource.k8s.io/v1alpha3 \
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
resourceapi "k8s.io/api/resource/v1beta2"
|
||||
resourceapi "k8s.io/api/resource/v1"
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
resourceapi "k8s.io/api/resource/v1beta2"
|
||||
resourceapi "k8s.io/api/resource/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package v1beta2_test
|
||||
package v1_test
|
||||
|
||||
import (
|
||||
"reflect"
|
||||
|
|
@ -23,7 +23,7 @@ import (
|
|||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
v1beta2 "k8s.io/api/resource/v1beta2"
|
||||
v1 "k8s.io/api/resource/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
"k8s.io/utils/ptr"
|
||||
|
|
@ -34,12 +34,12 @@ import (
|
|||
)
|
||||
|
||||
func TestSetDefaultAllocationMode(t *testing.T) {
|
||||
claim := &v1beta2.ResourceClaim{
|
||||
Spec: v1beta2.ResourceClaimSpec{
|
||||
Devices: v1beta2.DeviceClaim{
|
||||
Requests: []v1beta2.DeviceRequest{
|
||||
claim := &v1.ResourceClaim{
|
||||
Spec: v1.ResourceClaimSpec{
|
||||
Devices: v1.DeviceClaim{
|
||||
Requests: []v1.DeviceRequest{
|
||||
{
|
||||
Exactly: &v1beta2.ExactDeviceRequest{},
|
||||
Exactly: &v1.ExactDeviceRequest{},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
@ -47,20 +47,20 @@ func TestSetDefaultAllocationMode(t *testing.T) {
|
|||
}
|
||||
|
||||
// fields should be defaulted
|
||||
defaultMode := v1beta2.DeviceAllocationModeExactCount
|
||||
defaultMode := v1.DeviceAllocationModeExactCount
|
||||
defaultCount := int64(1)
|
||||
output := roundTrip(t, runtime.Object(claim)).(*v1beta2.ResourceClaim)
|
||||
output := roundTrip(t, runtime.Object(claim)).(*v1.ResourceClaim)
|
||||
assert.Equal(t, defaultMode, output.Spec.Devices.Requests[0].Exactly.AllocationMode)
|
||||
assert.Equal(t, defaultCount, output.Spec.Devices.Requests[0].Exactly.Count)
|
||||
|
||||
// field should not change
|
||||
nonDefaultMode := v1beta2.DeviceAllocationModeExactCount
|
||||
nonDefaultMode := v1.DeviceAllocationModeExactCount
|
||||
nonDefaultCount := int64(10)
|
||||
claim = &v1beta2.ResourceClaim{
|
||||
Spec: v1beta2.ResourceClaimSpec{
|
||||
Devices: v1beta2.DeviceClaim{
|
||||
Requests: []v1beta2.DeviceRequest{{
|
||||
Exactly: &v1beta2.ExactDeviceRequest{
|
||||
claim = &v1.ResourceClaim{
|
||||
Spec: v1.ResourceClaimSpec{
|
||||
Devices: v1.DeviceClaim{
|
||||
Requests: []v1.DeviceRequest{{
|
||||
Exactly: &v1.ExactDeviceRequest{
|
||||
AllocationMode: nonDefaultMode,
|
||||
Count: nonDefaultCount,
|
||||
},
|
||||
|
|
@ -68,19 +68,19 @@ func TestSetDefaultAllocationMode(t *testing.T) {
|
|||
},
|
||||
},
|
||||
}
|
||||
output = roundTrip(t, runtime.Object(claim)).(*v1beta2.ResourceClaim)
|
||||
output = roundTrip(t, runtime.Object(claim)).(*v1.ResourceClaim)
|
||||
assert.Equal(t, nonDefaultMode, output.Spec.Devices.Requests[0].Exactly.AllocationMode)
|
||||
assert.Equal(t, nonDefaultCount, output.Spec.Devices.Requests[0].Exactly.Count)
|
||||
}
|
||||
|
||||
func TestSetDefaultAllocationModeWithSubRequests(t *testing.T) {
|
||||
claim := &v1beta2.ResourceClaim{
|
||||
Spec: v1beta2.ResourceClaimSpec{
|
||||
Devices: v1beta2.DeviceClaim{
|
||||
Requests: []v1beta2.DeviceRequest{
|
||||
claim := &v1.ResourceClaim{
|
||||
Spec: v1.ResourceClaimSpec{
|
||||
Devices: v1.DeviceClaim{
|
||||
Requests: []v1.DeviceRequest{
|
||||
{
|
||||
Name: "req-1",
|
||||
FirstAvailable: []v1beta2.DeviceSubRequest{
|
||||
FirstAvailable: []v1.DeviceSubRequest{
|
||||
{
|
||||
Name: "subReq-1",
|
||||
},
|
||||
|
|
@ -94,9 +94,9 @@ func TestSetDefaultAllocationModeWithSubRequests(t *testing.T) {
|
|||
},
|
||||
}
|
||||
|
||||
defaultMode := v1beta2.DeviceAllocationModeExactCount
|
||||
defaultMode := v1.DeviceAllocationModeExactCount
|
||||
defaultCount := int64(1)
|
||||
output := roundTrip(t, runtime.Object(claim)).(*v1beta2.ResourceClaim)
|
||||
output := roundTrip(t, runtime.Object(claim)).(*v1.ResourceClaim)
|
||||
// the exactly field is not set.
|
||||
assert.Nil(t, output.Spec.Devices.Requests[0].Exactly)
|
||||
// fields on the subRequests should be defaulted.
|
||||
|
|
@ -106,14 +106,14 @@ func TestSetDefaultAllocationModeWithSubRequests(t *testing.T) {
|
|||
assert.Equal(t, defaultCount, output.Spec.Devices.Requests[0].FirstAvailable[1].Count)
|
||||
|
||||
// field should not change
|
||||
nonDefaultMode := v1beta2.DeviceAllocationModeExactCount
|
||||
nonDefaultMode := v1.DeviceAllocationModeExactCount
|
||||
nonDefaultCount := int64(10)
|
||||
claim = &v1beta2.ResourceClaim{
|
||||
Spec: v1beta2.ResourceClaimSpec{
|
||||
Devices: v1beta2.DeviceClaim{
|
||||
Requests: []v1beta2.DeviceRequest{{
|
||||
claim = &v1.ResourceClaim{
|
||||
Spec: v1.ResourceClaimSpec{
|
||||
Devices: v1.DeviceClaim{
|
||||
Requests: []v1.DeviceRequest{{
|
||||
Name: "req-1",
|
||||
FirstAvailable: []v1beta2.DeviceSubRequest{
|
||||
FirstAvailable: []v1.DeviceSubRequest{
|
||||
{
|
||||
Name: "subReq-1",
|
||||
AllocationMode: nonDefaultMode,
|
||||
|
|
@ -129,7 +129,7 @@ func TestSetDefaultAllocationModeWithSubRequests(t *testing.T) {
|
|||
},
|
||||
},
|
||||
}
|
||||
output = roundTrip(t, runtime.Object(claim)).(*v1beta2.ResourceClaim)
|
||||
output = roundTrip(t, runtime.Object(claim)).(*v1.ResourceClaim)
|
||||
assert.Equal(t, nonDefaultMode, output.Spec.Devices.Requests[0].FirstAvailable[0].AllocationMode)
|
||||
assert.Equal(t, nonDefaultCount, output.Spec.Devices.Requests[0].FirstAvailable[0].Count)
|
||||
assert.Equal(t, nonDefaultMode, output.Spec.Devices.Requests[0].FirstAvailable[1].AllocationMode)
|
||||
|
|
@ -137,28 +137,28 @@ func TestSetDefaultAllocationModeWithSubRequests(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestSetDefaultDeviceTaint(t *testing.T) {
|
||||
slice := &v1beta2.ResourceSlice{
|
||||
Spec: v1beta2.ResourceSliceSpec{
|
||||
Devices: []v1beta2.Device{{
|
||||
slice := &v1.ResourceSlice{
|
||||
Spec: v1.ResourceSliceSpec{
|
||||
Devices: []v1.Device{{
|
||||
Name: "device-0",
|
||||
Taints: []v1beta2.DeviceTaint{{}},
|
||||
Taints: []v1.DeviceTaint{{}},
|
||||
}},
|
||||
},
|
||||
}
|
||||
|
||||
// fields should be defaulted
|
||||
output := roundTrip(t, slice).(*v1beta2.ResourceSlice)
|
||||
output := roundTrip(t, slice).(*v1.ResourceSlice)
|
||||
assert.WithinDuration(t, time.Now(), ptr.Deref(output.Spec.Devices[0].Taints[0].TimeAdded, metav1.Time{}).Time, time.Minute /* allow for some processing delay */, "time added default")
|
||||
|
||||
// field should not change
|
||||
timeAdded, _ := time.ParseInLocation(time.RFC3339, "2006-01-02T15:04:05Z", time.UTC)
|
||||
slice.Spec.Devices[0].Taints[0].TimeAdded = &metav1.Time{Time: timeAdded}
|
||||
output = roundTrip(t, slice).(*v1beta2.ResourceSlice)
|
||||
output = roundTrip(t, slice).(*v1.ResourceSlice)
|
||||
assert.WithinDuration(t, timeAdded, ptr.Deref(output.Spec.Devices[0].Taints[0].TimeAdded, metav1.Time{}).Time, 0 /* semantically the same, different time zone allowed */, "time added fixed")
|
||||
}
|
||||
|
||||
func roundTrip(t *testing.T, obj runtime.Object) runtime.Object {
|
||||
codec := legacyscheme.Codecs.LegacyCodec(v1beta2.SchemeGroupVersion)
|
||||
codec := legacyscheme.Codecs.LegacyCodec(v1.SchemeGroupVersion)
|
||||
data, err := runtime.Encode(codec, obj)
|
||||
if err != nil {
|
||||
t.Errorf("%v\n %#v", err, obj)
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
// +k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/resource
|
||||
// +k8s:conversion-gen-external-types=k8s.io/api/resource/v1beta2
|
||||
// +k8s:conversion-gen-external-types=k8s.io/api/resource/v1
|
||||
// +k8s:defaulter-gen=TypeMeta
|
||||
// +k8s:defaulter-gen-input=k8s.io/api/resource/v1beta2
|
||||
// +k8s:defaulter-gen-input=k8s.io/api/resource/v1
|
||||
|
||||
// Package v1beta2 is the v1beta2 version of the resource API.
|
||||
package v1beta2
|
||||
// Package v1 is the v1 version of the resource API.
|
||||
package v1
|
||||
|
|
|
|||
|
|
@ -14,15 +14,15 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
"k8s.io/api/resource/v1beta2"
|
||||
"k8s.io/api/resource/v1"
|
||||
"k8s.io/apimachinery/pkg/runtime/schema"
|
||||
)
|
||||
|
||||
var (
|
||||
localSchemeBuilder = &v1beta2.SchemeBuilder
|
||||
localSchemeBuilder = &v1.SchemeBuilder
|
||||
AddToScheme = localSchemeBuilder.AddToScheme
|
||||
)
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ func init() {
|
|||
const GroupName = "resource.k8s.io"
|
||||
|
||||
// SchemeGroupVersion is group version used to register these objects
|
||||
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta2"}
|
||||
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"}
|
||||
|
||||
// Resource takes an unqualified resource and returns a Group qualified GroupResource
|
||||
func Resource(resource string) schema.GroupResource {
|
||||
|
|
|
|||
1100
pkg/apis/resource/v1/zz_generated.conversion.go
generated
1100
pkg/apis/resource/v1/zz_generated.conversion.go
generated
File diff suppressed because it is too large
Load diff
32
pkg/apis/resource/v1/zz_generated.defaults.go
generated
32
pkg/apis/resource/v1/zz_generated.defaults.go
generated
|
|
@ -19,10 +19,10 @@ limitations under the License.
|
|||
|
||||
// Code generated by defaulter-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
runtime "k8s.io/apimachinery/pkg/runtime"
|
||||
)
|
||||
|
||||
|
|
@ -30,20 +30,20 @@ import (
|
|||
// Public to allow building arbitrary schemes.
|
||||
// All generated defaulters are covering - they call all nested defaulters.
|
||||
func RegisterDefaults(scheme *runtime.Scheme) error {
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1beta2.ResourceClaim{}, func(obj interface{}) { SetObjectDefaults_ResourceClaim(obj.(*resourcev1beta2.ResourceClaim)) })
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1beta2.ResourceClaimList{}, func(obj interface{}) { SetObjectDefaults_ResourceClaimList(obj.(*resourcev1beta2.ResourceClaimList)) })
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1beta2.ResourceClaimTemplate{}, func(obj interface{}) {
|
||||
SetObjectDefaults_ResourceClaimTemplate(obj.(*resourcev1beta2.ResourceClaimTemplate))
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1.ResourceClaim{}, func(obj interface{}) { SetObjectDefaults_ResourceClaim(obj.(*resourcev1.ResourceClaim)) })
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1.ResourceClaimList{}, func(obj interface{}) { SetObjectDefaults_ResourceClaimList(obj.(*resourcev1.ResourceClaimList)) })
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1.ResourceClaimTemplate{}, func(obj interface{}) {
|
||||
SetObjectDefaults_ResourceClaimTemplate(obj.(*resourcev1.ResourceClaimTemplate))
|
||||
})
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1beta2.ResourceClaimTemplateList{}, func(obj interface{}) {
|
||||
SetObjectDefaults_ResourceClaimTemplateList(obj.(*resourcev1beta2.ResourceClaimTemplateList))
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1.ResourceClaimTemplateList{}, func(obj interface{}) {
|
||||
SetObjectDefaults_ResourceClaimTemplateList(obj.(*resourcev1.ResourceClaimTemplateList))
|
||||
})
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1beta2.ResourceSlice{}, func(obj interface{}) { SetObjectDefaults_ResourceSlice(obj.(*resourcev1beta2.ResourceSlice)) })
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1beta2.ResourceSliceList{}, func(obj interface{}) { SetObjectDefaults_ResourceSliceList(obj.(*resourcev1beta2.ResourceSliceList)) })
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1.ResourceSlice{}, func(obj interface{}) { SetObjectDefaults_ResourceSlice(obj.(*resourcev1.ResourceSlice)) })
|
||||
scheme.AddTypeDefaultingFunc(&resourcev1.ResourceSliceList{}, func(obj interface{}) { SetObjectDefaults_ResourceSliceList(obj.(*resourcev1.ResourceSliceList)) })
|
||||
return nil
|
||||
}
|
||||
|
||||
func SetObjectDefaults_ResourceClaim(in *resourcev1beta2.ResourceClaim) {
|
||||
func SetObjectDefaults_ResourceClaim(in *resourcev1.ResourceClaim) {
|
||||
for i := range in.Spec.Devices.Requests {
|
||||
a := &in.Spec.Devices.Requests[i]
|
||||
if a.Exactly != nil {
|
||||
|
|
@ -79,14 +79,14 @@ func SetObjectDefaults_ResourceClaim(in *resourcev1beta2.ResourceClaim) {
|
|||
}
|
||||
}
|
||||
|
||||
func SetObjectDefaults_ResourceClaimList(in *resourcev1beta2.ResourceClaimList) {
|
||||
func SetObjectDefaults_ResourceClaimList(in *resourcev1.ResourceClaimList) {
|
||||
for i := range in.Items {
|
||||
a := &in.Items[i]
|
||||
SetObjectDefaults_ResourceClaim(a)
|
||||
}
|
||||
}
|
||||
|
||||
func SetObjectDefaults_ResourceClaimTemplate(in *resourcev1beta2.ResourceClaimTemplate) {
|
||||
func SetObjectDefaults_ResourceClaimTemplate(in *resourcev1.ResourceClaimTemplate) {
|
||||
for i := range in.Spec.Spec.Devices.Requests {
|
||||
a := &in.Spec.Spec.Devices.Requests[i]
|
||||
if a.Exactly != nil {
|
||||
|
|
@ -111,14 +111,14 @@ func SetObjectDefaults_ResourceClaimTemplate(in *resourcev1beta2.ResourceClaimTe
|
|||
}
|
||||
}
|
||||
|
||||
func SetObjectDefaults_ResourceClaimTemplateList(in *resourcev1beta2.ResourceClaimTemplateList) {
|
||||
func SetObjectDefaults_ResourceClaimTemplateList(in *resourcev1.ResourceClaimTemplateList) {
|
||||
for i := range in.Items {
|
||||
a := &in.Items[i]
|
||||
SetObjectDefaults_ResourceClaimTemplate(a)
|
||||
}
|
||||
}
|
||||
|
||||
func SetObjectDefaults_ResourceSlice(in *resourcev1beta2.ResourceSlice) {
|
||||
func SetObjectDefaults_ResourceSlice(in *resourcev1.ResourceSlice) {
|
||||
for i := range in.Spec.Devices {
|
||||
a := &in.Spec.Devices[i]
|
||||
for j := range a.Taints {
|
||||
|
|
@ -128,7 +128,7 @@ func SetObjectDefaults_ResourceSlice(in *resourcev1beta2.ResourceSlice) {
|
|||
}
|
||||
}
|
||||
|
||||
func SetObjectDefaults_ResourceSliceList(in *resourcev1beta2.ResourceSliceList) {
|
||||
func SetObjectDefaults_ResourceSliceList(in *resourcev1.ResourceSliceList) {
|
||||
for i := range in.Items {
|
||||
a := &in.Items[i]
|
||||
SetObjectDefaults_ResourceSlice(a)
|
||||
|
|
|
|||
1962
pkg/generated/openapi/zz_generated.openapi.go
generated
1962
pkg/generated/openapi/zz_generated.openapi.go
generated
File diff suppressed because it is too large
Load diff
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import "fmt"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ limitations under the License.
|
|||
// +k8s:prerelease-lifecycle-gen=true
|
||||
// +groupName=resource.k8s.io
|
||||
|
||||
// Package v1beta2 is the v1beta2 version of the resource API.
|
||||
package v1beta2
|
||||
// Package v1 is the v1 version of the resource API.
|
||||
package v1
|
||||
|
|
|
|||
494
staging/src/k8s.io/api/resource/v1/generated.pb.go
generated
494
staging/src/k8s.io/api/resource/v1/generated.pb.go
generated
|
|
@ -15,9 +15,9 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: k8s.io/api/resource/v1beta2/generated.proto
|
||||
// source: k8s.io/api/resource/v1/generated.proto
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
fmt "fmt"
|
||||
|
|
@ -52,7 +52,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
|
|||
func (m *AllocatedDeviceStatus) Reset() { *m = AllocatedDeviceStatus{} }
|
||||
func (*AllocatedDeviceStatus) ProtoMessage() {}
|
||||
func (*AllocatedDeviceStatus) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{0}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{0}
|
||||
}
|
||||
func (m *AllocatedDeviceStatus) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -80,7 +80,7 @@ var xxx_messageInfo_AllocatedDeviceStatus proto.InternalMessageInfo
|
|||
func (m *AllocationResult) Reset() { *m = AllocationResult{} }
|
||||
func (*AllocationResult) ProtoMessage() {}
|
||||
func (*AllocationResult) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{1}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{1}
|
||||
}
|
||||
func (m *AllocationResult) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -108,7 +108,7 @@ var xxx_messageInfo_AllocationResult proto.InternalMessageInfo
|
|||
func (m *CELDeviceSelector) Reset() { *m = CELDeviceSelector{} }
|
||||
func (*CELDeviceSelector) ProtoMessage() {}
|
||||
func (*CELDeviceSelector) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{2}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{2}
|
||||
}
|
||||
func (m *CELDeviceSelector) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -136,7 +136,7 @@ var xxx_messageInfo_CELDeviceSelector proto.InternalMessageInfo
|
|||
func (m *Counter) Reset() { *m = Counter{} }
|
||||
func (*Counter) ProtoMessage() {}
|
||||
func (*Counter) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{3}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{3}
|
||||
}
|
||||
func (m *Counter) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -164,7 +164,7 @@ var xxx_messageInfo_Counter proto.InternalMessageInfo
|
|||
func (m *CounterSet) Reset() { *m = CounterSet{} }
|
||||
func (*CounterSet) ProtoMessage() {}
|
||||
func (*CounterSet) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{4}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{4}
|
||||
}
|
||||
func (m *CounterSet) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -192,7 +192,7 @@ var xxx_messageInfo_CounterSet proto.InternalMessageInfo
|
|||
func (m *Device) Reset() { *m = Device{} }
|
||||
func (*Device) ProtoMessage() {}
|
||||
func (*Device) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{5}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{5}
|
||||
}
|
||||
func (m *Device) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -220,7 +220,7 @@ var xxx_messageInfo_Device proto.InternalMessageInfo
|
|||
func (m *DeviceAllocationConfiguration) Reset() { *m = DeviceAllocationConfiguration{} }
|
||||
func (*DeviceAllocationConfiguration) ProtoMessage() {}
|
||||
func (*DeviceAllocationConfiguration) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{6}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{6}
|
||||
}
|
||||
func (m *DeviceAllocationConfiguration) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -248,7 +248,7 @@ var xxx_messageInfo_DeviceAllocationConfiguration proto.InternalMessageInfo
|
|||
func (m *DeviceAllocationResult) Reset() { *m = DeviceAllocationResult{} }
|
||||
func (*DeviceAllocationResult) ProtoMessage() {}
|
||||
func (*DeviceAllocationResult) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{7}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{7}
|
||||
}
|
||||
func (m *DeviceAllocationResult) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -276,7 +276,7 @@ var xxx_messageInfo_DeviceAllocationResult proto.InternalMessageInfo
|
|||
func (m *DeviceAttribute) Reset() { *m = DeviceAttribute{} }
|
||||
func (*DeviceAttribute) ProtoMessage() {}
|
||||
func (*DeviceAttribute) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{8}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{8}
|
||||
}
|
||||
func (m *DeviceAttribute) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -304,7 +304,7 @@ var xxx_messageInfo_DeviceAttribute proto.InternalMessageInfo
|
|||
func (m *DeviceCapacity) Reset() { *m = DeviceCapacity{} }
|
||||
func (*DeviceCapacity) ProtoMessage() {}
|
||||
func (*DeviceCapacity) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{9}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{9}
|
||||
}
|
||||
func (m *DeviceCapacity) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -332,7 +332,7 @@ var xxx_messageInfo_DeviceCapacity proto.InternalMessageInfo
|
|||
func (m *DeviceClaim) Reset() { *m = DeviceClaim{} }
|
||||
func (*DeviceClaim) ProtoMessage() {}
|
||||
func (*DeviceClaim) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{10}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{10}
|
||||
}
|
||||
func (m *DeviceClaim) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -360,7 +360,7 @@ var xxx_messageInfo_DeviceClaim proto.InternalMessageInfo
|
|||
func (m *DeviceClaimConfiguration) Reset() { *m = DeviceClaimConfiguration{} }
|
||||
func (*DeviceClaimConfiguration) ProtoMessage() {}
|
||||
func (*DeviceClaimConfiguration) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{11}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{11}
|
||||
}
|
||||
func (m *DeviceClaimConfiguration) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -388,7 +388,7 @@ var xxx_messageInfo_DeviceClaimConfiguration proto.InternalMessageInfo
|
|||
func (m *DeviceClass) Reset() { *m = DeviceClass{} }
|
||||
func (*DeviceClass) ProtoMessage() {}
|
||||
func (*DeviceClass) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{12}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{12}
|
||||
}
|
||||
func (m *DeviceClass) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -416,7 +416,7 @@ var xxx_messageInfo_DeviceClass proto.InternalMessageInfo
|
|||
func (m *DeviceClassConfiguration) Reset() { *m = DeviceClassConfiguration{} }
|
||||
func (*DeviceClassConfiguration) ProtoMessage() {}
|
||||
func (*DeviceClassConfiguration) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{13}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{13}
|
||||
}
|
||||
func (m *DeviceClassConfiguration) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -444,7 +444,7 @@ var xxx_messageInfo_DeviceClassConfiguration proto.InternalMessageInfo
|
|||
func (m *DeviceClassList) Reset() { *m = DeviceClassList{} }
|
||||
func (*DeviceClassList) ProtoMessage() {}
|
||||
func (*DeviceClassList) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{14}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{14}
|
||||
}
|
||||
func (m *DeviceClassList) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -472,7 +472,7 @@ var xxx_messageInfo_DeviceClassList proto.InternalMessageInfo
|
|||
func (m *DeviceClassSpec) Reset() { *m = DeviceClassSpec{} }
|
||||
func (*DeviceClassSpec) ProtoMessage() {}
|
||||
func (*DeviceClassSpec) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{15}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{15}
|
||||
}
|
||||
func (m *DeviceClassSpec) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -500,7 +500,7 @@ var xxx_messageInfo_DeviceClassSpec proto.InternalMessageInfo
|
|||
func (m *DeviceConfiguration) Reset() { *m = DeviceConfiguration{} }
|
||||
func (*DeviceConfiguration) ProtoMessage() {}
|
||||
func (*DeviceConfiguration) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{16}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{16}
|
||||
}
|
||||
func (m *DeviceConfiguration) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -528,7 +528,7 @@ var xxx_messageInfo_DeviceConfiguration proto.InternalMessageInfo
|
|||
func (m *DeviceConstraint) Reset() { *m = DeviceConstraint{} }
|
||||
func (*DeviceConstraint) ProtoMessage() {}
|
||||
func (*DeviceConstraint) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{17}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{17}
|
||||
}
|
||||
func (m *DeviceConstraint) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -556,7 +556,7 @@ var xxx_messageInfo_DeviceConstraint proto.InternalMessageInfo
|
|||
func (m *DeviceCounterConsumption) Reset() { *m = DeviceCounterConsumption{} }
|
||||
func (*DeviceCounterConsumption) ProtoMessage() {}
|
||||
func (*DeviceCounterConsumption) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{18}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{18}
|
||||
}
|
||||
func (m *DeviceCounterConsumption) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -584,7 +584,7 @@ var xxx_messageInfo_DeviceCounterConsumption proto.InternalMessageInfo
|
|||
func (m *DeviceRequest) Reset() { *m = DeviceRequest{} }
|
||||
func (*DeviceRequest) ProtoMessage() {}
|
||||
func (*DeviceRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{19}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{19}
|
||||
}
|
||||
func (m *DeviceRequest) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -612,7 +612,7 @@ var xxx_messageInfo_DeviceRequest proto.InternalMessageInfo
|
|||
func (m *DeviceRequestAllocationResult) Reset() { *m = DeviceRequestAllocationResult{} }
|
||||
func (*DeviceRequestAllocationResult) ProtoMessage() {}
|
||||
func (*DeviceRequestAllocationResult) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{20}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{20}
|
||||
}
|
||||
func (m *DeviceRequestAllocationResult) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -640,7 +640,7 @@ var xxx_messageInfo_DeviceRequestAllocationResult proto.InternalMessageInfo
|
|||
func (m *DeviceSelector) Reset() { *m = DeviceSelector{} }
|
||||
func (*DeviceSelector) ProtoMessage() {}
|
||||
func (*DeviceSelector) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{21}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{21}
|
||||
}
|
||||
func (m *DeviceSelector) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -668,7 +668,7 @@ var xxx_messageInfo_DeviceSelector proto.InternalMessageInfo
|
|||
func (m *DeviceSubRequest) Reset() { *m = DeviceSubRequest{} }
|
||||
func (*DeviceSubRequest) ProtoMessage() {}
|
||||
func (*DeviceSubRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{22}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{22}
|
||||
}
|
||||
func (m *DeviceSubRequest) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -696,7 +696,7 @@ var xxx_messageInfo_DeviceSubRequest proto.InternalMessageInfo
|
|||
func (m *DeviceTaint) Reset() { *m = DeviceTaint{} }
|
||||
func (*DeviceTaint) ProtoMessage() {}
|
||||
func (*DeviceTaint) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{23}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{23}
|
||||
}
|
||||
func (m *DeviceTaint) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -724,7 +724,7 @@ var xxx_messageInfo_DeviceTaint proto.InternalMessageInfo
|
|||
func (m *DeviceToleration) Reset() { *m = DeviceToleration{} }
|
||||
func (*DeviceToleration) ProtoMessage() {}
|
||||
func (*DeviceToleration) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{24}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{24}
|
||||
}
|
||||
func (m *DeviceToleration) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -752,7 +752,7 @@ var xxx_messageInfo_DeviceToleration proto.InternalMessageInfo
|
|||
func (m *ExactDeviceRequest) Reset() { *m = ExactDeviceRequest{} }
|
||||
func (*ExactDeviceRequest) ProtoMessage() {}
|
||||
func (*ExactDeviceRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{25}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{25}
|
||||
}
|
||||
func (m *ExactDeviceRequest) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -780,7 +780,7 @@ var xxx_messageInfo_ExactDeviceRequest proto.InternalMessageInfo
|
|||
func (m *NetworkDeviceData) Reset() { *m = NetworkDeviceData{} }
|
||||
func (*NetworkDeviceData) ProtoMessage() {}
|
||||
func (*NetworkDeviceData) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{26}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{26}
|
||||
}
|
||||
func (m *NetworkDeviceData) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -808,7 +808,7 @@ var xxx_messageInfo_NetworkDeviceData proto.InternalMessageInfo
|
|||
func (m *OpaqueDeviceConfiguration) Reset() { *m = OpaqueDeviceConfiguration{} }
|
||||
func (*OpaqueDeviceConfiguration) ProtoMessage() {}
|
||||
func (*OpaqueDeviceConfiguration) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{27}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{27}
|
||||
}
|
||||
func (m *OpaqueDeviceConfiguration) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -836,7 +836,7 @@ var xxx_messageInfo_OpaqueDeviceConfiguration proto.InternalMessageInfo
|
|||
func (m *ResourceClaim) Reset() { *m = ResourceClaim{} }
|
||||
func (*ResourceClaim) ProtoMessage() {}
|
||||
func (*ResourceClaim) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{28}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{28}
|
||||
}
|
||||
func (m *ResourceClaim) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -864,7 +864,7 @@ var xxx_messageInfo_ResourceClaim proto.InternalMessageInfo
|
|||
func (m *ResourceClaimConsumerReference) Reset() { *m = ResourceClaimConsumerReference{} }
|
||||
func (*ResourceClaimConsumerReference) ProtoMessage() {}
|
||||
func (*ResourceClaimConsumerReference) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{29}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{29}
|
||||
}
|
||||
func (m *ResourceClaimConsumerReference) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -892,7 +892,7 @@ var xxx_messageInfo_ResourceClaimConsumerReference proto.InternalMessageInfo
|
|||
func (m *ResourceClaimList) Reset() { *m = ResourceClaimList{} }
|
||||
func (*ResourceClaimList) ProtoMessage() {}
|
||||
func (*ResourceClaimList) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{30}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{30}
|
||||
}
|
||||
func (m *ResourceClaimList) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -920,7 +920,7 @@ var xxx_messageInfo_ResourceClaimList proto.InternalMessageInfo
|
|||
func (m *ResourceClaimSpec) Reset() { *m = ResourceClaimSpec{} }
|
||||
func (*ResourceClaimSpec) ProtoMessage() {}
|
||||
func (*ResourceClaimSpec) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{31}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{31}
|
||||
}
|
||||
func (m *ResourceClaimSpec) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -948,7 +948,7 @@ var xxx_messageInfo_ResourceClaimSpec proto.InternalMessageInfo
|
|||
func (m *ResourceClaimStatus) Reset() { *m = ResourceClaimStatus{} }
|
||||
func (*ResourceClaimStatus) ProtoMessage() {}
|
||||
func (*ResourceClaimStatus) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{32}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{32}
|
||||
}
|
||||
func (m *ResourceClaimStatus) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -976,7 +976,7 @@ var xxx_messageInfo_ResourceClaimStatus proto.InternalMessageInfo
|
|||
func (m *ResourceClaimTemplate) Reset() { *m = ResourceClaimTemplate{} }
|
||||
func (*ResourceClaimTemplate) ProtoMessage() {}
|
||||
func (*ResourceClaimTemplate) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{33}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{33}
|
||||
}
|
||||
func (m *ResourceClaimTemplate) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -1004,7 +1004,7 @@ var xxx_messageInfo_ResourceClaimTemplate proto.InternalMessageInfo
|
|||
func (m *ResourceClaimTemplateList) Reset() { *m = ResourceClaimTemplateList{} }
|
||||
func (*ResourceClaimTemplateList) ProtoMessage() {}
|
||||
func (*ResourceClaimTemplateList) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{34}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{34}
|
||||
}
|
||||
func (m *ResourceClaimTemplateList) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -1032,7 +1032,7 @@ var xxx_messageInfo_ResourceClaimTemplateList proto.InternalMessageInfo
|
|||
func (m *ResourceClaimTemplateSpec) Reset() { *m = ResourceClaimTemplateSpec{} }
|
||||
func (*ResourceClaimTemplateSpec) ProtoMessage() {}
|
||||
func (*ResourceClaimTemplateSpec) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{35}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{35}
|
||||
}
|
||||
func (m *ResourceClaimTemplateSpec) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -1060,7 +1060,7 @@ var xxx_messageInfo_ResourceClaimTemplateSpec proto.InternalMessageInfo
|
|||
func (m *ResourcePool) Reset() { *m = ResourcePool{} }
|
||||
func (*ResourcePool) ProtoMessage() {}
|
||||
func (*ResourcePool) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{36}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{36}
|
||||
}
|
||||
func (m *ResourcePool) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -1088,7 +1088,7 @@ var xxx_messageInfo_ResourcePool proto.InternalMessageInfo
|
|||
func (m *ResourceSlice) Reset() { *m = ResourceSlice{} }
|
||||
func (*ResourceSlice) ProtoMessage() {}
|
||||
func (*ResourceSlice) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{37}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{37}
|
||||
}
|
||||
func (m *ResourceSlice) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -1116,7 +1116,7 @@ var xxx_messageInfo_ResourceSlice proto.InternalMessageInfo
|
|||
func (m *ResourceSliceList) Reset() { *m = ResourceSliceList{} }
|
||||
func (*ResourceSliceList) ProtoMessage() {}
|
||||
func (*ResourceSliceList) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{38}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{38}
|
||||
}
|
||||
func (m *ResourceSliceList) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -1144,7 +1144,7 @@ var xxx_messageInfo_ResourceSliceList proto.InternalMessageInfo
|
|||
func (m *ResourceSliceSpec) Reset() { *m = ResourceSliceSpec{} }
|
||||
func (*ResourceSliceSpec) ProtoMessage() {}
|
||||
func (*ResourceSliceSpec) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_57f2e1d27c072d6e, []int{39}
|
||||
return fileDescriptor_f4fc532aec02d243, []int{39}
|
||||
}
|
||||
func (m *ResourceSliceSpec) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
|
|
@ -1170,216 +1170,216 @@ func (m *ResourceSliceSpec) XXX_DiscardUnknown() {
|
|||
var xxx_messageInfo_ResourceSliceSpec proto.InternalMessageInfo
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*AllocatedDeviceStatus)(nil), "k8s.io.api.resource.v1beta2.AllocatedDeviceStatus")
|
||||
proto.RegisterType((*AllocationResult)(nil), "k8s.io.api.resource.v1beta2.AllocationResult")
|
||||
proto.RegisterType((*CELDeviceSelector)(nil), "k8s.io.api.resource.v1beta2.CELDeviceSelector")
|
||||
proto.RegisterType((*Counter)(nil), "k8s.io.api.resource.v1beta2.Counter")
|
||||
proto.RegisterType((*CounterSet)(nil), "k8s.io.api.resource.v1beta2.CounterSet")
|
||||
proto.RegisterMapType((map[string]Counter)(nil), "k8s.io.api.resource.v1beta2.CounterSet.CountersEntry")
|
||||
proto.RegisterType((*Device)(nil), "k8s.io.api.resource.v1beta2.Device")
|
||||
proto.RegisterMapType((map[QualifiedName]DeviceAttribute)(nil), "k8s.io.api.resource.v1beta2.Device.AttributesEntry")
|
||||
proto.RegisterMapType((map[QualifiedName]DeviceCapacity)(nil), "k8s.io.api.resource.v1beta2.Device.CapacityEntry")
|
||||
proto.RegisterType((*DeviceAllocationConfiguration)(nil), "k8s.io.api.resource.v1beta2.DeviceAllocationConfiguration")
|
||||
proto.RegisterType((*DeviceAllocationResult)(nil), "k8s.io.api.resource.v1beta2.DeviceAllocationResult")
|
||||
proto.RegisterType((*DeviceAttribute)(nil), "k8s.io.api.resource.v1beta2.DeviceAttribute")
|
||||
proto.RegisterType((*DeviceCapacity)(nil), "k8s.io.api.resource.v1beta2.DeviceCapacity")
|
||||
proto.RegisterType((*DeviceClaim)(nil), "k8s.io.api.resource.v1beta2.DeviceClaim")
|
||||
proto.RegisterType((*DeviceClaimConfiguration)(nil), "k8s.io.api.resource.v1beta2.DeviceClaimConfiguration")
|
||||
proto.RegisterType((*DeviceClass)(nil), "k8s.io.api.resource.v1beta2.DeviceClass")
|
||||
proto.RegisterType((*DeviceClassConfiguration)(nil), "k8s.io.api.resource.v1beta2.DeviceClassConfiguration")
|
||||
proto.RegisterType((*DeviceClassList)(nil), "k8s.io.api.resource.v1beta2.DeviceClassList")
|
||||
proto.RegisterType((*DeviceClassSpec)(nil), "k8s.io.api.resource.v1beta2.DeviceClassSpec")
|
||||
proto.RegisterType((*DeviceConfiguration)(nil), "k8s.io.api.resource.v1beta2.DeviceConfiguration")
|
||||
proto.RegisterType((*DeviceConstraint)(nil), "k8s.io.api.resource.v1beta2.DeviceConstraint")
|
||||
proto.RegisterType((*DeviceCounterConsumption)(nil), "k8s.io.api.resource.v1beta2.DeviceCounterConsumption")
|
||||
proto.RegisterMapType((map[string]Counter)(nil), "k8s.io.api.resource.v1beta2.DeviceCounterConsumption.CountersEntry")
|
||||
proto.RegisterType((*DeviceRequest)(nil), "k8s.io.api.resource.v1beta2.DeviceRequest")
|
||||
proto.RegisterType((*DeviceRequestAllocationResult)(nil), "k8s.io.api.resource.v1beta2.DeviceRequestAllocationResult")
|
||||
proto.RegisterType((*DeviceSelector)(nil), "k8s.io.api.resource.v1beta2.DeviceSelector")
|
||||
proto.RegisterType((*DeviceSubRequest)(nil), "k8s.io.api.resource.v1beta2.DeviceSubRequest")
|
||||
proto.RegisterType((*DeviceTaint)(nil), "k8s.io.api.resource.v1beta2.DeviceTaint")
|
||||
proto.RegisterType((*DeviceToleration)(nil), "k8s.io.api.resource.v1beta2.DeviceToleration")
|
||||
proto.RegisterType((*ExactDeviceRequest)(nil), "k8s.io.api.resource.v1beta2.ExactDeviceRequest")
|
||||
proto.RegisterType((*NetworkDeviceData)(nil), "k8s.io.api.resource.v1beta2.NetworkDeviceData")
|
||||
proto.RegisterType((*OpaqueDeviceConfiguration)(nil), "k8s.io.api.resource.v1beta2.OpaqueDeviceConfiguration")
|
||||
proto.RegisterType((*ResourceClaim)(nil), "k8s.io.api.resource.v1beta2.ResourceClaim")
|
||||
proto.RegisterType((*ResourceClaimConsumerReference)(nil), "k8s.io.api.resource.v1beta2.ResourceClaimConsumerReference")
|
||||
proto.RegisterType((*ResourceClaimList)(nil), "k8s.io.api.resource.v1beta2.ResourceClaimList")
|
||||
proto.RegisterType((*ResourceClaimSpec)(nil), "k8s.io.api.resource.v1beta2.ResourceClaimSpec")
|
||||
proto.RegisterType((*ResourceClaimStatus)(nil), "k8s.io.api.resource.v1beta2.ResourceClaimStatus")
|
||||
proto.RegisterType((*ResourceClaimTemplate)(nil), "k8s.io.api.resource.v1beta2.ResourceClaimTemplate")
|
||||
proto.RegisterType((*ResourceClaimTemplateList)(nil), "k8s.io.api.resource.v1beta2.ResourceClaimTemplateList")
|
||||
proto.RegisterType((*ResourceClaimTemplateSpec)(nil), "k8s.io.api.resource.v1beta2.ResourceClaimTemplateSpec")
|
||||
proto.RegisterType((*ResourcePool)(nil), "k8s.io.api.resource.v1beta2.ResourcePool")
|
||||
proto.RegisterType((*ResourceSlice)(nil), "k8s.io.api.resource.v1beta2.ResourceSlice")
|
||||
proto.RegisterType((*ResourceSliceList)(nil), "k8s.io.api.resource.v1beta2.ResourceSliceList")
|
||||
proto.RegisterType((*ResourceSliceSpec)(nil), "k8s.io.api.resource.v1beta2.ResourceSliceSpec")
|
||||
proto.RegisterType((*AllocatedDeviceStatus)(nil), "k8s.io.api.resource.v1.AllocatedDeviceStatus")
|
||||
proto.RegisterType((*AllocationResult)(nil), "k8s.io.api.resource.v1.AllocationResult")
|
||||
proto.RegisterType((*CELDeviceSelector)(nil), "k8s.io.api.resource.v1.CELDeviceSelector")
|
||||
proto.RegisterType((*Counter)(nil), "k8s.io.api.resource.v1.Counter")
|
||||
proto.RegisterType((*CounterSet)(nil), "k8s.io.api.resource.v1.CounterSet")
|
||||
proto.RegisterMapType((map[string]Counter)(nil), "k8s.io.api.resource.v1.CounterSet.CountersEntry")
|
||||
proto.RegisterType((*Device)(nil), "k8s.io.api.resource.v1.Device")
|
||||
proto.RegisterMapType((map[QualifiedName]DeviceAttribute)(nil), "k8s.io.api.resource.v1.Device.AttributesEntry")
|
||||
proto.RegisterMapType((map[QualifiedName]DeviceCapacity)(nil), "k8s.io.api.resource.v1.Device.CapacityEntry")
|
||||
proto.RegisterType((*DeviceAllocationConfiguration)(nil), "k8s.io.api.resource.v1.DeviceAllocationConfiguration")
|
||||
proto.RegisterType((*DeviceAllocationResult)(nil), "k8s.io.api.resource.v1.DeviceAllocationResult")
|
||||
proto.RegisterType((*DeviceAttribute)(nil), "k8s.io.api.resource.v1.DeviceAttribute")
|
||||
proto.RegisterType((*DeviceCapacity)(nil), "k8s.io.api.resource.v1.DeviceCapacity")
|
||||
proto.RegisterType((*DeviceClaim)(nil), "k8s.io.api.resource.v1.DeviceClaim")
|
||||
proto.RegisterType((*DeviceClaimConfiguration)(nil), "k8s.io.api.resource.v1.DeviceClaimConfiguration")
|
||||
proto.RegisterType((*DeviceClass)(nil), "k8s.io.api.resource.v1.DeviceClass")
|
||||
proto.RegisterType((*DeviceClassConfiguration)(nil), "k8s.io.api.resource.v1.DeviceClassConfiguration")
|
||||
proto.RegisterType((*DeviceClassList)(nil), "k8s.io.api.resource.v1.DeviceClassList")
|
||||
proto.RegisterType((*DeviceClassSpec)(nil), "k8s.io.api.resource.v1.DeviceClassSpec")
|
||||
proto.RegisterType((*DeviceConfiguration)(nil), "k8s.io.api.resource.v1.DeviceConfiguration")
|
||||
proto.RegisterType((*DeviceConstraint)(nil), "k8s.io.api.resource.v1.DeviceConstraint")
|
||||
proto.RegisterType((*DeviceCounterConsumption)(nil), "k8s.io.api.resource.v1.DeviceCounterConsumption")
|
||||
proto.RegisterMapType((map[string]Counter)(nil), "k8s.io.api.resource.v1.DeviceCounterConsumption.CountersEntry")
|
||||
proto.RegisterType((*DeviceRequest)(nil), "k8s.io.api.resource.v1.DeviceRequest")
|
||||
proto.RegisterType((*DeviceRequestAllocationResult)(nil), "k8s.io.api.resource.v1.DeviceRequestAllocationResult")
|
||||
proto.RegisterType((*DeviceSelector)(nil), "k8s.io.api.resource.v1.DeviceSelector")
|
||||
proto.RegisterType((*DeviceSubRequest)(nil), "k8s.io.api.resource.v1.DeviceSubRequest")
|
||||
proto.RegisterType((*DeviceTaint)(nil), "k8s.io.api.resource.v1.DeviceTaint")
|
||||
proto.RegisterType((*DeviceToleration)(nil), "k8s.io.api.resource.v1.DeviceToleration")
|
||||
proto.RegisterType((*ExactDeviceRequest)(nil), "k8s.io.api.resource.v1.ExactDeviceRequest")
|
||||
proto.RegisterType((*NetworkDeviceData)(nil), "k8s.io.api.resource.v1.NetworkDeviceData")
|
||||
proto.RegisterType((*OpaqueDeviceConfiguration)(nil), "k8s.io.api.resource.v1.OpaqueDeviceConfiguration")
|
||||
proto.RegisterType((*ResourceClaim)(nil), "k8s.io.api.resource.v1.ResourceClaim")
|
||||
proto.RegisterType((*ResourceClaimConsumerReference)(nil), "k8s.io.api.resource.v1.ResourceClaimConsumerReference")
|
||||
proto.RegisterType((*ResourceClaimList)(nil), "k8s.io.api.resource.v1.ResourceClaimList")
|
||||
proto.RegisterType((*ResourceClaimSpec)(nil), "k8s.io.api.resource.v1.ResourceClaimSpec")
|
||||
proto.RegisterType((*ResourceClaimStatus)(nil), "k8s.io.api.resource.v1.ResourceClaimStatus")
|
||||
proto.RegisterType((*ResourceClaimTemplate)(nil), "k8s.io.api.resource.v1.ResourceClaimTemplate")
|
||||
proto.RegisterType((*ResourceClaimTemplateList)(nil), "k8s.io.api.resource.v1.ResourceClaimTemplateList")
|
||||
proto.RegisterType((*ResourceClaimTemplateSpec)(nil), "k8s.io.api.resource.v1.ResourceClaimTemplateSpec")
|
||||
proto.RegisterType((*ResourcePool)(nil), "k8s.io.api.resource.v1.ResourcePool")
|
||||
proto.RegisterType((*ResourceSlice)(nil), "k8s.io.api.resource.v1.ResourceSlice")
|
||||
proto.RegisterType((*ResourceSliceList)(nil), "k8s.io.api.resource.v1.ResourceSliceList")
|
||||
proto.RegisterType((*ResourceSliceSpec)(nil), "k8s.io.api.resource.v1.ResourceSliceSpec")
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("k8s.io/api/resource/v1beta2/generated.proto", fileDescriptor_57f2e1d27c072d6e)
|
||||
proto.RegisterFile("k8s.io/api/resource/v1/generated.proto", fileDescriptor_f4fc532aec02d243)
|
||||
}
|
||||
|
||||
var fileDescriptor_57f2e1d27c072d6e = []byte{
|
||||
// 2527 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x5a, 0x4d, 0x6c, 0x1c, 0x49,
|
||||
0x15, 0x76, 0x4f, 0x8f, 0xc7, 0xe3, 0x37, 0xb1, 0x63, 0x57, 0x48, 0x98, 0x38, 0x5a, 0x8f, 0xd3,
|
||||
0x41, 0xac, 0x37, 0x9b, 0xcc, 0x6c, 0x0c, 0x1b, 0xad, 0x92, 0x0b, 0x33, 0x8e, 0x93, 0x35, 0x49,
|
||||
0x1c, 0x6f, 0x8d, 0x37, 0x1b, 0x2d, 0x9b, 0x15, 0xed, 0x9e, 0xb2, 0xdd, 0x78, 0xa6, 0x7b, 0xd2,
|
||||
0x55, 0xe3, 0xc4, 0xe2, 0xc0, 0x8a, 0x33, 0x42, 0x1c, 0x91, 0x10, 0x08, 0x21, 0x84, 0x84, 0x84,
|
||||
0x10, 0x47, 0x4e, 0x20, 0x40, 0x88, 0x08, 0x24, 0x58, 0x81, 0x90, 0xf6, 0x80, 0x06, 0x32, 0x7b,
|
||||
0xe1, 0xca, 0x05, 0x21, 0x9f, 0x50, 0xfd, 0xf4, 0xef, 0xfc, 0x6c, 0x3b, 0x24, 0x56, 0xb8, 0xcd,
|
||||
0xbc, 0x7a, 0xef, 0x7b, 0x55, 0xaf, 0xde, 0x5f, 0x55, 0x35, 0xbc, 0xba, 0xfb, 0x06, 0x2d, 0xdb,
|
||||
0x6e, 0xc5, 0x6c, 0xdb, 0x15, 0x8f, 0x50, 0xb7, 0xe3, 0x59, 0xa4, 0xb2, 0x77, 0x69, 0x93, 0x30,
|
||||
0x73, 0xa9, 0xb2, 0x4d, 0x1c, 0xe2, 0x99, 0x8c, 0x34, 0xca, 0x6d, 0xcf, 0x65, 0x2e, 0x3a, 0x23,
|
||||
0x99, 0xcb, 0x66, 0xdb, 0x2e, 0xfb, 0xcc, 0x65, 0xc5, 0x3c, 0x77, 0x71, 0xdb, 0x66, 0x3b, 0x9d,
|
||||
0xcd, 0xb2, 0xe5, 0xb6, 0x2a, 0xdb, 0xee, 0xb6, 0x5b, 0x11, 0x32, 0x9b, 0x9d, 0x2d, 0xf1, 0x4f,
|
||||
0xfc, 0x11, 0xbf, 0x24, 0xd6, 0x9c, 0x11, 0x51, 0x6c, 0xb9, 0x1e, 0x57, 0x9a, 0xd4, 0x37, 0xf7,
|
||||
0xf9, 0x90, 0xa7, 0x65, 0x5a, 0x3b, 0xb6, 0x43, 0xbc, 0xfd, 0x4a, 0x7b, 0x77, 0x3b, 0x3e, 0xdb,
|
||||
0xc3, 0x48, 0xd1, 0x4a, 0x8b, 0x30, 0x73, 0x90, 0xae, 0xca, 0x30, 0x29, 0xaf, 0xe3, 0x30, 0xbb,
|
||||
0xd5, 0xaf, 0xe6, 0xf2, 0x27, 0x09, 0x50, 0x6b, 0x87, 0xb4, 0xcc, 0xa4, 0x9c, 0xf1, 0x3d, 0x1d,
|
||||
0x4e, 0x56, 0x9b, 0x4d, 0xd7, 0xe2, 0xb4, 0x6b, 0x64, 0xcf, 0xb6, 0x48, 0x9d, 0x99, 0xac, 0x43,
|
||||
0xd1, 0x67, 0x21, 0xd7, 0xf0, 0xec, 0x3d, 0xe2, 0x15, 0xb5, 0x05, 0x6d, 0x71, 0xb2, 0x36, 0xfd,
|
||||
0xb8, 0x5b, 0x1a, 0xeb, 0x75, 0x4b, 0xb9, 0x6b, 0x82, 0x8a, 0xd5, 0x28, 0x5a, 0x80, 0x6c, 0xdb,
|
||||
0x75, 0x9b, 0xc5, 0x8c, 0xe0, 0x3a, 0xa6, 0xb8, 0xb2, 0xeb, 0xae, 0xdb, 0xc4, 0x62, 0x44, 0x20,
|
||||
0x09, 0xe4, 0xa2, 0x9e, 0x40, 0x12, 0x54, 0xac, 0x46, 0x91, 0x05, 0x60, 0xb9, 0x4e, 0xc3, 0x66,
|
||||
0xb6, 0xeb, 0xd0, 0x62, 0x76, 0x41, 0x5f, 0x2c, 0x2c, 0x55, 0xca, 0xe1, 0x2e, 0x07, 0x0b, 0x2b,
|
||||
0xb7, 0x77, 0xb7, 0x39, 0x81, 0x96, 0xb9, 0xfd, 0xca, 0x7b, 0x97, 0xca, 0xcb, 0xbe, 0x5c, 0x0d,
|
||||
0x29, 0x70, 0x08, 0x48, 0x14, 0x47, 0x60, 0xd1, 0x4d, 0xc8, 0x36, 0x4c, 0x66, 0x16, 0xc7, 0x17,
|
||||
0xb4, 0xc5, 0xc2, 0xd2, 0xc5, 0xa1, 0xf0, 0xca, 0x6e, 0x65, 0x6c, 0x3e, 0x5c, 0x79, 0xc4, 0x88,
|
||||
0x43, 0x39, 0x78, 0x9e, 0xaf, 0xec, 0x9a, 0xc9, 0x4c, 0x2c, 0x40, 0x90, 0x09, 0x05, 0x87, 0xb0,
|
||||
0x87, 0xae, 0xb7, 0xcb, 0x89, 0xc5, 0x9c, 0xc0, 0x2c, 0x97, 0x47, 0x38, 0x66, 0x79, 0x4d, 0xf1,
|
||||
0x8b, 0x25, 0x73, 0xa9, 0xda, 0xf1, 0x5e, 0xb7, 0x54, 0x58, 0x0b, 0x61, 0x70, 0x14, 0xd3, 0xf8,
|
||||
0xbd, 0x06, 0x33, 0x6a, 0x83, 0x6c, 0xd7, 0xc1, 0x84, 0x76, 0x9a, 0x0c, 0xbd, 0x0f, 0x13, 0xd2,
|
||||
0x66, 0x54, 0x6c, 0x4e, 0x61, 0xe9, 0x73, 0x23, 0x75, 0x4a, 0x65, 0x49, 0x94, 0xda, 0x71, 0x65,
|
||||
0xaa, 0x09, 0x39, 0x4e, 0xb1, 0x0f, 0x8a, 0xee, 0xc2, 0x31, 0xc7, 0x6d, 0x90, 0x3a, 0x69, 0x12,
|
||||
0x8b, 0xb9, 0x9e, 0xd8, 0xb7, 0xc2, 0xd2, 0x42, 0x54, 0x09, 0x8f, 0x12, 0x6e, 0xf9, 0xb5, 0x08,
|
||||
0x5f, 0x6d, 0xa6, 0xd7, 0x2d, 0x1d, 0x8b, 0x52, 0x70, 0x0c, 0xc7, 0xb8, 0x01, 0xb3, 0xcb, 0x2b,
|
||||
0xb7, 0x94, 0x9b, 0x29, 0x22, 0x5a, 0x02, 0x20, 0x8f, 0xda, 0x1e, 0xa1, 0xdc, 0xc4, 0xca, 0xd9,
|
||||
0x82, 0x5d, 0x5c, 0x09, 0x46, 0x70, 0x84, 0xcb, 0x78, 0x1f, 0x26, 0x96, 0xdd, 0x8e, 0xc3, 0x88,
|
||||
0x87, 0xea, 0x30, 0xbe, 0x67, 0x36, 0x3b, 0x44, 0x59, 0xa2, 0x3c, 0xca, 0x61, 0x42, 0xd3, 0xbc,
|
||||
0xd5, 0x31, 0x1d, 0x66, 0xb3, 0xfd, 0xda, 0x94, 0xd2, 0x34, 0x7e, 0x97, 0x83, 0x60, 0x89, 0x65,
|
||||
0xfc, 0x5b, 0x03, 0x50, 0x0a, 0xea, 0x84, 0x71, 0x1f, 0x77, 0xcc, 0x16, 0x51, 0x93, 0x0b, 0x7c,
|
||||
0x7c, 0xcd, 0x6c, 0x11, 0x2c, 0x46, 0x90, 0x05, 0x79, 0x4b, 0xf2, 0xd3, 0x62, 0x46, 0x78, 0xee,
|
||||
0xeb, 0x23, 0xb7, 0x24, 0x04, 0xf7, 0x7f, 0xd2, 0x15, 0x87, 0x79, 0xfb, 0xb5, 0x19, 0x05, 0x9e,
|
||||
0xf7, 0xc9, 0x38, 0x00, 0x9e, 0x33, 0x61, 0x2a, 0xc6, 0x8c, 0x66, 0x40, 0xdf, 0x25, 0xfb, 0x72,
|
||||
0x5a, 0x98, 0xff, 0x44, 0x57, 0x7c, 0x6b, 0x64, 0x84, 0x35, 0x3e, 0x93, 0x66, 0x12, 0x6a, 0xd1,
|
||||
0x57, 0x32, 0x6f, 0x68, 0xc6, 0x3f, 0x73, 0xa0, 0xc2, 0x32, 0xc5, 0xa2, 0x1f, 0x01, 0x98, 0x8c,
|
||||
0x79, 0xf6, 0x66, 0x87, 0x11, 0x7f, 0xd9, 0x69, 0x3c, 0xb1, 0x5c, 0x0d, 0xa4, 0xe4, 0xa2, 0xcf,
|
||||
0xf9, 0xdb, 0x1d, 0x0e, 0x7c, 0xfd, 0xef, 0xa5, 0xa9, 0xb7, 0x3a, 0x66, 0xd3, 0xde, 0xb2, 0x49,
|
||||
0x43, 0xe8, 0x8c, 0xe8, 0x42, 0x6d, 0xc8, 0x5b, 0x66, 0xdb, 0xb4, 0x6c, 0xb6, 0x5f, 0xd4, 0x85,
|
||||
0xde, 0x4b, 0x69, 0xf4, 0x2e, 0x2b, 0x19, 0xa9, 0xf5, 0x6c, 0x60, 0x6a, 0x45, 0xee, 0xd7, 0x19,
|
||||
0x68, 0x41, 0x5f, 0x85, 0x19, 0xcb, 0x75, 0x68, 0xa7, 0x45, 0xa8, 0xbf, 0x07, 0x2a, 0x45, 0xbd,
|
||||
0x9e, 0x42, 0xb3, 0x12, 0x59, 0x16, 0x08, 0x6d, 0x91, 0xa8, 0x8a, 0x4a, 0xfb, 0xcc, 0x72, 0x02,
|
||||
0x16, 0xf7, 0x29, 0x42, 0x8b, 0x90, 0xe7, 0x71, 0xc4, 0xa7, 0x24, 0x12, 0xd7, 0x64, 0xed, 0x18,
|
||||
0x9f, 0xf7, 0x9a, 0xa2, 0xe1, 0x60, 0xb4, 0x2f, 0x72, 0x73, 0xcf, 0x26, 0x72, 0xf9, 0x0c, 0xcc,
|
||||
0x66, 0x93, 0x33, 0xd0, 0xe2, 0xc4, 0x82, 0xb6, 0x98, 0x97, 0x33, 0xa8, 0x2a, 0x1a, 0x0e, 0x46,
|
||||
0xd1, 0x3a, 0xe4, 0x98, 0x69, 0x3b, 0x8c, 0x16, 0xf3, 0xc2, 0x3c, 0x8b, 0x29, 0xcc, 0xb3, 0xc1,
|
||||
0x05, 0xc2, 0xba, 0x20, 0xfe, 0x52, 0xac, 0x70, 0xe6, 0x76, 0xe1, 0x78, 0xc2, 0x61, 0x06, 0x38,
|
||||
0x7e, 0x2d, 0xee, 0xf8, 0x17, 0xd2, 0x24, 0x44, 0x1f, 0x34, 0x12, 0x00, 0x73, 0x3b, 0x30, 0x15,
|
||||
0xf3, 0x92, 0x01, 0xaa, 0xaa, 0x71, 0x55, 0xaf, 0xa6, 0xd9, 0x7f, 0x05, 0x19, 0x0d, 0xb5, 0x6f,
|
||||
0x64, 0xe0, 0xa5, 0x64, 0x66, 0x5e, 0x76, 0x9d, 0x2d, 0x7b, 0xbb, 0xe3, 0x89, 0x3f, 0xe8, 0x0b,
|
||||
0x90, 0x93, 0x68, 0x2a, 0x06, 0x17, 0x7d, 0x03, 0xd5, 0x05, 0xf5, 0xa0, 0x5b, 0x3a, 0x95, 0x14,
|
||||
0x95, 0x23, 0x58, 0xc9, 0xf1, 0x6d, 0xf3, 0xc8, 0x83, 0x0e, 0xa1, 0x4c, 0xc6, 0xa7, 0x72, 0x1c,
|
||||
0xac, 0x68, 0x38, 0x18, 0x45, 0x5f, 0x83, 0x13, 0x0d, 0xe5, 0xaa, 0x91, 0x29, 0xa8, 0xcc, 0xff,
|
||||
0x5a, 0x2a, 0x17, 0x8f, 0xc8, 0xd5, 0xce, 0xa8, 0xa9, 0x9e, 0x18, 0x30, 0x88, 0x07, 0x69, 0x32,
|
||||
0x3e, 0xd6, 0xe0, 0xd4, 0xe0, 0x42, 0x85, 0x08, 0x4c, 0x78, 0xe2, 0x17, 0x2f, 0x77, 0xdc, 0xa7,
|
||||
0xae, 0xa4, 0x98, 0x8f, 0x5a, 0xe3, 0xf0, 0xaa, 0x27, 0xff, 0x53, 0xec, 0x63, 0xa3, 0x4d, 0xc8,
|
||||
0x59, 0x62, 0x4a, 0x2a, 0x95, 0x5d, 0x39, 0x54, 0x51, 0x8d, 0xaf, 0x3f, 0xf0, 0x65, 0x49, 0xc6,
|
||||
0x0a, 0xd9, 0xf8, 0xb1, 0x06, 0xc7, 0x13, 0xde, 0x87, 0xe6, 0x41, 0xb7, 0x1d, 0x26, 0xbc, 0x49,
|
||||
0x97, 0xfb, 0xb3, 0xea, 0x30, 0x59, 0x8e, 0xf8, 0x00, 0x3a, 0x0b, 0xd9, 0x4d, 0xde, 0x61, 0xe9,
|
||||
0x22, 0xee, 0xa6, 0x7a, 0xdd, 0xd2, 0x64, 0xcd, 0x75, 0x9b, 0x92, 0x43, 0x0c, 0xa1, 0x97, 0x21,
|
||||
0x47, 0x99, 0x67, 0x3b, 0xdb, 0xc5, 0xac, 0xf0, 0x14, 0xd1, 0x53, 0xd4, 0x05, 0x45, 0xb2, 0xa9,
|
||||
0x61, 0x74, 0x1e, 0x26, 0xf6, 0x88, 0x27, 0x2a, 0xad, 0x4c, 0x24, 0x22, 0xf0, 0xef, 0x4a, 0x92,
|
||||
0x64, 0xf5, 0x19, 0x0c, 0x02, 0xd3, 0x71, 0xef, 0x7d, 0x3e, 0xb5, 0xf6, 0x27, 0x19, 0x28, 0x28,
|
||||
0x3d, 0x4d, 0xd3, 0x6e, 0xa1, 0x7b, 0x11, 0x9f, 0x95, 0xdb, 0x7d, 0x3e, 0xfd, 0x76, 0x87, 0xf5,
|
||||
0x73, 0x80, 0x8f, 0x37, 0xa0, 0xc0, 0x53, 0x2b, 0xf3, 0x64, 0x7e, 0x92, 0xbb, 0x7c, 0x31, 0x9d,
|
||||
0x6f, 0x2b, 0xa9, 0xda, 0x09, 0x85, 0x5f, 0x08, 0x69, 0x14, 0x47, 0x61, 0xd1, 0xfd, 0xc0, 0x8d,
|
||||
0xf4, 0xf4, 0xf5, 0x81, 0xaf, 0x3c, 0x9d, 0x07, 0xfd, 0x56, 0x83, 0xe2, 0x30, 0xa1, 0x58, 0xbc,
|
||||
0x6b, 0x4f, 0x13, 0xef, 0x99, 0x23, 0x8b, 0xf7, 0x5f, 0x6a, 0x91, 0x6d, 0xa7, 0x14, 0x7d, 0x19,
|
||||
0xf2, 0xbc, 0x9b, 0x17, 0xcd, 0xb9, 0xd6, 0x37, 0x8b, 0x11, 0xbd, 0xff, 0x9d, 0xcd, 0xaf, 0x10,
|
||||
0x8b, 0xdd, 0x26, 0xcc, 0x0c, 0xdb, 0xc6, 0x90, 0x86, 0x03, 0x54, 0xb4, 0x06, 0x59, 0xda, 0x26,
|
||||
0xd6, 0x21, 0x2a, 0x84, 0x98, 0x59, 0xbd, 0x4d, 0xac, 0xb0, 0xfd, 0xe1, 0xff, 0xb0, 0xc0, 0x31,
|
||||
0xbe, 0x13, 0xdd, 0x09, 0x4a, 0xe3, 0x3b, 0x31, 0xc4, 0xbe, 0xda, 0x91, 0xd9, 0xf7, 0x17, 0x41,
|
||||
0xa6, 0x11, 0xb3, 0xbb, 0x65, 0x53, 0x86, 0xde, 0xeb, 0xb3, 0x71, 0x39, 0x9d, 0x8d, 0xb9, 0xb4,
|
||||
0xb0, 0x70, 0x10, 0x5e, 0x3e, 0x25, 0x62, 0xdf, 0xdb, 0x30, 0x6e, 0x33, 0xd2, 0xf2, 0x03, 0x6b,
|
||||
0x31, 0xad, 0x81, 0xc3, 0xbc, 0xb0, 0xca, 0xc5, 0xb1, 0x44, 0x31, 0xfe, 0x18, 0x5f, 0x00, 0x37,
|
||||
0x3c, 0x7a, 0x0f, 0x26, 0xa9, 0x6a, 0x49, 0xfc, 0xe4, 0x90, 0xa6, 0xfc, 0x06, 0x6d, 0xce, 0xac,
|
||||
0xd2, 0x34, 0xe9, 0x53, 0x28, 0x0e, 0x01, 0x23, 0x91, 0x9b, 0x39, 0x4c, 0xe4, 0x26, 0xb6, 0x7e,
|
||||
0x68, 0xe4, 0x3e, 0x80, 0x41, 0xbb, 0x87, 0xde, 0x85, 0x9c, 0xdb, 0x36, 0x1f, 0x04, 0x59, 0xf5,
|
||||
0xf2, 0x48, 0xad, 0x77, 0x04, 0xeb, 0x20, 0x17, 0x01, 0xae, 0x52, 0x0e, 0x63, 0x85, 0x68, 0x7c,
|
||||
0x53, 0x83, 0x99, 0x64, 0x0a, 0x3b, 0x44, 0x92, 0x58, 0x87, 0xe9, 0x96, 0xc9, 0xac, 0x9d, 0xa0,
|
||||
0x56, 0xa9, 0x53, 0xfe, 0x62, 0xaf, 0x5b, 0x9a, 0xbe, 0x1d, 0x1b, 0x39, 0xe8, 0x96, 0xd0, 0xf5,
|
||||
0x4e, 0xb3, 0xb9, 0x1f, 0x6f, 0xa0, 0x13, 0xf2, 0xc6, 0x0f, 0x33, 0x41, 0xcc, 0xf4, 0xb5, 0xc4,
|
||||
0xfc, 0x24, 0x68, 0x05, 0xe7, 0xa2, 0xe4, 0x49, 0x30, 0x3c, 0x31, 0xe1, 0x08, 0x17, 0x7a, 0xd0,
|
||||
0x77, 0xf0, 0x5a, 0x7e, 0xaa, 0x7e, 0xfc, 0xc5, 0x3a, 0x86, 0xfd, 0x47, 0x83, 0xa9, 0x58, 0x5d,
|
||||
0x4b, 0x71, 0x1a, 0xbb, 0x0b, 0x13, 0xe4, 0x91, 0x69, 0xb1, 0xe6, 0xbe, 0xd2, 0x5a, 0x19, 0xa9,
|
||||
0x75, 0x85, 0xf3, 0xc6, 0x6b, 0x67, 0x81, 0xb7, 0x45, 0x2b, 0x12, 0x03, 0xfb, 0x60, 0xa8, 0x05,
|
||||
0xd3, 0x5b, 0xb6, 0x47, 0x59, 0x75, 0xcf, 0xb4, 0x9b, 0xe6, 0x66, 0x93, 0xa8, 0xba, 0x96, 0xa6,
|
||||
0x70, 0xd6, 0x3b, 0x9b, 0x3e, 0xf8, 0x29, 0x35, 0xe5, 0xe9, 0xeb, 0x31, 0x30, 0x9c, 0x00, 0x37,
|
||||
0xfe, 0x1a, 0xb4, 0xc5, 0x43, 0x3a, 0x38, 0xf4, 0x0a, 0x6f, 0x07, 0xc5, 0x90, 0xb2, 0x46, 0xa4,
|
||||
0xa5, 0x13, 0x64, 0xec, 0x8f, 0x47, 0x2e, 0xb1, 0x32, 0xa9, 0x2e, 0xb1, 0xf4, 0x14, 0x97, 0x58,
|
||||
0xd9, 0x91, 0x97, 0x58, 0x97, 0xa0, 0x60, 0x36, 0x5a, 0xb6, 0x53, 0xb5, 0x2c, 0x42, 0xa9, 0x68,
|
||||
0xb2, 0xf2, 0xb2, 0x1d, 0xab, 0x86, 0x64, 0x1c, 0xe5, 0xe1, 0x6d, 0x09, 0x73, 0x9b, 0x44, 0x86,
|
||||
0x31, 0x2d, 0xe6, 0x52, 0x5b, 0x77, 0x23, 0x90, 0x0a, 0xdb, 0x92, 0x90, 0x46, 0x71, 0x14, 0xd6,
|
||||
0xf8, 0x92, 0xdf, 0xcd, 0x05, 0x67, 0xba, 0x55, 0xd0, 0x2d, 0xd2, 0x1c, 0x50, 0x08, 0x06, 0xb8,
|
||||
0x68, 0xf2, 0xd6, 0xa6, 0x36, 0xd1, 0xeb, 0x96, 0xf4, 0xe5, 0x95, 0x5b, 0x98, 0x63, 0x18, 0x3f,
|
||||
0xd7, 0xfd, 0x3c, 0x13, 0xee, 0x78, 0x0a, 0x97, 0xad, 0xc2, 0xf1, 0x46, 0x98, 0x45, 0xc5, 0xf1,
|
||||
0x56, 0xee, 0xd3, 0xa7, 0x15, 0x73, 0xb4, 0x00, 0x08, 0xb9, 0x24, 0x7f, 0xbc, 0x22, 0xe8, 0xcf,
|
||||
0xba, 0x22, 0xdc, 0x85, 0x69, 0x33, 0x70, 0xbf, 0xdb, 0x6e, 0xc3, 0xdf, 0xfd, 0xb2, 0xef, 0xcc,
|
||||
0xd5, 0xd8, 0xe8, 0x41, 0xb7, 0xf4, 0xa9, 0xe4, 0xb9, 0x80, 0xd3, 0x71, 0x02, 0x05, 0x9d, 0x83,
|
||||
0x71, 0x91, 0x4e, 0x84, 0x7f, 0xe8, 0x61, 0x01, 0x14, 0xa9, 0x00, 0xcb, 0xb1, 0x23, 0xf2, 0x8b,
|
||||
0x7f, 0x05, 0x7d, 0x98, 0x38, 0x76, 0xa3, 0x97, 0x22, 0xc9, 0xac, 0x56, 0x50, 0xe2, 0xfa, 0x4d,
|
||||
0xb2, 0x2f, 0x33, 0xdb, 0xb9, 0x68, 0x66, 0x9b, 0x1c, 0xdc, 0xd2, 0xa3, 0xab, 0x90, 0x23, 0x5b,
|
||||
0x5b, 0xc4, 0x62, 0x2a, 0xa0, 0xfc, 0xfb, 0x9d, 0xdc, 0x8a, 0xa0, 0x1e, 0x74, 0x4b, 0xb3, 0x11,
|
||||
0x95, 0x92, 0x88, 0x95, 0x08, 0x7a, 0x07, 0x26, 0x99, 0xdd, 0x22, 0xd5, 0x46, 0x83, 0x34, 0x84,
|
||||
0xb9, 0xe3, 0x07, 0x80, 0x11, 0x5d, 0xca, 0x86, 0xdd, 0x22, 0xf2, 0x7c, 0xb4, 0xe1, 0x03, 0xe0,
|
||||
0x10, 0xeb, 0x4a, 0xfe, 0xdb, 0xdf, 0x2f, 0x8d, 0x7d, 0xf0, 0xb7, 0x85, 0x31, 0xe3, 0x07, 0x19,
|
||||
0xdf, 0x5d, 0x43, 0xb3, 0x7c, 0xd2, 0xc2, 0xdf, 0x84, 0xbc, 0xdb, 0xe6, 0xbc, 0xae, 0x9f, 0x4c,
|
||||
0x2e, 0xf8, 0x35, 0xe2, 0x8e, 0xa2, 0x1f, 0x74, 0x4b, 0xc5, 0x24, 0xac, 0x3f, 0x86, 0x03, 0xe9,
|
||||
0xd0, 0x84, 0x7a, 0x2a, 0x13, 0x66, 0x0f, 0x6f, 0xc2, 0x65, 0x98, 0x0d, 0xb7, 0xb8, 0x4e, 0x2c,
|
||||
0xd7, 0x69, 0x50, 0xe5, 0x6a, 0x27, 0x7b, 0xdd, 0xd2, 0xec, 0x46, 0x72, 0x10, 0xf7, 0xf3, 0x1b,
|
||||
0x7f, 0xd0, 0x01, 0xf5, 0x17, 0x89, 0x41, 0x31, 0xab, 0xfd, 0x2f, 0x31, 0x9b, 0x79, 0xfe, 0x31,
|
||||
0xab, 0x3f, 0xdb, 0x98, 0xcd, 0x8e, 0x88, 0xd9, 0x17, 0x36, 0xfd, 0xff, 0x54, 0x83, 0xd9, 0xbe,
|
||||
0xb7, 0x07, 0x74, 0x15, 0xa6, 0x6c, 0xde, 0x7b, 0x6c, 0x99, 0x16, 0x89, 0x6c, 0xe5, 0x49, 0x05,
|
||||
0x37, 0xb5, 0x1a, 0x1d, 0xc4, 0x71, 0x5e, 0x74, 0x1a, 0x74, 0xbb, 0xed, 0xdf, 0x2b, 0x89, 0x7a,
|
||||
0xb0, 0xba, 0x4e, 0x31, 0xa7, 0x71, 0x27, 0xd9, 0x31, 0xbd, 0xc6, 0x43, 0xd3, 0xe3, 0xb1, 0xe7,
|
||||
0x71, 0x53, 0xe8, 0x71, 0x27, 0x79, 0x33, 0x3e, 0x8c, 0x93, 0xfc, 0xc6, 0x8f, 0x34, 0x38, 0x3d,
|
||||
0xb4, 0xd9, 0x4d, 0xfd, 0x3a, 0x65, 0x02, 0xb4, 0x4d, 0xcf, 0x6c, 0x11, 0xd5, 0x20, 0x3e, 0xc5,
|
||||
0xa3, 0x4f, 0xd0, 0x81, 0xae, 0x07, 0x40, 0x38, 0x02, 0x6a, 0x7c, 0x37, 0x03, 0x53, 0x58, 0xed,
|
||||
0x90, 0xbc, 0xc1, 0x78, 0xfe, 0x47, 0xd9, 0xf5, 0xd8, 0x51, 0x76, 0x74, 0xed, 0x8e, 0xcd, 0x6d,
|
||||
0xd8, 0x61, 0x16, 0xdd, 0x83, 0x1c, 0x15, 0x0f, 0x7f, 0xa9, 0xae, 0xfc, 0xe2, 0x98, 0x42, 0x2e,
|
||||
0xdc, 0x02, 0xf9, 0x1f, 0x2b, 0x3c, 0xa3, 0xa7, 0xc1, 0x7c, 0x8c, 0x5f, 0x5d, 0x78, 0x7b, 0x98,
|
||||
0x6c, 0x11, 0x8f, 0x38, 0x16, 0x41, 0x17, 0x20, 0x6f, 0xb6, 0xed, 0x1b, 0x9e, 0xdb, 0x69, 0xab,
|
||||
0xfd, 0x0c, 0xfa, 0xef, 0xea, 0xfa, 0xaa, 0xa0, 0xe3, 0x80, 0x83, 0x73, 0xfb, 0x13, 0x52, 0x5e,
|
||||
0x15, 0xb9, 0xf4, 0x91, 0x74, 0x1c, 0x70, 0x04, 0x5d, 0x48, 0x76, 0x68, 0x17, 0x52, 0x03, 0xbd,
|
||||
0x63, 0x37, 0xd4, 0x7d, 0xd8, 0x6b, 0x7e, 0xe2, 0x7f, 0x7b, 0xf5, 0xda, 0x41, 0xb7, 0x74, 0x76,
|
||||
0xd8, 0xbb, 0x2a, 0xdb, 0x6f, 0x13, 0x5a, 0x7e, 0x7b, 0xf5, 0x1a, 0xe6, 0xc2, 0xc6, 0xaf, 0x35,
|
||||
0x98, 0x8d, 0x2d, 0xf2, 0x08, 0xce, 0xdb, 0x77, 0xe2, 0xe7, 0xed, 0xf3, 0xe9, 0x77, 0x6c, 0xc8,
|
||||
0x89, 0x7b, 0x27, 0xb1, 0x06, 0x71, 0xe4, 0xae, 0x27, 0xdf, 0x1a, 0x17, 0xd3, 0xde, 0x67, 0x0d,
|
||||
0x7f, 0x60, 0x34, 0x7e, 0x97, 0x81, 0x13, 0x03, 0x7c, 0x08, 0xdd, 0x07, 0x08, 0xb3, 0xae, 0xd2,
|
||||
0x37, 0x3a, 0x15, 0xf6, 0xdd, 0xef, 0x4e, 0x8b, 0x77, 0xa4, 0x90, 0x1a, 0x01, 0x44, 0x1e, 0x14,
|
||||
0x3c, 0x42, 0x89, 0xb7, 0x47, 0x1a, 0xd7, 0x45, 0x19, 0xe7, 0x76, 0xbb, 0x9a, 0xde, 0x6e, 0x7d,
|
||||
0x9e, 0x1b, 0x26, 0x5e, 0x1c, 0xe2, 0xe2, 0xa8, 0x12, 0x74, 0x3f, 0xb4, 0x9f, 0x7c, 0x2f, 0x5a,
|
||||
0x4a, 0xb3, 0x9e, 0xf8, 0x63, 0xfc, 0x08, 0x4b, 0xfe, 0x45, 0x83, 0x93, 0xb1, 0x39, 0x6e, 0x90,
|
||||
0x56, 0xbb, 0x69, 0x32, 0x72, 0x04, 0x59, 0xe8, 0x5e, 0x2c, 0x0b, 0x5d, 0x4e, 0x6f, 0x47, 0x7f,
|
||||
0x8e, 0x43, 0xaf, 0xd6, 0xfe, 0xac, 0xc1, 0xe9, 0x81, 0x12, 0x47, 0x10, 0x56, 0xef, 0xc4, 0xc3,
|
||||
0x6a, 0xe9, 0xf0, 0xcb, 0x1a, 0x12, 0x5e, 0x7f, 0x1a, 0xb6, 0x28, 0x11, 0x67, 0xff, 0x87, 0x45,
|
||||
0xc3, 0xf8, 0x99, 0x06, 0xc7, 0x7c, 0x4e, 0x7e, 0x56, 0x4e, 0x71, 0xe4, 0x5b, 0x02, 0x50, 0xdf,
|
||||
0xa0, 0xf8, 0xd7, 0xcd, 0x7a, 0x38, 0xed, 0x1b, 0xc1, 0x08, 0x8e, 0x70, 0xa1, 0x2f, 0x02, 0xf2,
|
||||
0x27, 0x58, 0x6f, 0xfa, 0xb7, 0x37, 0x22, 0xf5, 0xeb, 0xb5, 0x39, 0x25, 0x8b, 0x70, 0x1f, 0x07,
|
||||
0x1e, 0x20, 0x65, 0xfc, 0x46, 0x0b, 0xab, 0xb5, 0x20, 0xbf, 0xa0, 0x86, 0x17, 0x73, 0x1b, 0x6a,
|
||||
0xf8, 0x68, 0xb9, 0x11, 0x9c, 0x2f, 0x6a, 0xb9, 0x11, 0x93, 0x1b, 0x12, 0x0f, 0xbf, 0xca, 0x26,
|
||||
0x16, 0x21, 0xe2, 0x20, 0x6d, 0x67, 0x77, 0x33, 0xf2, 0xdd, 0x51, 0x61, 0xe9, 0x95, 0x54, 0xb3,
|
||||
0xe1, 0x3e, 0x3a, 0xf0, 0x76, 0x27, 0xfa, 0xc0, 0xae, 0x1f, 0xea, 0x81, 0x3d, 0xfb, 0x1c, 0x1e,
|
||||
0xd8, 0xc7, 0x47, 0x3e, 0xb0, 0xaf, 0x85, 0x05, 0x45, 0x9e, 0x15, 0xce, 0xa5, 0x28, 0xc8, 0x23,
|
||||
0x3e, 0xf6, 0xc1, 0x70, 0xaa, 0x4d, 0x3c, 0x49, 0x0e, 0x27, 0xc8, 0xa3, 0x53, 0x3e, 0xf4, 0xcf,
|
||||
0xf5, 0xba, 0xa5, 0x53, 0xeb, 0x03, 0x39, 0xf0, 0x10, 0x49, 0xb4, 0x0d, 0xd3, 0x74, 0xc7, 0xf4,
|
||||
0x48, 0x23, 0xf8, 0x56, 0x42, 0x7e, 0x0c, 0xf0, 0x72, 0xca, 0x8f, 0x62, 0xc2, 0xdb, 0xc2, 0x7a,
|
||||
0x0c, 0x06, 0x27, 0x60, 0x6b, 0xd5, 0xc7, 0x4f, 0xe6, 0xc7, 0x3e, 0x7c, 0x32, 0x3f, 0xf6, 0xd1,
|
||||
0x93, 0xf9, 0xb1, 0x0f, 0x7a, 0xf3, 0xda, 0xe3, 0xde, 0xbc, 0xf6, 0x61, 0x6f, 0x5e, 0xfb, 0xa8,
|
||||
0x37, 0xaf, 0xfd, 0xa3, 0x37, 0xaf, 0x7d, 0xeb, 0xe3, 0xf9, 0xb1, 0x77, 0xcf, 0x8c, 0xf8, 0xae,
|
||||
0xf0, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x78, 0x9d, 0x7e, 0x7c, 0x75, 0x28, 0x00, 0x00,
|
||||
var fileDescriptor_f4fc532aec02d243 = []byte{
|
||||
// 2520 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x5a, 0x5d, 0x6c, 0x1c, 0x57,
|
||||
0x15, 0xf6, 0xec, 0xac, 0xd7, 0xeb, 0xb3, 0xb1, 0x63, 0xdf, 0x10, 0xb3, 0x35, 0xea, 0xae, 0x3b,
|
||||
0xa6, 0xad, 0x5b, 0x9a, 0x75, 0x6c, 0x91, 0xaa, 0x6a, 0x0b, 0xc2, 0x6b, 0x3b, 0x89, 0x9b, 0x3f,
|
||||
0xe7, 0xae, 0x13, 0x02, 0x0a, 0xa5, 0xe3, 0xd9, 0x6b, 0x7b, 0xf0, 0xec, 0xcc, 0x76, 0xee, 0xac,
|
||||
0x13, 0xf3, 0x54, 0xf1, 0xc2, 0x1b, 0x42, 0x42, 0x42, 0x80, 0x84, 0x84, 0x78, 0x40, 0xe2, 0xa5,
|
||||
0x42, 0x3c, 0x01, 0x12, 0x08, 0x24, 0x90, 0xa2, 0x4a, 0xa0, 0x3c, 0x16, 0x09, 0x2d, 0x64, 0x79,
|
||||
0x45, 0x48, 0xbc, 0xfa, 0x09, 0xdd, 0x9f, 0xf9, 0xdd, 0x1d, 0xef, 0xb8, 0x24, 0x51, 0x78, 0xdb,
|
||||
0x39, 0xf7, 0x9c, 0xef, 0x9c, 0x7b, 0xee, 0x39, 0xe7, 0x9e, 0x7b, 0xef, 0xc2, 0x4b, 0xfb, 0x6f,
|
||||
0xd0, 0x9a, 0xe9, 0x2c, 0xea, 0x6d, 0x73, 0xd1, 0x25, 0xd4, 0xe9, 0xb8, 0x06, 0x59, 0x3c, 0x58,
|
||||
0x5a, 0xdc, 0x25, 0x36, 0x71, 0x75, 0x8f, 0x34, 0x6b, 0x6d, 0xd7, 0xf1, 0x1c, 0x34, 0x23, 0xf8,
|
||||
0x6a, 0x7a, 0xdb, 0xac, 0xf9, 0x7c, 0xb5, 0x83, 0xa5, 0xd9, 0x73, 0xbb, 0xa6, 0xb7, 0xd7, 0xd9,
|
||||
0xae, 0x19, 0x4e, 0x6b, 0x71, 0xd7, 0xd9, 0x75, 0x16, 0x39, 0xfb, 0x76, 0x67, 0x87, 0x7f, 0xf1,
|
||||
0x0f, 0xfe, 0x4b, 0xc0, 0xcc, 0x6a, 0x11, 0x75, 0x86, 0xe3, 0x0e, 0x52, 0x35, 0xfb, 0xf9, 0x90,
|
||||
0xa7, 0xa5, 0x1b, 0x7b, 0xa6, 0x4d, 0xdc, 0xc3, 0xc5, 0xf6, 0xfe, 0x6e, 0xdc, 0xc6, 0x93, 0x48,
|
||||
0xd1, 0xc5, 0x16, 0xf1, 0xf4, 0x41, 0xba, 0x16, 0xd3, 0xa4, 0xdc, 0x8e, 0xed, 0x99, 0xad, 0x7e,
|
||||
0x35, 0xaf, 0x0f, 0x13, 0xa0, 0xc6, 0x1e, 0x69, 0xe9, 0x49, 0x39, 0xed, 0x87, 0x2a, 0x9c, 0x5d,
|
||||
0xb1, 0x2c, 0xc7, 0x60, 0xb4, 0x35, 0x72, 0x60, 0x1a, 0xa4, 0xe1, 0xe9, 0x5e, 0x87, 0xa2, 0x97,
|
||||
0xa0, 0xd0, 0x74, 0xcd, 0x03, 0xe2, 0x96, 0x95, 0x39, 0x65, 0x61, 0xbc, 0x3e, 0xf9, 0xa0, 0x5b,
|
||||
0x1d, 0xe9, 0x75, 0xab, 0x85, 0x35, 0x4e, 0xc5, 0x72, 0x14, 0xcd, 0x41, 0xbe, 0xed, 0x38, 0x56,
|
||||
0x39, 0xc7, 0xb9, 0x4e, 0x49, 0xae, 0xfc, 0xa6, 0xe3, 0x58, 0x98, 0x8f, 0x70, 0x24, 0x8e, 0x5c,
|
||||
0x56, 0x13, 0x48, 0x9c, 0x8a, 0xe5, 0x28, 0x32, 0x00, 0x0c, 0xc7, 0x6e, 0x9a, 0x9e, 0xe9, 0xd8,
|
||||
0xb4, 0x9c, 0x9f, 0x53, 0x17, 0x4a, 0xcb, 0x8b, 0xb5, 0x70, 0x81, 0x83, 0x89, 0xd5, 0xda, 0xfb,
|
||||
0xbb, 0x8c, 0x40, 0x6b, 0xcc, 0x7f, 0xb5, 0x83, 0xa5, 0xda, 0xaa, 0x2f, 0x57, 0x47, 0x12, 0x1c,
|
||||
0x02, 0x12, 0xc5, 0x11, 0x58, 0x74, 0x05, 0xf2, 0x4d, 0xdd, 0xd3, 0xcb, 0xa3, 0x73, 0xca, 0x42,
|
||||
0x69, 0xf9, 0x5c, 0x2a, 0xbc, 0xf4, 0x5b, 0x0d, 0xeb, 0xf7, 0xd6, 0xef, 0x7b, 0xc4, 0xa6, 0x0c,
|
||||
0xbc, 0xc8, 0x66, 0xb6, 0xa6, 0x7b, 0x3a, 0xe6, 0x20, 0xe8, 0x2e, 0x94, 0x6c, 0xe2, 0xdd, 0x73,
|
||||
0xdc, 0x7d, 0x46, 0x2c, 0x17, 0x38, 0xe6, 0x2b, 0xb5, 0xc1, 0x31, 0x59, 0xbb, 0x2e, 0x59, 0xf9,
|
||||
0x6c, 0x99, 0x40, 0xfd, 0x74, 0xaf, 0x5b, 0x2d, 0x5d, 0x0f, 0x11, 0x70, 0x14, 0x4e, 0xfb, 0x93,
|
||||
0x02, 0x53, 0x72, 0x6d, 0x4c, 0xc7, 0xc6, 0x84, 0x76, 0x2c, 0x0f, 0x7d, 0x05, 0xc6, 0x84, 0xbb,
|
||||
0x28, 0x5f, 0x97, 0xd2, 0x72, 0x2d, 0x4d, 0x9d, 0xd0, 0x93, 0x04, 0xa8, 0x9f, 0x96, 0x0e, 0x1a,
|
||||
0x13, 0xe3, 0x14, 0xfb, 0x78, 0xe8, 0x36, 0x9c, 0xb2, 0x9d, 0x26, 0x69, 0x10, 0x8b, 0x18, 0x9e,
|
||||
0xe3, 0xf2, 0xd5, 0x2a, 0x2d, 0xcf, 0x45, 0xf1, 0x59, 0x6e, 0xf0, 0xa9, 0x44, 0xf8, 0xea, 0x53,
|
||||
0xbd, 0x6e, 0xf5, 0x54, 0x94, 0x82, 0x63, 0x38, 0xda, 0x25, 0x98, 0x5e, 0x5d, 0xbf, 0x2a, 0x83,
|
||||
0x4b, 0x12, 0xd1, 0x32, 0x00, 0xb9, 0xdf, 0x76, 0x09, 0x65, 0x8e, 0x95, 0x21, 0x16, 0xac, 0xdd,
|
||||
0x7a, 0x30, 0x82, 0x23, 0x5c, 0xda, 0xbb, 0x30, 0xb6, 0xea, 0x74, 0x6c, 0x8f, 0xb8, 0xa8, 0x01,
|
||||
0xa3, 0x07, 0xba, 0xd5, 0x21, 0x03, 0x9c, 0xd0, 0x17, 0x26, 0xa1, 0x57, 0x6e, 0x76, 0x74, 0xdb,
|
||||
0x33, 0xbd, 0xc3, 0xfa, 0x84, 0xd4, 0x34, 0x7a, 0x9b, 0x81, 0x60, 0x81, 0xa5, 0xfd, 0x4b, 0x01,
|
||||
0x90, 0x0a, 0x1a, 0xc4, 0x63, 0x91, 0x6d, 0xeb, 0x2d, 0x22, 0x8d, 0x0b, 0x22, 0xfb, 0xba, 0xde,
|
||||
0x22, 0x98, 0x8f, 0xa0, 0x77, 0xa1, 0x68, 0x08, 0x7e, 0x5a, 0xce, 0xf1, 0x78, 0x3d, 0x9f, 0xb6,
|
||||
0x1a, 0x21, 0xae, 0xff, 0x93, 0xae, 0xdb, 0x9e, 0x7b, 0x58, 0x9f, 0x92, 0xb8, 0x45, 0x9f, 0x8c,
|
||||
0x03, 0xcc, 0xd9, 0xbb, 0x30, 0x11, 0x63, 0x46, 0x53, 0xa0, 0xee, 0x93, 0x43, 0x61, 0x11, 0x66,
|
||||
0x3f, 0xd1, 0x05, 0xdf, 0x11, 0x39, 0xee, 0x88, 0xea, 0x10, 0xfd, 0x72, 0xaa, 0x6f, 0xe6, 0xde,
|
||||
0x50, 0xb4, 0x8f, 0x0a, 0x20, 0x53, 0x30, 0xc3, 0x54, 0x29, 0x80, 0xee, 0x79, 0xae, 0xb9, 0xdd,
|
||||
0xf1, 0x88, 0x3f, 0xd9, 0x21, 0xa1, 0x57, 0x5b, 0x09, 0x04, 0xc4, 0x54, 0xe7, 0xfd, 0xf5, 0x0d,
|
||||
0x07, 0xbe, 0xf5, 0xf7, 0xea, 0xc4, 0xcd, 0x8e, 0x6e, 0x99, 0x3b, 0x26, 0x69, 0x72, 0x75, 0x11,
|
||||
0x35, 0x68, 0x1f, 0x8a, 0x86, 0xde, 0xd6, 0x0d, 0xd3, 0x3b, 0x2c, 0xab, 0x5c, 0xe5, 0x6b, 0x43,
|
||||
0x54, 0xae, 0x4a, 0x76, 0xa1, 0xf0, 0x85, 0xc0, 0xb7, 0x92, 0xdc, 0xaf, 0x2e, 0x50, 0x80, 0x0e,
|
||||
0x60, 0xca, 0x70, 0x6c, 0xda, 0x69, 0x11, 0xea, 0x3b, 0x5d, 0x16, 0xa1, 0xf3, 0xc7, 0x2b, 0x95,
|
||||
0xdc, 0xab, 0x5c, 0xb8, 0xcd, 0xab, 0x50, 0x59, 0x2a, 0x9e, 0x5a, 0x4d, 0x20, 0xe2, 0x3e, 0x1d,
|
||||
0x68, 0x01, 0x8a, 0x2c, 0x5d, 0x98, 0x35, 0xbc, 0x2a, 0x8d, 0xd7, 0x4f, 0x31, 0x93, 0xaf, 0x4b,
|
||||
0x1a, 0x0e, 0x46, 0xfb, 0x12, 0xb4, 0xf0, 0x78, 0x12, 0x94, 0x59, 0xa0, 0x5b, 0x16, 0x63, 0xa0,
|
||||
0xe5, 0xb1, 0x39, 0x65, 0xa1, 0x28, 0x2c, 0x58, 0x91, 0x34, 0x1c, 0x8c, 0xa2, 0x2b, 0x50, 0xf0,
|
||||
0x74, 0xd3, 0xf6, 0x68, 0xb9, 0xc8, 0x3d, 0x33, 0x7f, 0xbc, 0x67, 0xb6, 0x18, 0x6f, 0x58, 0xef,
|
||||
0xf9, 0x27, 0xc5, 0x12, 0x62, 0x76, 0x07, 0x4e, 0x27, 0x22, 0x64, 0x40, 0x7c, 0x7f, 0x21, 0x1e,
|
||||
0xdf, 0x2f, 0x0f, 0xa9, 0x76, 0x3e, 0x5e, 0x24, 0xce, 0x67, 0x0d, 0x98, 0x88, 0x85, 0xc5, 0x00,
|
||||
0x2d, 0x6f, 0xc7, 0xb5, 0xbc, 0x34, 0x64, 0xc1, 0x25, 0x5a, 0x34, 0x99, 0xbe, 0x9d, 0x83, 0xe7,
|
||||
0x93, 0x15, 0x77, 0xd5, 0xb1, 0x77, 0xcc, 0xdd, 0x8e, 0xcb, 0x3f, 0xd0, 0x97, 0xa0, 0x20, 0x80,
|
||||
0x64, 0x96, 0x2d, 0xf8, 0x6e, 0x69, 0x70, 0xea, 0x51, 0xb7, 0x3a, 0x93, 0x14, 0x15, 0x23, 0x58,
|
||||
0xca, 0xb1, 0x75, 0x72, 0xc9, 0xfb, 0x1d, 0x42, 0x3d, 0x91, 0x81, 0x32, 0x52, 0xb0, 0xa4, 0xe1,
|
||||
0x60, 0x14, 0x7d, 0x13, 0xce, 0x34, 0x65, 0x6c, 0x46, 0x4c, 0x90, 0x15, 0xfd, 0x73, 0xc3, 0xc2,
|
||||
0x39, 0x22, 0x52, 0xff, 0x8c, 0xb4, 0xf2, 0xcc, 0x80, 0x41, 0x3c, 0x48, 0x89, 0xf6, 0x57, 0x05,
|
||||
0x66, 0x06, 0xef, 0x3d, 0xe8, 0x3d, 0x18, 0x73, 0xf9, 0x2f, 0xb6, 0x79, 0xb1, 0xf8, 0xb9, 0x70,
|
||||
0xbc, 0x29, 0x72, 0x66, 0xe9, 0x7b, 0x98, 0xf8, 0xa6, 0xd8, 0x87, 0x45, 0x5f, 0x83, 0x82, 0xc1,
|
||||
0xad, 0x91, 0x25, 0xea, 0x42, 0xd6, 0xdd, 0x31, 0x3e, 0xeb, 0x20, 0x64, 0x05, 0x19, 0x4b, 0x50,
|
||||
0xed, 0xe7, 0x0a, 0x9c, 0x4e, 0x44, 0x1a, 0xaa, 0x80, 0x6a, 0xda, 0x1e, 0x8f, 0x1c, 0x55, 0x2c,
|
||||
0xc8, 0x86, 0xed, 0x89, 0x7d, 0x85, 0x0d, 0xa0, 0x17, 0x20, 0xbf, 0xcd, 0x1a, 0x24, 0x95, 0x67,
|
||||
0xd6, 0x44, 0xaf, 0x5b, 0x1d, 0xaf, 0x3b, 0x8e, 0x25, 0x38, 0xf8, 0x10, 0x7a, 0x19, 0x0a, 0xd4,
|
||||
0x73, 0x4d, 0x7b, 0xb7, 0x9c, 0xe7, 0xa1, 0xc1, 0xfb, 0x82, 0x06, 0xa7, 0x08, 0x36, 0x39, 0x8c,
|
||||
0x5e, 0x85, 0xb1, 0x03, 0xe2, 0xf2, 0x2d, 0x53, 0x94, 0x0a, 0x9e, 0xda, 0xb7, 0x05, 0x49, 0xb0,
|
||||
0xfa, 0x0c, 0x1a, 0x81, 0xc9, 0x78, 0xb8, 0x3e, 0x99, 0x4d, 0xf3, 0xc7, 0x39, 0x28, 0x49, 0x3d,
|
||||
0x96, 0x6e, 0xb6, 0x50, 0x23, 0x12, 0xa4, 0x62, 0x91, 0x5f, 0xcc, 0xb4, 0xc8, 0xe1, 0x46, 0x38,
|
||||
0x20, 0x9e, 0xbf, 0x0e, 0x25, 0x56, 0x37, 0x3d, 0x57, 0x14, 0x1f, 0xb1, 0xb6, 0x0b, 0x43, 0xe3,
|
||||
0x58, 0x0a, 0xd4, 0xcf, 0x48, 0xe8, 0x52, 0x48, 0xa3, 0x38, 0x8a, 0x88, 0xee, 0x04, 0x71, 0xa3,
|
||||
0x66, 0x2a, 0xf9, 0x6c, 0xaa, 0xd9, 0x42, 0xe6, 0xf7, 0x0a, 0x94, 0xd3, 0x84, 0x62, 0x19, 0xad,
|
||||
0x7c, 0x92, 0x8c, 0xce, 0x3d, 0x8d, 0x8c, 0xfe, 0x8d, 0x12, 0x59, 0x62, 0x4a, 0xd1, 0x7b, 0x50,
|
||||
0x64, 0x8d, 0x37, 0xef, 0xa3, 0x45, 0x28, 0x9d, 0xcf, 0xd6, 0xa6, 0xdf, 0xd8, 0xfe, 0x06, 0x31,
|
||||
0xbc, 0x6b, 0xc4, 0xd3, 0xc3, 0x5e, 0x2f, 0xa4, 0xe1, 0x00, 0x15, 0x6d, 0x40, 0x9e, 0xb6, 0x89,
|
||||
0x91, 0xad, 0xe8, 0x73, 0xa3, 0x1a, 0x6d, 0x62, 0x84, 0x8d, 0x0b, 0xfb, 0xc2, 0x1c, 0x42, 0xfb,
|
||||
0x7e, 0xd4, 0xff, 0x94, 0xc6, 0xfd, 0x9f, 0xe2, 0x55, 0xe5, 0x69, 0x78, 0xf5, 0xd7, 0x41, 0x2d,
|
||||
0xe1, 0x86, 0x5d, 0x35, 0xa9, 0x87, 0xee, 0xf6, 0x79, 0xb6, 0x96, 0xcd, 0xb3, 0x4c, 0x9a, 0xfb,
|
||||
0x35, 0xc8, 0x22, 0x9f, 0x12, 0xf1, 0xea, 0x65, 0x18, 0x35, 0x3d, 0xd2, 0xf2, 0xf3, 0x67, 0x3e,
|
||||
0x83, 0x5b, 0xc3, 0xa4, 0xdf, 0x60, 0x92, 0x58, 0x00, 0x68, 0x7f, 0x8c, 0xdb, 0xce, 0xdc, 0x8d,
|
||||
0xbe, 0x0c, 0xe3, 0x54, 0x76, 0x14, 0x7e, 0xe6, 0x0f, 0xd9, 0x47, 0x83, 0x06, 0x65, 0x5a, 0x2a,
|
||||
0x19, 0xf7, 0x29, 0x14, 0x87, 0x58, 0x91, 0xdc, 0xcc, 0x65, 0xcc, 0xcd, 0xc4, 0x32, 0xa7, 0xe6,
|
||||
0xa6, 0x05, 0x83, 0x96, 0x0b, 0xdd, 0x82, 0x82, 0xd3, 0xd6, 0xdf, 0x0f, 0x0a, 0xe5, 0x52, 0x9a,
|
||||
0xc2, 0x1b, 0x9c, 0x6b, 0x50, 0x38, 0x00, 0xd3, 0x26, 0x86, 0xb1, 0x04, 0xd3, 0xbe, 0xa3, 0xc0,
|
||||
0x54, 0xb2, 0x34, 0x9d, 0xa0, 0x02, 0x6c, 0xc2, 0x64, 0x4b, 0xf7, 0x8c, 0xbd, 0x60, 0xe7, 0x91,
|
||||
0x47, 0xee, 0x85, 0x5e, 0xb7, 0x3a, 0x79, 0x2d, 0x36, 0x72, 0xd4, 0xad, 0xa2, 0x8b, 0x1d, 0xcb,
|
||||
0x3a, 0x8c, 0xf7, 0xba, 0x09, 0x79, 0xed, 0x47, 0xb9, 0x20, 0x35, 0xfa, 0x5a, 0x58, 0x76, 0x40,
|
||||
0x33, 0x82, 0x33, 0x4b, 0xf2, 0x80, 0x16, 0x9e, 0x66, 0x70, 0x84, 0x0b, 0x59, 0x7d, 0xe7, 0xa1,
|
||||
0x2f, 0x9e, 0xb4, 0x75, 0x7e, 0x66, 0x4e, 0x47, 0xff, 0x56, 0x60, 0x22, 0xb6, 0x41, 0x65, 0x38,
|
||||
0x24, 0xdd, 0x84, 0x31, 0x72, 0x5f, 0x37, 0x3c, 0xeb, 0x50, 0x2a, 0x7c, 0x35, 0x4d, 0xe1, 0x3a,
|
||||
0x63, 0x8b, 0xef, 0x7f, 0x25, 0xd6, 0xd0, 0xac, 0x0b, 0x71, 0xec, 0xe3, 0xa0, 0x3d, 0x98, 0xdc,
|
||||
0x31, 0x5d, 0xea, 0xad, 0x1c, 0xe8, 0xa6, 0xa5, 0x6f, 0x5b, 0x44, 0x6e, 0x50, 0x43, 0x36, 0xbf,
|
||||
0x46, 0x67, 0xdb, 0xc7, 0x9d, 0x91, 0x86, 0x4e, 0x5e, 0x8c, 0xe1, 0xe0, 0x04, 0xae, 0xf6, 0x30,
|
||||
0xe8, 0x60, 0x53, 0xda, 0x2e, 0xf4, 0x0a, 0x6b, 0xdf, 0xf8, 0x90, 0xf4, 0x41, 0xa4, 0x0f, 0xe3,
|
||||
0x64, 0xec, 0x8f, 0x47, 0x6e, 0x8f, 0x72, 0x99, 0x6e, 0x8f, 0xd4, 0x0c, 0xb7, 0x47, 0xf9, 0x63,
|
||||
0x6f, 0x8f, 0x96, 0xa0, 0xa4, 0x37, 0x5b, 0xa6, 0xbd, 0x62, 0x18, 0x84, 0x52, 0xde, 0x1e, 0x15,
|
||||
0x45, 0x23, 0xb5, 0x12, 0x92, 0x71, 0x94, 0x87, 0x75, 0x15, 0x9e, 0x63, 0x11, 0x91, 0xb2, 0xb4,
|
||||
0x5c, 0xc8, 0xe2, 0xd8, 0xad, 0x40, 0x20, 0xec, 0x2a, 0x42, 0x1a, 0xc5, 0x51, 0x44, 0xed, 0xb6,
|
||||
0xdf, 0x82, 0x05, 0x47, 0xad, 0x35, 0x50, 0x0d, 0x62, 0xc9, 0xba, 0x92, 0x7a, 0x53, 0xd4, 0x77,
|
||||
0x5d, 0x52, 0x1f, 0xeb, 0x75, 0xab, 0xea, 0xea, 0xfa, 0x55, 0xcc, 0xc4, 0xb5, 0x0f, 0x55, 0xbf,
|
||||
0x92, 0x84, 0xeb, 0x9c, 0x21, 0x3c, 0x57, 0xe0, 0x74, 0x33, 0x2c, 0x91, 0xfc, 0xc0, 0x29, 0x56,
|
||||
0xe7, 0xd3, 0x92, 0x39, 0x5a, 0xd3, 0xb9, 0x5c, 0x92, 0x3f, 0x5e, 0xe4, 0xd5, 0xc7, 0x58, 0xe4,
|
||||
0x6f, 0xc3, 0xa4, 0x1e, 0xc4, 0xdb, 0x35, 0xa7, 0xe9, 0x2f, 0x77, 0xcd, 0x8f, 0xde, 0x95, 0xd8,
|
||||
0xe8, 0x51, 0xb7, 0xfa, 0xa9, 0x64, 0x0b, 0xcf, 0xe8, 0x38, 0x81, 0x82, 0xe6, 0x61, 0x94, 0x17,
|
||||
0x0c, 0x1e, 0x10, 0x6a, 0xb8, 0x9d, 0xf1, 0x8c, 0xc7, 0x62, 0xec, 0xc9, 0x07, 0xc2, 0x7f, 0x82,
|
||||
0x0e, 0x8a, 0x9f, 0x81, 0xd1, 0xf3, 0x91, 0x4a, 0x55, 0x2f, 0x49, 0x71, 0xf5, 0x0a, 0x39, 0x14,
|
||||
0x65, 0x6b, 0x3e, 0x5a, 0xb6, 0xc6, 0x07, 0x37, 0xde, 0xe8, 0x2d, 0x28, 0x90, 0x9d, 0x1d, 0x62,
|
||||
0x78, 0x32, 0x79, 0xfc, 0xdb, 0x95, 0xc2, 0x3a, 0xa7, 0x1e, 0x75, 0xab, 0xd3, 0x11, 0x95, 0x82,
|
||||
0x88, 0xa5, 0x08, 0x5b, 0x47, 0xcf, 0x6c, 0x91, 0x95, 0x66, 0x93, 0x34, 0xb9, 0xa7, 0xe3, 0xb5,
|
||||
0xea, 0x98, 0x4e, 0x63, 0xcb, 0x6c, 0x11, 0x71, 0x8a, 0xd9, 0xf2, 0x01, 0x70, 0x88, 0xf5, 0x66,
|
||||
0xf1, 0x07, 0x3f, 0xa9, 0x8e, 0x7c, 0xf0, 0xb7, 0xb9, 0x11, 0xed, 0xa7, 0x39, 0x3f, 0x48, 0x43,
|
||||
0xb7, 0x0c, 0x9b, 0xf8, 0x65, 0x28, 0x3a, 0x6d, 0xc6, 0xeb, 0xf8, 0x85, 0xe3, 0x35, 0x7f, 0x03,
|
||||
0xb8, 0x21, 0xe9, 0x47, 0xdd, 0x6a, 0x39, 0x09, 0xeb, 0x8f, 0xe1, 0x40, 0x3a, 0x74, 0xa1, 0x9a,
|
||||
0xc9, 0x85, 0xf9, 0x93, 0xbb, 0x70, 0x15, 0xa6, 0xc3, 0x25, 0x6e, 0x10, 0xc3, 0xb1, 0x9b, 0x54,
|
||||
0x46, 0xd9, 0xd9, 0x5e, 0xb7, 0x3a, 0xbd, 0x95, 0x1c, 0xc4, 0xfd, 0xfc, 0xda, 0x1f, 0x54, 0x40,
|
||||
0xfd, 0x7b, 0xc1, 0xa0, 0x4c, 0x55, 0xfe, 0x97, 0x4c, 0xcd, 0x3d, 0xd1, 0x4c, 0x55, 0x1f, 0x6f,
|
||||
0xa6, 0xe6, 0x8f, 0xc9, 0xd4, 0x67, 0xb1, 0xca, 0x7f, 0xa8, 0xc0, 0x74, 0xdf, 0xdd, 0x3e, 0x7a,
|
||||
0x0b, 0x26, 0x4c, 0xd6, 0x53, 0xec, 0xe8, 0x06, 0x89, 0x2c, 0xe0, 0x59, 0x09, 0x37, 0xb1, 0x11,
|
||||
0x1d, 0xc4, 0x71, 0x5e, 0xf4, 0x1c, 0xa8, 0x66, 0xdb, 0xbf, 0xe4, 0xe1, 0xb5, 0x7f, 0x63, 0x93,
|
||||
0x62, 0x46, 0x63, 0xa1, 0xb1, 0xa7, 0xbb, 0xcd, 0x7b, 0xba, 0xcb, 0x32, 0xce, 0x65, 0x5e, 0x50,
|
||||
0xe3, 0xa1, 0x71, 0x39, 0x3e, 0x8c, 0x93, 0xfc, 0xda, 0xcf, 0x14, 0x78, 0x2e, 0xb5, 0x75, 0xcd,
|
||||
0xfc, 0xf0, 0xa3, 0x03, 0xb4, 0x75, 0x57, 0x6f, 0x11, 0xd9, 0xee, 0x7d, 0x82, 0xf7, 0x94, 0xa0,
|
||||
0x9f, 0xdc, 0x0c, 0x80, 0x70, 0x04, 0x54, 0xfb, 0x5e, 0x0e, 0x26, 0xb0, 0x5c, 0x1c, 0x71, 0xbb,
|
||||
0xf0, 0xe4, 0x8f, 0x9e, 0x57, 0x62, 0x47, 0xcf, 0xd4, 0x2d, 0x3a, 0x66, 0x56, 0xda, 0xe1, 0x13,
|
||||
0x35, 0xa0, 0x40, 0xf9, 0x73, 0xda, 0xb0, 0xab, 0xb7, 0x38, 0x1c, 0x17, 0x09, 0x1d, 0x2f, 0xbe,
|
||||
0xb1, 0x84, 0xd2, 0x7a, 0x0a, 0x54, 0x62, 0xfc, 0xf2, 0x92, 0xd9, 0xc5, 0x64, 0x87, 0xb8, 0xc4,
|
||||
0x36, 0x08, 0x7a, 0x0d, 0x8a, 0x7a, 0xdb, 0xbc, 0xe4, 0x3a, 0x9d, 0xb6, 0x5c, 0xc5, 0xa0, 0x91,
|
||||
0x5e, 0xd9, 0xdc, 0xe0, 0x74, 0x1c, 0x70, 0x30, 0x6e, 0xdf, 0x16, 0x19, 0x4b, 0x91, 0xbb, 0x18,
|
||||
0x41, 0xc7, 0x01, 0x47, 0xd0, 0x67, 0xe4, 0x53, 0xfb, 0x8c, 0x3a, 0xa8, 0x1d, 0xb3, 0x29, 0x6f,
|
||||
0xa8, 0xce, 0xfb, 0x45, 0xfe, 0xd6, 0xc6, 0xda, 0x51, 0xb7, 0xfa, 0x42, 0xda, 0x43, 0xa5, 0x77,
|
||||
0xd8, 0x26, 0xb4, 0x76, 0x6b, 0x63, 0x0d, 0x33, 0x61, 0xed, 0xb7, 0x0a, 0x4c, 0xc7, 0x26, 0xf9,
|
||||
0x14, 0xce, 0xc7, 0xef, 0xc4, 0xcf, 0xc7, 0x2f, 0x66, 0x5a, 0xac, 0x94, 0x13, 0xb2, 0x91, 0x30,
|
||||
0x9f, 0x1f, 0x91, 0xaf, 0x27, 0x1f, 0xef, 0xe6, 0x33, 0x5c, 0x33, 0xa5, 0xbf, 0xd8, 0x69, 0xbf,
|
||||
0xca, 0xc1, 0x99, 0x01, 0x91, 0x83, 0xee, 0x00, 0x84, 0xc5, 0x55, 0xaa, 0x4a, 0xad, 0x78, 0x7d,
|
||||
0xb7, 0xab, 0x93, 0xfc, 0x89, 0x26, 0xa4, 0x46, 0xb0, 0x50, 0x0b, 0x4a, 0x2e, 0xa1, 0xc4, 0x3d,
|
||||
0x20, 0xcd, 0x8b, 0x7c, 0x8f, 0x66, 0x8e, 0x7a, 0x3d, 0x93, 0xa3, 0xfa, 0xa2, 0x34, 0x2c, 0xad,
|
||||
0x38, 0x84, 0xc4, 0x51, 0x7c, 0x74, 0x27, 0x74, 0x98, 0x78, 0x8a, 0x39, 0x37, 0x64, 0x16, 0xf1,
|
||||
0x47, 0xec, 0x63, 0x5c, 0xf7, 0x17, 0x05, 0xce, 0xc6, 0xcc, 0xdb, 0x22, 0xad, 0xb6, 0xa5, 0x7b,
|
||||
0xe4, 0x29, 0x94, 0x98, 0x46, 0xac, 0xc4, 0x2c, 0x65, 0xf2, 0x9e, 0x6f, 0x5e, 0xea, 0x3d, 0xd7,
|
||||
0x9f, 0x15, 0x78, 0x6e, 0xa0, 0xc4, 0x53, 0x48, 0x1c, 0x1c, 0x4f, 0x9c, 0x73, 0x27, 0x9a, 0x51,
|
||||
0x4a, 0x02, 0x7d, 0x94, 0x36, 0x1f, 0x9e, 0x49, 0xff, 0x5f, 0xfb, 0x80, 0xf6, 0x0b, 0x05, 0x4e,
|
||||
0xf9, 0x9c, 0xec, 0x6c, 0x9b, 0xe1, 0xb0, 0xb6, 0x0c, 0x20, 0xff, 0xac, 0xe1, 0xdf, 0xf3, 0xaa,
|
||||
0xa1, 0xc5, 0x97, 0x82, 0x11, 0x1c, 0xe1, 0x42, 0xef, 0x00, 0xf2, 0x6d, 0x6b, 0x58, 0xfe, 0xf5,
|
||||
0x0a, 0x2f, 0xe9, 0x6a, 0x7d, 0x56, 0xca, 0x22, 0xdc, 0xc7, 0x81, 0x07, 0x48, 0x69, 0xbf, 0x53,
|
||||
0xc2, 0xbd, 0x97, 0x93, 0x9f, 0x3d, 0x9f, 0x73, 0xb3, 0x52, 0x7d, 0x1e, 0xdd, 0x41, 0x38, 0xe7,
|
||||
0x33, 0xb8, 0x83, 0x70, 0xbb, 0x52, 0x12, 0xe0, 0x97, 0xf9, 0x84, 0xfd, 0x3c, 0xf0, 0xb3, 0x76,
|
||||
0x67, 0x17, 0x23, 0x7f, 0xcb, 0x29, 0x2d, 0x7f, 0x76, 0x98, 0x21, 0x2c, 0x28, 0x07, 0x5e, 0xbf,
|
||||
0x44, 0x5f, 0xa7, 0xd5, 0x13, 0xbd, 0x4e, 0xe7, 0x9f, 0xc0, 0xeb, 0xf4, 0xe8, 0xb1, 0xaf, 0xd3,
|
||||
0x1b, 0xe1, 0x6e, 0x21, 0xba, 0xfc, 0xca, 0xf1, 0xdb, 0xeb, 0x31, 0xff, 0x85, 0xc1, 0x30, 0xd3,
|
||||
0x26, 0xae, 0x20, 0x87, 0xb6, 0xb1, 0x4c, 0x14, 0x0f, 0xe4, 0xb3, 0xbd, 0x6e, 0x75, 0x66, 0x73,
|
||||
0x20, 0x07, 0x4e, 0x91, 0x44, 0xdb, 0x30, 0x49, 0xf7, 0x74, 0x97, 0x34, 0x83, 0xbf, 0x17, 0x88,
|
||||
0x47, 0x74, 0x6d, 0xf8, 0x7f, 0x46, 0xc2, 0x4b, 0xbc, 0x46, 0x0c, 0x01, 0x27, 0x10, 0xeb, 0x6f,
|
||||
0x3f, 0x78, 0x54, 0x19, 0x79, 0xf8, 0xa8, 0x32, 0xf2, 0xf1, 0xa3, 0xca, 0xc8, 0x07, 0xbd, 0x8a,
|
||||
0xf2, 0xa0, 0x57, 0x51, 0x1e, 0xf6, 0x2a, 0xca, 0xc7, 0xbd, 0x8a, 0xf2, 0x8f, 0x5e, 0x45, 0xf9,
|
||||
0xee, 0x3f, 0x2b, 0x23, 0x5f, 0x9d, 0x19, 0xfc, 0xef, 0xba, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff,
|
||||
0x38, 0x57, 0x9d, 0x61, 0x76, 0x27, 0x00, 0x00,
|
||||
}
|
||||
|
||||
func (m *AllocatedDeviceStatus) Marshal() (dAtA []byte, err error) {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ limitations under the License.
|
|||
|
||||
syntax = "proto2";
|
||||
|
||||
package k8s.io.api.resource.v1beta2;
|
||||
package k8s.io.api.resource.v1;
|
||||
|
||||
import "k8s.io/api/core/v1/generated.proto";
|
||||
import "k8s.io/apimachinery/pkg/api/resource/generated.proto";
|
||||
|
|
@ -28,7 +28,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
|
|||
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
|
||||
|
||||
// Package-wide variables from generator "generated".
|
||||
option go_package = "k8s.io/api/resource/v1beta2";
|
||||
option go_package = "k8s.io/api/resource/v1";
|
||||
|
||||
// AllocatedDeviceStatus contains the status of an allocated device, if the
|
||||
// driver chooses to report it. This may include driver-specific information.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
|
@ -26,7 +26,7 @@ import (
|
|||
const GroupName = "resource.k8s.io"
|
||||
|
||||
// SchemeGroupVersion is group version used to register these objects
|
||||
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta2"}
|
||||
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"}
|
||||
|
||||
// Resource takes an unqualified resource and returns a Group qualified GroupResource
|
||||
func Resource(resource string) schema.GroupResource {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
v1 "k8s.io/api/core/v1"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// This file contains a collection of methods that can be used from go-restful to
|
||||
// generate Swagger API documentation for its models. Please read this PR for more
|
||||
|
|
|
|||
|
|
@ -19,11 +19,11 @@ limitations under the License.
|
|||
|
||||
// Code generated by deepcopy-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
runtime "k8s.io/apimachinery/pkg/runtime"
|
||||
)
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ func (in *AllocatedDeviceStatus) DeepCopyInto(out *AllocatedDeviceStatus) {
|
|||
*out = *in
|
||||
if in.Conditions != nil {
|
||||
in, out := &in.Conditions, &out.Conditions
|
||||
*out = make([]v1.Condition, len(*in))
|
||||
*out = make([]metav1.Condition, len(*in))
|
||||
for i := range *in {
|
||||
(*in)[i].DeepCopyInto(&(*out)[i])
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,148 +19,52 @@ limitations under the License.
|
|||
|
||||
// Code generated by prerelease-lifecycle-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
|
||||
func (in *DeviceClass) APILifecycleIntroduced() (major, minor int) {
|
||||
return 1, 33
|
||||
}
|
||||
|
||||
// APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor.
|
||||
func (in *DeviceClass) APILifecycleDeprecated() (major, minor int) {
|
||||
return 1, 36
|
||||
}
|
||||
|
||||
// APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
|
||||
func (in *DeviceClass) APILifecycleRemoved() (major, minor int) {
|
||||
return 1, 39
|
||||
return 1, 34
|
||||
}
|
||||
|
||||
// APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
|
||||
func (in *DeviceClassList) APILifecycleIntroduced() (major, minor int) {
|
||||
return 1, 33
|
||||
}
|
||||
|
||||
// APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor.
|
||||
func (in *DeviceClassList) APILifecycleDeprecated() (major, minor int) {
|
||||
return 1, 36
|
||||
}
|
||||
|
||||
// APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
|
||||
func (in *DeviceClassList) APILifecycleRemoved() (major, minor int) {
|
||||
return 1, 39
|
||||
return 1, 34
|
||||
}
|
||||
|
||||
// APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
|
||||
func (in *ResourceClaim) APILifecycleIntroduced() (major, minor int) {
|
||||
return 1, 33
|
||||
}
|
||||
|
||||
// APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor.
|
||||
func (in *ResourceClaim) APILifecycleDeprecated() (major, minor int) {
|
||||
return 1, 36
|
||||
}
|
||||
|
||||
// APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
|
||||
func (in *ResourceClaim) APILifecycleRemoved() (major, minor int) {
|
||||
return 1, 39
|
||||
return 1, 34
|
||||
}
|
||||
|
||||
// APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
|
||||
func (in *ResourceClaimList) APILifecycleIntroduced() (major, minor int) {
|
||||
return 1, 33
|
||||
}
|
||||
|
||||
// APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor.
|
||||
func (in *ResourceClaimList) APILifecycleDeprecated() (major, minor int) {
|
||||
return 1, 36
|
||||
}
|
||||
|
||||
// APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
|
||||
func (in *ResourceClaimList) APILifecycleRemoved() (major, minor int) {
|
||||
return 1, 39
|
||||
return 1, 34
|
||||
}
|
||||
|
||||
// APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
|
||||
func (in *ResourceClaimTemplate) APILifecycleIntroduced() (major, minor int) {
|
||||
return 1, 33
|
||||
}
|
||||
|
||||
// APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor.
|
||||
func (in *ResourceClaimTemplate) APILifecycleDeprecated() (major, minor int) {
|
||||
return 1, 36
|
||||
}
|
||||
|
||||
// APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
|
||||
func (in *ResourceClaimTemplate) APILifecycleRemoved() (major, minor int) {
|
||||
return 1, 39
|
||||
return 1, 34
|
||||
}
|
||||
|
||||
// APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
|
||||
func (in *ResourceClaimTemplateList) APILifecycleIntroduced() (major, minor int) {
|
||||
return 1, 33
|
||||
}
|
||||
|
||||
// APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor.
|
||||
func (in *ResourceClaimTemplateList) APILifecycleDeprecated() (major, minor int) {
|
||||
return 1, 36
|
||||
}
|
||||
|
||||
// APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
|
||||
func (in *ResourceClaimTemplateList) APILifecycleRemoved() (major, minor int) {
|
||||
return 1, 39
|
||||
return 1, 34
|
||||
}
|
||||
|
||||
// APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
|
||||
func (in *ResourceSlice) APILifecycleIntroduced() (major, minor int) {
|
||||
return 1, 33
|
||||
}
|
||||
|
||||
// APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor.
|
||||
func (in *ResourceSlice) APILifecycleDeprecated() (major, minor int) {
|
||||
return 1, 36
|
||||
}
|
||||
|
||||
// APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
|
||||
func (in *ResourceSlice) APILifecycleRemoved() (major, minor int) {
|
||||
return 1, 39
|
||||
return 1, 34
|
||||
}
|
||||
|
||||
// APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
|
||||
func (in *ResourceSliceList) APILifecycleIntroduced() (major, minor int) {
|
||||
return 1, 33
|
||||
}
|
||||
|
||||
// APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor.
|
||||
func (in *ResourceSliceList) APILifecycleDeprecated() (major, minor int) {
|
||||
return 1, 36
|
||||
}
|
||||
|
||||
// APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
|
||||
// It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
|
||||
func (in *ResourceSliceList) APILifecycleRemoved() (major, minor int) {
|
||||
return 1, 39
|
||||
return 1, 34
|
||||
}
|
||||
|
|
|
|||
72
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.DeviceClass.json
vendored
Normal file
72
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.DeviceClass.json
vendored
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"kind": "DeviceClass",
|
||||
"apiVersion": "resource.k8s.io/v1",
|
||||
"metadata": {
|
||||
"name": "nameValue",
|
||||
"generateName": "generateNameValue",
|
||||
"namespace": "namespaceValue",
|
||||
"selfLink": "selfLinkValue",
|
||||
"uid": "uidValue",
|
||||
"resourceVersion": "resourceVersionValue",
|
||||
"generation": 7,
|
||||
"creationTimestamp": "2008-01-01T01:01:01Z",
|
||||
"deletionTimestamp": "2009-01-01T01:01:01Z",
|
||||
"deletionGracePeriodSeconds": 10,
|
||||
"labels": {
|
||||
"labelsKey": "labelsValue"
|
||||
},
|
||||
"annotations": {
|
||||
"annotationsKey": "annotationsValue"
|
||||
},
|
||||
"ownerReferences": [
|
||||
{
|
||||
"apiVersion": "apiVersionValue",
|
||||
"kind": "kindValue",
|
||||
"name": "nameValue",
|
||||
"uid": "uidValue",
|
||||
"controller": true,
|
||||
"blockOwnerDeletion": true
|
||||
}
|
||||
],
|
||||
"finalizers": [
|
||||
"finalizersValue"
|
||||
],
|
||||
"managedFields": [
|
||||
{
|
||||
"manager": "managerValue",
|
||||
"operation": "operationValue",
|
||||
"apiVersion": "apiVersionValue",
|
||||
"time": "2004-01-01T01:01:01Z",
|
||||
"fieldsType": "fieldsTypeValue",
|
||||
"fieldsV1": {},
|
||||
"subresource": "subresourceValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"selectors": [
|
||||
{
|
||||
"cel": {
|
||||
"expression": "expressionValue"
|
||||
}
|
||||
}
|
||||
],
|
||||
"config": [
|
||||
{
|
||||
"opaque": {
|
||||
"driver": "driverValue",
|
||||
"parameters": {
|
||||
"apiVersion": "example.com/v1",
|
||||
"kind": "CustomType",
|
||||
"spec": {
|
||||
"replicas": 1
|
||||
},
|
||||
"status": {
|
||||
"available": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.DeviceClass.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.DeviceClass.pb
vendored
Normal file
Binary file not shown.
48
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.DeviceClass.yaml
vendored
Normal file
48
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.DeviceClass.yaml
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
apiVersion: resource.k8s.io/v1
|
||||
kind: DeviceClass
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
creationTimestamp: "2008-01-01T01:01:01Z"
|
||||
deletionGracePeriodSeconds: 10
|
||||
deletionTimestamp: "2009-01-01T01:01:01Z"
|
||||
finalizers:
|
||||
- finalizersValue
|
||||
generateName: generateNameValue
|
||||
generation: 7
|
||||
labels:
|
||||
labelsKey: labelsValue
|
||||
managedFields:
|
||||
- apiVersion: apiVersionValue
|
||||
fieldsType: fieldsTypeValue
|
||||
fieldsV1: {}
|
||||
manager: managerValue
|
||||
operation: operationValue
|
||||
subresource: subresourceValue
|
||||
time: "2004-01-01T01:01:01Z"
|
||||
name: nameValue
|
||||
namespace: namespaceValue
|
||||
ownerReferences:
|
||||
- apiVersion: apiVersionValue
|
||||
blockOwnerDeletion: true
|
||||
controller: true
|
||||
kind: kindValue
|
||||
name: nameValue
|
||||
uid: uidValue
|
||||
resourceVersion: resourceVersionValue
|
||||
selfLink: selfLinkValue
|
||||
uid: uidValue
|
||||
spec:
|
||||
config:
|
||||
- opaque:
|
||||
driver: driverValue
|
||||
parameters:
|
||||
apiVersion: example.com/v1
|
||||
kind: CustomType
|
||||
spec:
|
||||
replicas: 1
|
||||
status:
|
||||
available: 1
|
||||
selectors:
|
||||
- cel:
|
||||
expression: expressionValue
|
||||
240
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaim.json
vendored
Normal file
240
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaim.json
vendored
Normal file
|
|
@ -0,0 +1,240 @@
|
|||
{
|
||||
"kind": "ResourceClaim",
|
||||
"apiVersion": "resource.k8s.io/v1",
|
||||
"metadata": {
|
||||
"name": "nameValue",
|
||||
"generateName": "generateNameValue",
|
||||
"namespace": "namespaceValue",
|
||||
"selfLink": "selfLinkValue",
|
||||
"uid": "uidValue",
|
||||
"resourceVersion": "resourceVersionValue",
|
||||
"generation": 7,
|
||||
"creationTimestamp": "2008-01-01T01:01:01Z",
|
||||
"deletionTimestamp": "2009-01-01T01:01:01Z",
|
||||
"deletionGracePeriodSeconds": 10,
|
||||
"labels": {
|
||||
"labelsKey": "labelsValue"
|
||||
},
|
||||
"annotations": {
|
||||
"annotationsKey": "annotationsValue"
|
||||
},
|
||||
"ownerReferences": [
|
||||
{
|
||||
"apiVersion": "apiVersionValue",
|
||||
"kind": "kindValue",
|
||||
"name": "nameValue",
|
||||
"uid": "uidValue",
|
||||
"controller": true,
|
||||
"blockOwnerDeletion": true
|
||||
}
|
||||
],
|
||||
"finalizers": [
|
||||
"finalizersValue"
|
||||
],
|
||||
"managedFields": [
|
||||
{
|
||||
"manager": "managerValue",
|
||||
"operation": "operationValue",
|
||||
"apiVersion": "apiVersionValue",
|
||||
"time": "2004-01-01T01:01:01Z",
|
||||
"fieldsType": "fieldsTypeValue",
|
||||
"fieldsV1": {},
|
||||
"subresource": "subresourceValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"devices": {
|
||||
"requests": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"exactly": {
|
||||
"deviceClassName": "deviceClassNameValue",
|
||||
"selectors": [
|
||||
{
|
||||
"cel": {
|
||||
"expression": "expressionValue"
|
||||
}
|
||||
}
|
||||
],
|
||||
"allocationMode": "allocationModeValue",
|
||||
"count": 4,
|
||||
"adminAccess": true,
|
||||
"tolerations": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"value": "valueValue",
|
||||
"effect": "effectValue",
|
||||
"tolerationSeconds": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
"firstAvailable": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"deviceClassName": "deviceClassNameValue",
|
||||
"selectors": [
|
||||
{
|
||||
"cel": {
|
||||
"expression": "expressionValue"
|
||||
}
|
||||
}
|
||||
],
|
||||
"allocationMode": "allocationModeValue",
|
||||
"count": 5,
|
||||
"tolerations": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"value": "valueValue",
|
||||
"effect": "effectValue",
|
||||
"tolerationSeconds": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"constraints": [
|
||||
{
|
||||
"requests": [
|
||||
"requestsValue"
|
||||
],
|
||||
"matchAttribute": "matchAttributeValue"
|
||||
}
|
||||
],
|
||||
"config": [
|
||||
{
|
||||
"requests": [
|
||||
"requestsValue"
|
||||
],
|
||||
"opaque": {
|
||||
"driver": "driverValue",
|
||||
"parameters": {
|
||||
"apiVersion": "example.com/v1",
|
||||
"kind": "CustomType",
|
||||
"spec": {
|
||||
"replicas": 1
|
||||
},
|
||||
"status": {
|
||||
"available": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"allocation": {
|
||||
"devices": {
|
||||
"results": [
|
||||
{
|
||||
"request": "requestValue",
|
||||
"driver": "driverValue",
|
||||
"pool": "poolValue",
|
||||
"device": "deviceValue",
|
||||
"adminAccess": true,
|
||||
"tolerations": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"value": "valueValue",
|
||||
"effect": "effectValue",
|
||||
"tolerationSeconds": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"config": [
|
||||
{
|
||||
"source": "sourceValue",
|
||||
"requests": [
|
||||
"requestsValue"
|
||||
],
|
||||
"opaque": {
|
||||
"driver": "driverValue",
|
||||
"parameters": {
|
||||
"apiVersion": "example.com/v1",
|
||||
"kind": "CustomType",
|
||||
"spec": {
|
||||
"replicas": 1
|
||||
},
|
||||
"status": {
|
||||
"available": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"nodeSelector": {
|
||||
"nodeSelectorTerms": [
|
||||
{
|
||||
"matchExpressions": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
],
|
||||
"matchFields": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"reservedFor": [
|
||||
{
|
||||
"apiGroup": "apiGroupValue",
|
||||
"resource": "resourceValue",
|
||||
"name": "nameValue",
|
||||
"uid": "uidValue"
|
||||
}
|
||||
],
|
||||
"devices": [
|
||||
{
|
||||
"driver": "driverValue",
|
||||
"pool": "poolValue",
|
||||
"device": "deviceValue",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "typeValue",
|
||||
"status": "statusValue",
|
||||
"observedGeneration": 3,
|
||||
"lastTransitionTime": "2004-01-01T01:01:01Z",
|
||||
"reason": "reasonValue",
|
||||
"message": "messageValue"
|
||||
}
|
||||
],
|
||||
"data": {
|
||||
"apiVersion": "example.com/v1",
|
||||
"kind": "CustomType",
|
||||
"spec": {
|
||||
"replicas": 1
|
||||
},
|
||||
"status": {
|
||||
"available": 1
|
||||
}
|
||||
},
|
||||
"networkData": {
|
||||
"interfaceName": "interfaceNameValue",
|
||||
"ips": [
|
||||
"ipsValue"
|
||||
],
|
||||
"hardwareAddress": "hardwareAddressValue"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaim.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaim.pb
vendored
Normal file
Binary file not shown.
150
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaim.yaml
vendored
Normal file
150
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaim.yaml
vendored
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
apiVersion: resource.k8s.io/v1
|
||||
kind: ResourceClaim
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
creationTimestamp: "2008-01-01T01:01:01Z"
|
||||
deletionGracePeriodSeconds: 10
|
||||
deletionTimestamp: "2009-01-01T01:01:01Z"
|
||||
finalizers:
|
||||
- finalizersValue
|
||||
generateName: generateNameValue
|
||||
generation: 7
|
||||
labels:
|
||||
labelsKey: labelsValue
|
||||
managedFields:
|
||||
- apiVersion: apiVersionValue
|
||||
fieldsType: fieldsTypeValue
|
||||
fieldsV1: {}
|
||||
manager: managerValue
|
||||
operation: operationValue
|
||||
subresource: subresourceValue
|
||||
time: "2004-01-01T01:01:01Z"
|
||||
name: nameValue
|
||||
namespace: namespaceValue
|
||||
ownerReferences:
|
||||
- apiVersion: apiVersionValue
|
||||
blockOwnerDeletion: true
|
||||
controller: true
|
||||
kind: kindValue
|
||||
name: nameValue
|
||||
uid: uidValue
|
||||
resourceVersion: resourceVersionValue
|
||||
selfLink: selfLinkValue
|
||||
uid: uidValue
|
||||
spec:
|
||||
devices:
|
||||
config:
|
||||
- opaque:
|
||||
driver: driverValue
|
||||
parameters:
|
||||
apiVersion: example.com/v1
|
||||
kind: CustomType
|
||||
spec:
|
||||
replicas: 1
|
||||
status:
|
||||
available: 1
|
||||
requests:
|
||||
- requestsValue
|
||||
constraints:
|
||||
- matchAttribute: matchAttributeValue
|
||||
requests:
|
||||
- requestsValue
|
||||
requests:
|
||||
- exactly:
|
||||
adminAccess: true
|
||||
allocationMode: allocationModeValue
|
||||
count: 4
|
||||
deviceClassName: deviceClassNameValue
|
||||
selectors:
|
||||
- cel:
|
||||
expression: expressionValue
|
||||
tolerations:
|
||||
- effect: effectValue
|
||||
key: keyValue
|
||||
operator: operatorValue
|
||||
tolerationSeconds: 5
|
||||
value: valueValue
|
||||
firstAvailable:
|
||||
- allocationMode: allocationModeValue
|
||||
count: 5
|
||||
deviceClassName: deviceClassNameValue
|
||||
name: nameValue
|
||||
selectors:
|
||||
- cel:
|
||||
expression: expressionValue
|
||||
tolerations:
|
||||
- effect: effectValue
|
||||
key: keyValue
|
||||
operator: operatorValue
|
||||
tolerationSeconds: 5
|
||||
value: valueValue
|
||||
name: nameValue
|
||||
status:
|
||||
allocation:
|
||||
devices:
|
||||
config:
|
||||
- opaque:
|
||||
driver: driverValue
|
||||
parameters:
|
||||
apiVersion: example.com/v1
|
||||
kind: CustomType
|
||||
spec:
|
||||
replicas: 1
|
||||
status:
|
||||
available: 1
|
||||
requests:
|
||||
- requestsValue
|
||||
source: sourceValue
|
||||
results:
|
||||
- adminAccess: true
|
||||
device: deviceValue
|
||||
driver: driverValue
|
||||
pool: poolValue
|
||||
request: requestValue
|
||||
tolerations:
|
||||
- effect: effectValue
|
||||
key: keyValue
|
||||
operator: operatorValue
|
||||
tolerationSeconds: 5
|
||||
value: valueValue
|
||||
nodeSelector:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
matchFields:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
devices:
|
||||
- conditions:
|
||||
- lastTransitionTime: "2004-01-01T01:01:01Z"
|
||||
message: messageValue
|
||||
observedGeneration: 3
|
||||
reason: reasonValue
|
||||
status: statusValue
|
||||
type: typeValue
|
||||
data:
|
||||
apiVersion: example.com/v1
|
||||
kind: CustomType
|
||||
spec:
|
||||
replicas: 1
|
||||
status:
|
||||
available: 1
|
||||
device: deviceValue
|
||||
driver: driverValue
|
||||
networkData:
|
||||
hardwareAddress: hardwareAddressValue
|
||||
interfaceName: interfaceNameValue
|
||||
ips:
|
||||
- ipsValue
|
||||
pool: poolValue
|
||||
reservedFor:
|
||||
- apiGroup: apiGroupValue
|
||||
name: nameValue
|
||||
resource: resourceValue
|
||||
uid: uidValue
|
||||
173
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaimTemplate.json
vendored
Normal file
173
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaimTemplate.json
vendored
Normal file
|
|
@ -0,0 +1,173 @@
|
|||
{
|
||||
"kind": "ResourceClaimTemplate",
|
||||
"apiVersion": "resource.k8s.io/v1",
|
||||
"metadata": {
|
||||
"name": "nameValue",
|
||||
"generateName": "generateNameValue",
|
||||
"namespace": "namespaceValue",
|
||||
"selfLink": "selfLinkValue",
|
||||
"uid": "uidValue",
|
||||
"resourceVersion": "resourceVersionValue",
|
||||
"generation": 7,
|
||||
"creationTimestamp": "2008-01-01T01:01:01Z",
|
||||
"deletionTimestamp": "2009-01-01T01:01:01Z",
|
||||
"deletionGracePeriodSeconds": 10,
|
||||
"labels": {
|
||||
"labelsKey": "labelsValue"
|
||||
},
|
||||
"annotations": {
|
||||
"annotationsKey": "annotationsValue"
|
||||
},
|
||||
"ownerReferences": [
|
||||
{
|
||||
"apiVersion": "apiVersionValue",
|
||||
"kind": "kindValue",
|
||||
"name": "nameValue",
|
||||
"uid": "uidValue",
|
||||
"controller": true,
|
||||
"blockOwnerDeletion": true
|
||||
}
|
||||
],
|
||||
"finalizers": [
|
||||
"finalizersValue"
|
||||
],
|
||||
"managedFields": [
|
||||
{
|
||||
"manager": "managerValue",
|
||||
"operation": "operationValue",
|
||||
"apiVersion": "apiVersionValue",
|
||||
"time": "2004-01-01T01:01:01Z",
|
||||
"fieldsType": "fieldsTypeValue",
|
||||
"fieldsV1": {},
|
||||
"subresource": "subresourceValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"metadata": {
|
||||
"name": "nameValue",
|
||||
"generateName": "generateNameValue",
|
||||
"namespace": "namespaceValue",
|
||||
"selfLink": "selfLinkValue",
|
||||
"uid": "uidValue",
|
||||
"resourceVersion": "resourceVersionValue",
|
||||
"generation": 7,
|
||||
"creationTimestamp": "2008-01-01T01:01:01Z",
|
||||
"deletionTimestamp": "2009-01-01T01:01:01Z",
|
||||
"deletionGracePeriodSeconds": 10,
|
||||
"labels": {
|
||||
"labelsKey": "labelsValue"
|
||||
},
|
||||
"annotations": {
|
||||
"annotationsKey": "annotationsValue"
|
||||
},
|
||||
"ownerReferences": [
|
||||
{
|
||||
"apiVersion": "apiVersionValue",
|
||||
"kind": "kindValue",
|
||||
"name": "nameValue",
|
||||
"uid": "uidValue",
|
||||
"controller": true,
|
||||
"blockOwnerDeletion": true
|
||||
}
|
||||
],
|
||||
"finalizers": [
|
||||
"finalizersValue"
|
||||
],
|
||||
"managedFields": [
|
||||
{
|
||||
"manager": "managerValue",
|
||||
"operation": "operationValue",
|
||||
"apiVersion": "apiVersionValue",
|
||||
"time": "2004-01-01T01:01:01Z",
|
||||
"fieldsType": "fieldsTypeValue",
|
||||
"fieldsV1": {},
|
||||
"subresource": "subresourceValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"devices": {
|
||||
"requests": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"exactly": {
|
||||
"deviceClassName": "deviceClassNameValue",
|
||||
"selectors": [
|
||||
{
|
||||
"cel": {
|
||||
"expression": "expressionValue"
|
||||
}
|
||||
}
|
||||
],
|
||||
"allocationMode": "allocationModeValue",
|
||||
"count": 4,
|
||||
"adminAccess": true,
|
||||
"tolerations": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"value": "valueValue",
|
||||
"effect": "effectValue",
|
||||
"tolerationSeconds": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
"firstAvailable": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"deviceClassName": "deviceClassNameValue",
|
||||
"selectors": [
|
||||
{
|
||||
"cel": {
|
||||
"expression": "expressionValue"
|
||||
}
|
||||
}
|
||||
],
|
||||
"allocationMode": "allocationModeValue",
|
||||
"count": 5,
|
||||
"tolerations": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"value": "valueValue",
|
||||
"effect": "effectValue",
|
||||
"tolerationSeconds": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"constraints": [
|
||||
{
|
||||
"requests": [
|
||||
"requestsValue"
|
||||
],
|
||||
"matchAttribute": "matchAttributeValue"
|
||||
}
|
||||
],
|
||||
"config": [
|
||||
{
|
||||
"requests": [
|
||||
"requestsValue"
|
||||
],
|
||||
"opaque": {
|
||||
"driver": "driverValue",
|
||||
"parameters": {
|
||||
"apiVersion": "example.com/v1",
|
||||
"kind": "CustomType",
|
||||
"spec": {
|
||||
"replicas": 1
|
||||
},
|
||||
"status": {
|
||||
"available": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaimTemplate.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaimTemplate.pb
vendored
Normal file
Binary file not shown.
115
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaimTemplate.yaml
vendored
Normal file
115
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceClaimTemplate.yaml
vendored
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
apiVersion: resource.k8s.io/v1
|
||||
kind: ResourceClaimTemplate
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
creationTimestamp: "2008-01-01T01:01:01Z"
|
||||
deletionGracePeriodSeconds: 10
|
||||
deletionTimestamp: "2009-01-01T01:01:01Z"
|
||||
finalizers:
|
||||
- finalizersValue
|
||||
generateName: generateNameValue
|
||||
generation: 7
|
||||
labels:
|
||||
labelsKey: labelsValue
|
||||
managedFields:
|
||||
- apiVersion: apiVersionValue
|
||||
fieldsType: fieldsTypeValue
|
||||
fieldsV1: {}
|
||||
manager: managerValue
|
||||
operation: operationValue
|
||||
subresource: subresourceValue
|
||||
time: "2004-01-01T01:01:01Z"
|
||||
name: nameValue
|
||||
namespace: namespaceValue
|
||||
ownerReferences:
|
||||
- apiVersion: apiVersionValue
|
||||
blockOwnerDeletion: true
|
||||
controller: true
|
||||
kind: kindValue
|
||||
name: nameValue
|
||||
uid: uidValue
|
||||
resourceVersion: resourceVersionValue
|
||||
selfLink: selfLinkValue
|
||||
uid: uidValue
|
||||
spec:
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
creationTimestamp: "2008-01-01T01:01:01Z"
|
||||
deletionGracePeriodSeconds: 10
|
||||
deletionTimestamp: "2009-01-01T01:01:01Z"
|
||||
finalizers:
|
||||
- finalizersValue
|
||||
generateName: generateNameValue
|
||||
generation: 7
|
||||
labels:
|
||||
labelsKey: labelsValue
|
||||
managedFields:
|
||||
- apiVersion: apiVersionValue
|
||||
fieldsType: fieldsTypeValue
|
||||
fieldsV1: {}
|
||||
manager: managerValue
|
||||
operation: operationValue
|
||||
subresource: subresourceValue
|
||||
time: "2004-01-01T01:01:01Z"
|
||||
name: nameValue
|
||||
namespace: namespaceValue
|
||||
ownerReferences:
|
||||
- apiVersion: apiVersionValue
|
||||
blockOwnerDeletion: true
|
||||
controller: true
|
||||
kind: kindValue
|
||||
name: nameValue
|
||||
uid: uidValue
|
||||
resourceVersion: resourceVersionValue
|
||||
selfLink: selfLinkValue
|
||||
uid: uidValue
|
||||
spec:
|
||||
devices:
|
||||
config:
|
||||
- opaque:
|
||||
driver: driverValue
|
||||
parameters:
|
||||
apiVersion: example.com/v1
|
||||
kind: CustomType
|
||||
spec:
|
||||
replicas: 1
|
||||
status:
|
||||
available: 1
|
||||
requests:
|
||||
- requestsValue
|
||||
constraints:
|
||||
- matchAttribute: matchAttributeValue
|
||||
requests:
|
||||
- requestsValue
|
||||
requests:
|
||||
- exactly:
|
||||
adminAccess: true
|
||||
allocationMode: allocationModeValue
|
||||
count: 4
|
||||
deviceClassName: deviceClassNameValue
|
||||
selectors:
|
||||
- cel:
|
||||
expression: expressionValue
|
||||
tolerations:
|
||||
- effect: effectValue
|
||||
key: keyValue
|
||||
operator: operatorValue
|
||||
tolerationSeconds: 5
|
||||
value: valueValue
|
||||
firstAvailable:
|
||||
- allocationMode: allocationModeValue
|
||||
count: 5
|
||||
deviceClassName: deviceClassNameValue
|
||||
name: nameValue
|
||||
selectors:
|
||||
- cel:
|
||||
expression: expressionValue
|
||||
tolerations:
|
||||
- effect: effectValue
|
||||
key: keyValue
|
||||
operator: operatorValue
|
||||
tolerationSeconds: 5
|
||||
value: valueValue
|
||||
name: nameValue
|
||||
153
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceSlice.json
vendored
Normal file
153
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceSlice.json
vendored
Normal file
|
|
@ -0,0 +1,153 @@
|
|||
{
|
||||
"kind": "ResourceSlice",
|
||||
"apiVersion": "resource.k8s.io/v1",
|
||||
"metadata": {
|
||||
"name": "nameValue",
|
||||
"generateName": "generateNameValue",
|
||||
"namespace": "namespaceValue",
|
||||
"selfLink": "selfLinkValue",
|
||||
"uid": "uidValue",
|
||||
"resourceVersion": "resourceVersionValue",
|
||||
"generation": 7,
|
||||
"creationTimestamp": "2008-01-01T01:01:01Z",
|
||||
"deletionTimestamp": "2009-01-01T01:01:01Z",
|
||||
"deletionGracePeriodSeconds": 10,
|
||||
"labels": {
|
||||
"labelsKey": "labelsValue"
|
||||
},
|
||||
"annotations": {
|
||||
"annotationsKey": "annotationsValue"
|
||||
},
|
||||
"ownerReferences": [
|
||||
{
|
||||
"apiVersion": "apiVersionValue",
|
||||
"kind": "kindValue",
|
||||
"name": "nameValue",
|
||||
"uid": "uidValue",
|
||||
"controller": true,
|
||||
"blockOwnerDeletion": true
|
||||
}
|
||||
],
|
||||
"finalizers": [
|
||||
"finalizersValue"
|
||||
],
|
||||
"managedFields": [
|
||||
{
|
||||
"manager": "managerValue",
|
||||
"operation": "operationValue",
|
||||
"apiVersion": "apiVersionValue",
|
||||
"time": "2004-01-01T01:01:01Z",
|
||||
"fieldsType": "fieldsTypeValue",
|
||||
"fieldsV1": {},
|
||||
"subresource": "subresourceValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"driver": "driverValue",
|
||||
"pool": {
|
||||
"name": "nameValue",
|
||||
"generation": 2,
|
||||
"resourceSliceCount": 3
|
||||
},
|
||||
"nodeName": "nodeNameValue",
|
||||
"nodeSelector": {
|
||||
"nodeSelectorTerms": [
|
||||
{
|
||||
"matchExpressions": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
],
|
||||
"matchFields": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"allNodes": true,
|
||||
"devices": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"attributes": {
|
||||
"attributesKey": {
|
||||
"int": 2,
|
||||
"bool": true,
|
||||
"string": "stringValue",
|
||||
"version": "versionValue"
|
||||
}
|
||||
},
|
||||
"capacity": {
|
||||
"capacityKey": {
|
||||
"value": "0"
|
||||
}
|
||||
},
|
||||
"consumesCounters": [
|
||||
{
|
||||
"counterSet": "counterSetValue",
|
||||
"counters": {
|
||||
"countersKey": {
|
||||
"value": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodeName": "nodeNameValue",
|
||||
"nodeSelector": {
|
||||
"nodeSelectorTerms": [
|
||||
{
|
||||
"matchExpressions": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
],
|
||||
"matchFields": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"allNodes": true,
|
||||
"taints": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"value": "valueValue",
|
||||
"effect": "effectValue",
|
||||
"timeAdded": "2004-01-01T01:01:01Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"perDeviceNodeSelection": true,
|
||||
"sharedCounters": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"counters": {
|
||||
"countersKey": {
|
||||
"value": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceSlice.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceSlice.pb
vendored
Normal file
Binary file not shown.
95
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceSlice.yaml
vendored
Normal file
95
staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1.ResourceSlice.yaml
vendored
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
apiVersion: resource.k8s.io/v1
|
||||
kind: ResourceSlice
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
creationTimestamp: "2008-01-01T01:01:01Z"
|
||||
deletionGracePeriodSeconds: 10
|
||||
deletionTimestamp: "2009-01-01T01:01:01Z"
|
||||
finalizers:
|
||||
- finalizersValue
|
||||
generateName: generateNameValue
|
||||
generation: 7
|
||||
labels:
|
||||
labelsKey: labelsValue
|
||||
managedFields:
|
||||
- apiVersion: apiVersionValue
|
||||
fieldsType: fieldsTypeValue
|
||||
fieldsV1: {}
|
||||
manager: managerValue
|
||||
operation: operationValue
|
||||
subresource: subresourceValue
|
||||
time: "2004-01-01T01:01:01Z"
|
||||
name: nameValue
|
||||
namespace: namespaceValue
|
||||
ownerReferences:
|
||||
- apiVersion: apiVersionValue
|
||||
blockOwnerDeletion: true
|
||||
controller: true
|
||||
kind: kindValue
|
||||
name: nameValue
|
||||
uid: uidValue
|
||||
resourceVersion: resourceVersionValue
|
||||
selfLink: selfLinkValue
|
||||
uid: uidValue
|
||||
spec:
|
||||
allNodes: true
|
||||
devices:
|
||||
- allNodes: true
|
||||
attributes:
|
||||
attributesKey:
|
||||
bool: true
|
||||
int: 2
|
||||
string: stringValue
|
||||
version: versionValue
|
||||
capacity:
|
||||
capacityKey:
|
||||
value: "0"
|
||||
consumesCounters:
|
||||
- counterSet: counterSetValue
|
||||
counters:
|
||||
countersKey:
|
||||
value: "0"
|
||||
name: nameValue
|
||||
nodeName: nodeNameValue
|
||||
nodeSelector:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
matchFields:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
taints:
|
||||
- effect: effectValue
|
||||
key: keyValue
|
||||
timeAdded: "2004-01-01T01:01:01Z"
|
||||
value: valueValue
|
||||
driver: driverValue
|
||||
nodeName: nodeNameValue
|
||||
nodeSelector:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
matchFields:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
perDeviceNodeSelection: true
|
||||
pool:
|
||||
generation: 2
|
||||
name: nameValue
|
||||
resourceSliceCount: 3
|
||||
sharedCounters:
|
||||
- counters:
|
||||
countersKey:
|
||||
value: "0"
|
||||
name: nameValue
|
||||
|
|
@ -12735,6 +12735,588 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||
- name: namespace
|
||||
type:
|
||||
scalar: string
|
||||
- name: io.k8s.api.resource.v1.AllocatedDeviceStatus
|
||||
map:
|
||||
fields:
|
||||
- name: conditions
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.apimachinery.pkg.apis.meta.v1.Condition
|
||||
elementRelationship: associative
|
||||
keys:
|
||||
- type
|
||||
- name: data
|
||||
type:
|
||||
namedType: __untyped_atomic_
|
||||
- name: device
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: driver
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: networkData
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.NetworkDeviceData
|
||||
- name: pool
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: io.k8s.api.resource.v1.AllocationResult
|
||||
map:
|
||||
fields:
|
||||
- name: devices
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.DeviceAllocationResult
|
||||
default: {}
|
||||
- name: nodeSelector
|
||||
type:
|
||||
namedType: io.k8s.api.core.v1.NodeSelector
|
||||
- name: io.k8s.api.resource.v1.CELDeviceSelector
|
||||
map:
|
||||
fields:
|
||||
- name: expression
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: io.k8s.api.resource.v1.Counter
|
||||
map:
|
||||
fields:
|
||||
- name: value
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.api.resource.Quantity
|
||||
- name: io.k8s.api.resource.v1.CounterSet
|
||||
map:
|
||||
fields:
|
||||
- name: counters
|
||||
type:
|
||||
map:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.Counter
|
||||
- name: name
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: io.k8s.api.resource.v1.Device
|
||||
map:
|
||||
fields:
|
||||
- name: allNodes
|
||||
type:
|
||||
scalar: boolean
|
||||
- name: attributes
|
||||
type:
|
||||
map:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceAttribute
|
||||
- name: capacity
|
||||
type:
|
||||
map:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceCapacity
|
||||
- name: consumesCounters
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceCounterConsumption
|
||||
elementRelationship: atomic
|
||||
- name: name
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: nodeName
|
||||
type:
|
||||
scalar: string
|
||||
- name: nodeSelector
|
||||
type:
|
||||
namedType: io.k8s.api.core.v1.NodeSelector
|
||||
- name: taints
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceTaint
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.DeviceAllocationConfiguration
|
||||
map:
|
||||
fields:
|
||||
- name: opaque
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.OpaqueDeviceConfiguration
|
||||
- name: requests
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
scalar: string
|
||||
elementRelationship: atomic
|
||||
- name: source
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: io.k8s.api.resource.v1.DeviceAllocationResult
|
||||
map:
|
||||
fields:
|
||||
- name: config
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceAllocationConfiguration
|
||||
elementRelationship: atomic
|
||||
- name: results
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceRequestAllocationResult
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.DeviceAttribute
|
||||
map:
|
||||
fields:
|
||||
- name: bool
|
||||
type:
|
||||
scalar: boolean
|
||||
- name: int
|
||||
type:
|
||||
scalar: numeric
|
||||
- name: string
|
||||
type:
|
||||
scalar: string
|
||||
- name: version
|
||||
type:
|
||||
scalar: string
|
||||
- name: io.k8s.api.resource.v1.DeviceCapacity
|
||||
map:
|
||||
fields:
|
||||
- name: value
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.api.resource.Quantity
|
||||
- name: io.k8s.api.resource.v1.DeviceClaim
|
||||
map:
|
||||
fields:
|
||||
- name: config
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceClaimConfiguration
|
||||
elementRelationship: atomic
|
||||
- name: constraints
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceConstraint
|
||||
elementRelationship: atomic
|
||||
- name: requests
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceRequest
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.DeviceClaimConfiguration
|
||||
map:
|
||||
fields:
|
||||
- name: opaque
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.OpaqueDeviceConfiguration
|
||||
- name: requests
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
scalar: string
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.DeviceClass
|
||||
map:
|
||||
fields:
|
||||
- name: apiVersion
|
||||
type:
|
||||
scalar: string
|
||||
- name: kind
|
||||
type:
|
||||
scalar: string
|
||||
- name: metadata
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
|
||||
default: {}
|
||||
- name: spec
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.DeviceClassSpec
|
||||
default: {}
|
||||
- name: io.k8s.api.resource.v1.DeviceClassConfiguration
|
||||
map:
|
||||
fields:
|
||||
- name: opaque
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.OpaqueDeviceConfiguration
|
||||
- name: io.k8s.api.resource.v1.DeviceClassSpec
|
||||
map:
|
||||
fields:
|
||||
- name: config
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceClassConfiguration
|
||||
elementRelationship: atomic
|
||||
- name: selectors
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceSelector
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.DeviceConstraint
|
||||
map:
|
||||
fields:
|
||||
- name: matchAttribute
|
||||
type:
|
||||
scalar: string
|
||||
- name: requests
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
scalar: string
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.DeviceCounterConsumption
|
||||
map:
|
||||
fields:
|
||||
- name: counterSet
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: counters
|
||||
type:
|
||||
map:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.Counter
|
||||
- name: io.k8s.api.resource.v1.DeviceRequest
|
||||
map:
|
||||
fields:
|
||||
- name: exactly
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.ExactDeviceRequest
|
||||
- name: firstAvailable
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceSubRequest
|
||||
elementRelationship: atomic
|
||||
- name: name
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: io.k8s.api.resource.v1.DeviceRequestAllocationResult
|
||||
map:
|
||||
fields:
|
||||
- name: adminAccess
|
||||
type:
|
||||
scalar: boolean
|
||||
- name: device
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: driver
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: pool
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: request
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: tolerations
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceToleration
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.DeviceSelector
|
||||
map:
|
||||
fields:
|
||||
- name: cel
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.CELDeviceSelector
|
||||
- name: io.k8s.api.resource.v1.DeviceSubRequest
|
||||
map:
|
||||
fields:
|
||||
- name: allocationMode
|
||||
type:
|
||||
scalar: string
|
||||
- name: count
|
||||
type:
|
||||
scalar: numeric
|
||||
- name: deviceClassName
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: name
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: selectors
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceSelector
|
||||
elementRelationship: atomic
|
||||
- name: tolerations
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceToleration
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.DeviceTaint
|
||||
map:
|
||||
fields:
|
||||
- name: effect
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: key
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: timeAdded
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.apis.meta.v1.Time
|
||||
- name: value
|
||||
type:
|
||||
scalar: string
|
||||
- name: io.k8s.api.resource.v1.DeviceToleration
|
||||
map:
|
||||
fields:
|
||||
- name: effect
|
||||
type:
|
||||
scalar: string
|
||||
- name: key
|
||||
type:
|
||||
scalar: string
|
||||
- name: operator
|
||||
type:
|
||||
scalar: string
|
||||
default: Equal
|
||||
- name: tolerationSeconds
|
||||
type:
|
||||
scalar: numeric
|
||||
- name: value
|
||||
type:
|
||||
scalar: string
|
||||
- name: io.k8s.api.resource.v1.ExactDeviceRequest
|
||||
map:
|
||||
fields:
|
||||
- name: adminAccess
|
||||
type:
|
||||
scalar: boolean
|
||||
- name: allocationMode
|
||||
type:
|
||||
scalar: string
|
||||
- name: count
|
||||
type:
|
||||
scalar: numeric
|
||||
- name: deviceClassName
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: selectors
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceSelector
|
||||
elementRelationship: atomic
|
||||
- name: tolerations
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.DeviceToleration
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.NetworkDeviceData
|
||||
map:
|
||||
fields:
|
||||
- name: hardwareAddress
|
||||
type:
|
||||
scalar: string
|
||||
- name: interfaceName
|
||||
type:
|
||||
scalar: string
|
||||
- name: ips
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
scalar: string
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1.OpaqueDeviceConfiguration
|
||||
map:
|
||||
fields:
|
||||
- name: driver
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: parameters
|
||||
type:
|
||||
namedType: __untyped_atomic_
|
||||
- name: io.k8s.api.resource.v1.ResourceClaim
|
||||
map:
|
||||
fields:
|
||||
- name: apiVersion
|
||||
type:
|
||||
scalar: string
|
||||
- name: kind
|
||||
type:
|
||||
scalar: string
|
||||
- name: metadata
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
|
||||
default: {}
|
||||
- name: spec
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.ResourceClaimSpec
|
||||
default: {}
|
||||
- name: status
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.ResourceClaimStatus
|
||||
default: {}
|
||||
- name: io.k8s.api.resource.v1.ResourceClaimConsumerReference
|
||||
map:
|
||||
fields:
|
||||
- name: apiGroup
|
||||
type:
|
||||
scalar: string
|
||||
- name: name
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: resource
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: uid
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: io.k8s.api.resource.v1.ResourceClaimSpec
|
||||
map:
|
||||
fields:
|
||||
- name: devices
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.DeviceClaim
|
||||
default: {}
|
||||
- name: io.k8s.api.resource.v1.ResourceClaimStatus
|
||||
map:
|
||||
fields:
|
||||
- name: allocation
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.AllocationResult
|
||||
- name: devices
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.AllocatedDeviceStatus
|
||||
elementRelationship: associative
|
||||
keys:
|
||||
- driver
|
||||
- device
|
||||
- pool
|
||||
- name: reservedFor
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.ResourceClaimConsumerReference
|
||||
elementRelationship: associative
|
||||
keys:
|
||||
- uid
|
||||
- name: io.k8s.api.resource.v1.ResourceClaimTemplate
|
||||
map:
|
||||
fields:
|
||||
- name: apiVersion
|
||||
type:
|
||||
scalar: string
|
||||
- name: kind
|
||||
type:
|
||||
scalar: string
|
||||
- name: metadata
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
|
||||
default: {}
|
||||
- name: spec
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.ResourceClaimTemplateSpec
|
||||
default: {}
|
||||
- name: io.k8s.api.resource.v1.ResourceClaimTemplateSpec
|
||||
map:
|
||||
fields:
|
||||
- name: metadata
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
|
||||
default: {}
|
||||
- name: spec
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.ResourceClaimSpec
|
||||
default: {}
|
||||
- name: io.k8s.api.resource.v1.ResourcePool
|
||||
map:
|
||||
fields:
|
||||
- name: generation
|
||||
type:
|
||||
scalar: numeric
|
||||
default: 0
|
||||
- name: name
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: resourceSliceCount
|
||||
type:
|
||||
scalar: numeric
|
||||
default: 0
|
||||
- name: io.k8s.api.resource.v1.ResourceSlice
|
||||
map:
|
||||
fields:
|
||||
- name: apiVersion
|
||||
type:
|
||||
scalar: string
|
||||
- name: kind
|
||||
type:
|
||||
scalar: string
|
||||
- name: metadata
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
|
||||
default: {}
|
||||
- name: spec
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.ResourceSliceSpec
|
||||
default: {}
|
||||
- name: io.k8s.api.resource.v1.ResourceSliceSpec
|
||||
map:
|
||||
fields:
|
||||
- name: allNodes
|
||||
type:
|
||||
scalar: boolean
|
||||
- name: devices
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.Device
|
||||
elementRelationship: atomic
|
||||
- name: driver
|
||||
type:
|
||||
scalar: string
|
||||
default: ""
|
||||
- name: nodeName
|
||||
type:
|
||||
scalar: string
|
||||
- name: nodeSelector
|
||||
type:
|
||||
namedType: io.k8s.api.core.v1.NodeSelector
|
||||
- name: perDeviceNodeSelection
|
||||
type:
|
||||
scalar: boolean
|
||||
- name: pool
|
||||
type:
|
||||
namedType: io.k8s.api.resource.v1.ResourcePool
|
||||
default: {}
|
||||
- name: sharedCounters
|
||||
type:
|
||||
list:
|
||||
elementType:
|
||||
namedType: io.k8s.api.resource.v1.CounterSet
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.resource.v1alpha3.CELDeviceSelector
|
||||
map:
|
||||
fields:
|
||||
|
|
|
|||
|
|
@ -16,11 +16,11 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
runtime "k8s.io/apimachinery/pkg/runtime"
|
||||
v1 "k8s.io/client-go/applyconfigurations/meta/v1"
|
||||
metav1 "k8s.io/client-go/applyconfigurations/meta/v1"
|
||||
)
|
||||
|
||||
// AllocatedDeviceStatusApplyConfiguration represents a declarative configuration of the AllocatedDeviceStatus type for use
|
||||
|
|
@ -29,7 +29,7 @@ type AllocatedDeviceStatusApplyConfiguration struct {
|
|||
Driver *string `json:"driver,omitempty"`
|
||||
Pool *string `json:"pool,omitempty"`
|
||||
Device *string `json:"device,omitempty"`
|
||||
Conditions []v1.ConditionApplyConfiguration `json:"conditions,omitempty"`
|
||||
Conditions []metav1.ConditionApplyConfiguration `json:"conditions,omitempty"`
|
||||
Data *runtime.RawExtension `json:"data,omitempty"`
|
||||
NetworkData *NetworkDeviceDataApplyConfiguration `json:"networkData,omitempty"`
|
||||
}
|
||||
|
|
@ -67,7 +67,7 @@ func (b *AllocatedDeviceStatusApplyConfiguration) WithDevice(value string) *Allo
|
|||
// WithConditions adds the given value to the Conditions field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
// If called multiple times, values provided by each call will be appended to the Conditions field.
|
||||
func (b *AllocatedDeviceStatusApplyConfiguration) WithConditions(values ...*v1.ConditionApplyConfiguration) *AllocatedDeviceStatusApplyConfiguration {
|
||||
func (b *AllocatedDeviceStatusApplyConfiguration) WithConditions(values ...*metav1.ConditionApplyConfiguration) *AllocatedDeviceStatusApplyConfiguration {
|
||||
for i := range values {
|
||||
if values[i] == nil {
|
||||
panic("nil value passed to WithConditions")
|
||||
|
|
|
|||
|
|
@ -16,17 +16,17 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
v1 "k8s.io/client-go/applyconfigurations/core/v1"
|
||||
corev1 "k8s.io/client-go/applyconfigurations/core/v1"
|
||||
)
|
||||
|
||||
// AllocationResultApplyConfiguration represents a declarative configuration of the AllocationResult type for use
|
||||
// with apply.
|
||||
type AllocationResultApplyConfiguration struct {
|
||||
Devices *DeviceAllocationResultApplyConfiguration `json:"devices,omitempty"`
|
||||
NodeSelector *v1.NodeSelectorApplyConfiguration `json:"nodeSelector,omitempty"`
|
||||
NodeSelector *corev1.NodeSelectorApplyConfiguration `json:"nodeSelector,omitempty"`
|
||||
}
|
||||
|
||||
// AllocationResultApplyConfiguration constructs a declarative configuration of the AllocationResult type for use with
|
||||
|
|
@ -46,7 +46,7 @@ func (b *AllocationResultApplyConfiguration) WithDevices(value *DeviceAllocation
|
|||
// WithNodeSelector sets the NodeSelector field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the NodeSelector field is set to the value of the last call.
|
||||
func (b *AllocationResultApplyConfiguration) WithNodeSelector(value *v1.NodeSelectorApplyConfiguration) *AllocationResultApplyConfiguration {
|
||||
func (b *AllocationResultApplyConfiguration) WithNodeSelector(value *corev1.NodeSelectorApplyConfiguration) *AllocationResultApplyConfiguration {
|
||||
b.NodeSelector = value
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// CELDeviceSelectorApplyConfiguration represents a declarative configuration of the CELDeviceSelector type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resource "k8s.io/apimachinery/pkg/api/resource"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// CounterSetApplyConfiguration represents a declarative configuration of the CounterSet type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,24 +16,24 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
v1 "k8s.io/client-go/applyconfigurations/core/v1"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
corev1 "k8s.io/client-go/applyconfigurations/core/v1"
|
||||
)
|
||||
|
||||
// DeviceApplyConfiguration represents a declarative configuration of the Device type for use
|
||||
// with apply.
|
||||
type DeviceApplyConfiguration struct {
|
||||
Name *string `json:"name,omitempty"`
|
||||
Attributes map[resourcev1beta2.QualifiedName]DeviceAttributeApplyConfiguration `json:"attributes,omitempty"`
|
||||
Capacity map[resourcev1beta2.QualifiedName]DeviceCapacityApplyConfiguration `json:"capacity,omitempty"`
|
||||
ConsumesCounters []DeviceCounterConsumptionApplyConfiguration `json:"consumesCounters,omitempty"`
|
||||
NodeName *string `json:"nodeName,omitempty"`
|
||||
NodeSelector *v1.NodeSelectorApplyConfiguration `json:"nodeSelector,omitempty"`
|
||||
AllNodes *bool `json:"allNodes,omitempty"`
|
||||
Taints []DeviceTaintApplyConfiguration `json:"taints,omitempty"`
|
||||
Name *string `json:"name,omitempty"`
|
||||
Attributes map[resourcev1.QualifiedName]DeviceAttributeApplyConfiguration `json:"attributes,omitempty"`
|
||||
Capacity map[resourcev1.QualifiedName]DeviceCapacityApplyConfiguration `json:"capacity,omitempty"`
|
||||
ConsumesCounters []DeviceCounterConsumptionApplyConfiguration `json:"consumesCounters,omitempty"`
|
||||
NodeName *string `json:"nodeName,omitempty"`
|
||||
NodeSelector *corev1.NodeSelectorApplyConfiguration `json:"nodeSelector,omitempty"`
|
||||
AllNodes *bool `json:"allNodes,omitempty"`
|
||||
Taints []DeviceTaintApplyConfiguration `json:"taints,omitempty"`
|
||||
}
|
||||
|
||||
// DeviceApplyConfiguration constructs a declarative configuration of the Device type for use with
|
||||
|
|
@ -54,9 +54,9 @@ func (b *DeviceApplyConfiguration) WithName(value string) *DeviceApplyConfigurat
|
|||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
// If called multiple times, the entries provided by each call will be put on the Attributes field,
|
||||
// overwriting an existing map entries in Attributes field with the same key.
|
||||
func (b *DeviceApplyConfiguration) WithAttributes(entries map[resourcev1beta2.QualifiedName]DeviceAttributeApplyConfiguration) *DeviceApplyConfiguration {
|
||||
func (b *DeviceApplyConfiguration) WithAttributes(entries map[resourcev1.QualifiedName]DeviceAttributeApplyConfiguration) *DeviceApplyConfiguration {
|
||||
if b.Attributes == nil && len(entries) > 0 {
|
||||
b.Attributes = make(map[resourcev1beta2.QualifiedName]DeviceAttributeApplyConfiguration, len(entries))
|
||||
b.Attributes = make(map[resourcev1.QualifiedName]DeviceAttributeApplyConfiguration, len(entries))
|
||||
}
|
||||
for k, v := range entries {
|
||||
b.Attributes[k] = v
|
||||
|
|
@ -68,9 +68,9 @@ func (b *DeviceApplyConfiguration) WithAttributes(entries map[resourcev1beta2.Qu
|
|||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
// If called multiple times, the entries provided by each call will be put on the Capacity field,
|
||||
// overwriting an existing map entries in Capacity field with the same key.
|
||||
func (b *DeviceApplyConfiguration) WithCapacity(entries map[resourcev1beta2.QualifiedName]DeviceCapacityApplyConfiguration) *DeviceApplyConfiguration {
|
||||
func (b *DeviceApplyConfiguration) WithCapacity(entries map[resourcev1.QualifiedName]DeviceCapacityApplyConfiguration) *DeviceApplyConfiguration {
|
||||
if b.Capacity == nil && len(entries) > 0 {
|
||||
b.Capacity = make(map[resourcev1beta2.QualifiedName]DeviceCapacityApplyConfiguration, len(entries))
|
||||
b.Capacity = make(map[resourcev1.QualifiedName]DeviceCapacityApplyConfiguration, len(entries))
|
||||
}
|
||||
for k, v := range entries {
|
||||
b.Capacity[k] = v
|
||||
|
|
@ -102,7 +102,7 @@ func (b *DeviceApplyConfiguration) WithNodeName(value string) *DeviceApplyConfig
|
|||
// WithNodeSelector sets the NodeSelector field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the NodeSelector field is set to the value of the last call.
|
||||
func (b *DeviceApplyConfiguration) WithNodeSelector(value *v1.NodeSelectorApplyConfiguration) *DeviceApplyConfiguration {
|
||||
func (b *DeviceApplyConfiguration) WithNodeSelector(value *corev1.NodeSelectorApplyConfiguration) *DeviceApplyConfiguration {
|
||||
b.NodeSelector = value
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,17 +16,17 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
)
|
||||
|
||||
// DeviceAllocationConfigurationApplyConfiguration represents a declarative configuration of the DeviceAllocationConfiguration type for use
|
||||
// with apply.
|
||||
type DeviceAllocationConfigurationApplyConfiguration struct {
|
||||
Source *resourcev1beta2.AllocationConfigSource `json:"source,omitempty"`
|
||||
Requests []string `json:"requests,omitempty"`
|
||||
Source *resourcev1.AllocationConfigSource `json:"source,omitempty"`
|
||||
Requests []string `json:"requests,omitempty"`
|
||||
DeviceConfigurationApplyConfiguration `json:",inline"`
|
||||
}
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ func DeviceAllocationConfiguration() *DeviceAllocationConfigurationApplyConfigur
|
|||
// WithSource sets the Source field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the Source field is set to the value of the last call.
|
||||
func (b *DeviceAllocationConfigurationApplyConfiguration) WithSource(value resourcev1beta2.AllocationConfigSource) *DeviceAllocationConfigurationApplyConfiguration {
|
||||
func (b *DeviceAllocationConfigurationApplyConfiguration) WithSource(value resourcev1.AllocationConfigSource) *DeviceAllocationConfigurationApplyConfiguration {
|
||||
b.Source = &value
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceAllocationResultApplyConfiguration represents a declarative configuration of the DeviceAllocationResult type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceAttributeApplyConfiguration represents a declarative configuration of the DeviceAttribute type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resource "k8s.io/apimachinery/pkg/api/resource"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceClaimApplyConfiguration represents a declarative configuration of the DeviceClaim type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceClaimConfigurationApplyConfiguration represents a declarative configuration of the DeviceClaimConfiguration type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,23 +16,23 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
apismetav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
types "k8s.io/apimachinery/pkg/types"
|
||||
managedfields "k8s.io/apimachinery/pkg/util/managedfields"
|
||||
internal "k8s.io/client-go/applyconfigurations/internal"
|
||||
v1 "k8s.io/client-go/applyconfigurations/meta/v1"
|
||||
metav1 "k8s.io/client-go/applyconfigurations/meta/v1"
|
||||
)
|
||||
|
||||
// DeviceClassApplyConfiguration represents a declarative configuration of the DeviceClass type for use
|
||||
// with apply.
|
||||
type DeviceClassApplyConfiguration struct {
|
||||
v1.TypeMetaApplyConfiguration `json:",inline"`
|
||||
*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
|
||||
Spec *DeviceClassSpecApplyConfiguration `json:"spec,omitempty"`
|
||||
metav1.TypeMetaApplyConfiguration `json:",inline"`
|
||||
*metav1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
|
||||
Spec *DeviceClassSpecApplyConfiguration `json:"spec,omitempty"`
|
||||
}
|
||||
|
||||
// DeviceClass constructs a declarative configuration of the DeviceClass type for use with
|
||||
|
|
@ -41,7 +41,7 @@ func DeviceClass(name string) *DeviceClassApplyConfiguration {
|
|||
b := &DeviceClassApplyConfiguration{}
|
||||
b.WithName(name)
|
||||
b.WithKind("DeviceClass")
|
||||
b.WithAPIVersion("resource.k8s.io/v1beta2")
|
||||
b.WithAPIVersion("resource.k8s.io/v1")
|
||||
return b
|
||||
}
|
||||
|
||||
|
|
@ -56,27 +56,27 @@ func DeviceClass(name string) *DeviceClassApplyConfiguration {
|
|||
// Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
|
||||
// applied if another fieldManager has updated or force applied any of the previously applied fields.
|
||||
// Experimental!
|
||||
func ExtractDeviceClass(deviceClass *resourcev1beta2.DeviceClass, fieldManager string) (*DeviceClassApplyConfiguration, error) {
|
||||
func ExtractDeviceClass(deviceClass *resourcev1.DeviceClass, fieldManager string) (*DeviceClassApplyConfiguration, error) {
|
||||
return extractDeviceClass(deviceClass, fieldManager, "")
|
||||
}
|
||||
|
||||
// ExtractDeviceClassStatus is the same as ExtractDeviceClass except
|
||||
// that it extracts the status subresource applied configuration.
|
||||
// Experimental!
|
||||
func ExtractDeviceClassStatus(deviceClass *resourcev1beta2.DeviceClass, fieldManager string) (*DeviceClassApplyConfiguration, error) {
|
||||
func ExtractDeviceClassStatus(deviceClass *resourcev1.DeviceClass, fieldManager string) (*DeviceClassApplyConfiguration, error) {
|
||||
return extractDeviceClass(deviceClass, fieldManager, "status")
|
||||
}
|
||||
|
||||
func extractDeviceClass(deviceClass *resourcev1beta2.DeviceClass, fieldManager string, subresource string) (*DeviceClassApplyConfiguration, error) {
|
||||
func extractDeviceClass(deviceClass *resourcev1.DeviceClass, fieldManager string, subresource string) (*DeviceClassApplyConfiguration, error) {
|
||||
b := &DeviceClassApplyConfiguration{}
|
||||
err := managedfields.ExtractInto(deviceClass, internal.Parser().Type("io.k8s.api.resource.v1beta2.DeviceClass"), fieldManager, b, subresource)
|
||||
err := managedfields.ExtractInto(deviceClass, internal.Parser().Type("io.k8s.api.resource.v1.DeviceClass"), fieldManager, b, subresource)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
b.WithName(deviceClass.Name)
|
||||
|
||||
b.WithKind("DeviceClass")
|
||||
b.WithAPIVersion("resource.k8s.io/v1beta2")
|
||||
b.WithAPIVersion("resource.k8s.io/v1")
|
||||
return b, nil
|
||||
}
|
||||
func (b DeviceClassApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
|
@ -154,7 +154,7 @@ func (b *DeviceClassApplyConfiguration) WithGeneration(value int64) *DeviceClass
|
|||
// WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the CreationTimestamp field is set to the value of the last call.
|
||||
func (b *DeviceClassApplyConfiguration) WithCreationTimestamp(value metav1.Time) *DeviceClassApplyConfiguration {
|
||||
func (b *DeviceClassApplyConfiguration) WithCreationTimestamp(value apismetav1.Time) *DeviceClassApplyConfiguration {
|
||||
b.ensureObjectMetaApplyConfigurationExists()
|
||||
b.ObjectMetaApplyConfiguration.CreationTimestamp = &value
|
||||
return b
|
||||
|
|
@ -163,7 +163,7 @@ func (b *DeviceClassApplyConfiguration) WithCreationTimestamp(value metav1.Time)
|
|||
// WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the DeletionTimestamp field is set to the value of the last call.
|
||||
func (b *DeviceClassApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *DeviceClassApplyConfiguration {
|
||||
func (b *DeviceClassApplyConfiguration) WithDeletionTimestamp(value apismetav1.Time) *DeviceClassApplyConfiguration {
|
||||
b.ensureObjectMetaApplyConfigurationExists()
|
||||
b.ObjectMetaApplyConfiguration.DeletionTimestamp = &value
|
||||
return b
|
||||
|
|
@ -211,7 +211,7 @@ func (b *DeviceClassApplyConfiguration) WithAnnotations(entries map[string]strin
|
|||
// WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
// If called multiple times, values provided by each call will be appended to the OwnerReferences field.
|
||||
func (b *DeviceClassApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *DeviceClassApplyConfiguration {
|
||||
func (b *DeviceClassApplyConfiguration) WithOwnerReferences(values ...*metav1.OwnerReferenceApplyConfiguration) *DeviceClassApplyConfiguration {
|
||||
b.ensureObjectMetaApplyConfigurationExists()
|
||||
for i := range values {
|
||||
if values[i] == nil {
|
||||
|
|
@ -235,7 +235,7 @@ func (b *DeviceClassApplyConfiguration) WithFinalizers(values ...string) *Device
|
|||
|
||||
func (b *DeviceClassApplyConfiguration) ensureObjectMetaApplyConfigurationExists() {
|
||||
if b.ObjectMetaApplyConfiguration == nil {
|
||||
b.ObjectMetaApplyConfiguration = &v1.ObjectMetaApplyConfiguration{}
|
||||
b.ObjectMetaApplyConfiguration = &metav1.ObjectMetaApplyConfiguration{}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceClassConfigurationApplyConfiguration represents a declarative configuration of the DeviceClassConfiguration type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceClassSpecApplyConfiguration represents a declarative configuration of the DeviceClassSpec type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceConfigurationApplyConfiguration represents a declarative configuration of the DeviceConfiguration type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,17 +16,17 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
)
|
||||
|
||||
// DeviceConstraintApplyConfiguration represents a declarative configuration of the DeviceConstraint type for use
|
||||
// with apply.
|
||||
type DeviceConstraintApplyConfiguration struct {
|
||||
Requests []string `json:"requests,omitempty"`
|
||||
MatchAttribute *resourcev1beta2.FullyQualifiedName `json:"matchAttribute,omitempty"`
|
||||
Requests []string `json:"requests,omitempty"`
|
||||
MatchAttribute *resourcev1.FullyQualifiedName `json:"matchAttribute,omitempty"`
|
||||
}
|
||||
|
||||
// DeviceConstraintApplyConfiguration constructs a declarative configuration of the DeviceConstraint type for use with
|
||||
|
|
@ -48,7 +48,7 @@ func (b *DeviceConstraintApplyConfiguration) WithRequests(values ...string) *Dev
|
|||
// WithMatchAttribute sets the MatchAttribute field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the MatchAttribute field is set to the value of the last call.
|
||||
func (b *DeviceConstraintApplyConfiguration) WithMatchAttribute(value resourcev1beta2.FullyQualifiedName) *DeviceConstraintApplyConfiguration {
|
||||
func (b *DeviceConstraintApplyConfiguration) WithMatchAttribute(value resourcev1.FullyQualifiedName) *DeviceConstraintApplyConfiguration {
|
||||
b.MatchAttribute = &value
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceCounterConsumptionApplyConfiguration represents a declarative configuration of the DeviceCounterConsumption type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceRequestApplyConfiguration represents a declarative configuration of the DeviceRequest type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceRequestAllocationResultApplyConfiguration represents a declarative configuration of the DeviceRequestAllocationResult type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// DeviceSelectorApplyConfiguration represents a declarative configuration of the DeviceSelector type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,21 +16,21 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
)
|
||||
|
||||
// DeviceSubRequestApplyConfiguration represents a declarative configuration of the DeviceSubRequest type for use
|
||||
// with apply.
|
||||
type DeviceSubRequestApplyConfiguration struct {
|
||||
Name *string `json:"name,omitempty"`
|
||||
DeviceClassName *string `json:"deviceClassName,omitempty"`
|
||||
Selectors []DeviceSelectorApplyConfiguration `json:"selectors,omitempty"`
|
||||
AllocationMode *resourcev1beta2.DeviceAllocationMode `json:"allocationMode,omitempty"`
|
||||
Count *int64 `json:"count,omitempty"`
|
||||
Tolerations []DeviceTolerationApplyConfiguration `json:"tolerations,omitempty"`
|
||||
Name *string `json:"name,omitempty"`
|
||||
DeviceClassName *string `json:"deviceClassName,omitempty"`
|
||||
Selectors []DeviceSelectorApplyConfiguration `json:"selectors,omitempty"`
|
||||
AllocationMode *resourcev1.DeviceAllocationMode `json:"allocationMode,omitempty"`
|
||||
Count *int64 `json:"count,omitempty"`
|
||||
Tolerations []DeviceTolerationApplyConfiguration `json:"tolerations,omitempty"`
|
||||
}
|
||||
|
||||
// DeviceSubRequestApplyConfiguration constructs a declarative configuration of the DeviceSubRequest type for use with
|
||||
|
|
@ -71,7 +71,7 @@ func (b *DeviceSubRequestApplyConfiguration) WithSelectors(values ...*DeviceSele
|
|||
// WithAllocationMode sets the AllocationMode field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the AllocationMode field is set to the value of the last call.
|
||||
func (b *DeviceSubRequestApplyConfiguration) WithAllocationMode(value resourcev1beta2.DeviceAllocationMode) *DeviceSubRequestApplyConfiguration {
|
||||
func (b *DeviceSubRequestApplyConfiguration) WithAllocationMode(value resourcev1.DeviceAllocationMode) *DeviceSubRequestApplyConfiguration {
|
||||
b.AllocationMode = &value
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,20 +16,20 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
)
|
||||
|
||||
// DeviceTaintApplyConfiguration represents a declarative configuration of the DeviceTaint type for use
|
||||
// with apply.
|
||||
type DeviceTaintApplyConfiguration struct {
|
||||
Key *string `json:"key,omitempty"`
|
||||
Value *string `json:"value,omitempty"`
|
||||
Effect *resourcev1beta2.DeviceTaintEffect `json:"effect,omitempty"`
|
||||
TimeAdded *v1.Time `json:"timeAdded,omitempty"`
|
||||
Key *string `json:"key,omitempty"`
|
||||
Value *string `json:"value,omitempty"`
|
||||
Effect *resourcev1.DeviceTaintEffect `json:"effect,omitempty"`
|
||||
TimeAdded *metav1.Time `json:"timeAdded,omitempty"`
|
||||
}
|
||||
|
||||
// DeviceTaintApplyConfiguration constructs a declarative configuration of the DeviceTaint type for use with
|
||||
|
|
@ -57,7 +57,7 @@ func (b *DeviceTaintApplyConfiguration) WithValue(value string) *DeviceTaintAppl
|
|||
// WithEffect sets the Effect field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the Effect field is set to the value of the last call.
|
||||
func (b *DeviceTaintApplyConfiguration) WithEffect(value resourcev1beta2.DeviceTaintEffect) *DeviceTaintApplyConfiguration {
|
||||
func (b *DeviceTaintApplyConfiguration) WithEffect(value resourcev1.DeviceTaintEffect) *DeviceTaintApplyConfiguration {
|
||||
b.Effect = &value
|
||||
return b
|
||||
}
|
||||
|
|
@ -65,7 +65,7 @@ func (b *DeviceTaintApplyConfiguration) WithEffect(value resourcev1beta2.DeviceT
|
|||
// WithTimeAdded sets the TimeAdded field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the TimeAdded field is set to the value of the last call.
|
||||
func (b *DeviceTaintApplyConfiguration) WithTimeAdded(value v1.Time) *DeviceTaintApplyConfiguration {
|
||||
func (b *DeviceTaintApplyConfiguration) WithTimeAdded(value metav1.Time) *DeviceTaintApplyConfiguration {
|
||||
b.TimeAdded = &value
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,20 +16,20 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
)
|
||||
|
||||
// DeviceTolerationApplyConfiguration represents a declarative configuration of the DeviceToleration type for use
|
||||
// with apply.
|
||||
type DeviceTolerationApplyConfiguration struct {
|
||||
Key *string `json:"key,omitempty"`
|
||||
Operator *resourcev1beta2.DeviceTolerationOperator `json:"operator,omitempty"`
|
||||
Value *string `json:"value,omitempty"`
|
||||
Effect *resourcev1beta2.DeviceTaintEffect `json:"effect,omitempty"`
|
||||
TolerationSeconds *int64 `json:"tolerationSeconds,omitempty"`
|
||||
Key *string `json:"key,omitempty"`
|
||||
Operator *resourcev1.DeviceTolerationOperator `json:"operator,omitempty"`
|
||||
Value *string `json:"value,omitempty"`
|
||||
Effect *resourcev1.DeviceTaintEffect `json:"effect,omitempty"`
|
||||
TolerationSeconds *int64 `json:"tolerationSeconds,omitempty"`
|
||||
}
|
||||
|
||||
// DeviceTolerationApplyConfiguration constructs a declarative configuration of the DeviceToleration type for use with
|
||||
|
|
@ -49,7 +49,7 @@ func (b *DeviceTolerationApplyConfiguration) WithKey(value string) *DeviceTolera
|
|||
// WithOperator sets the Operator field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the Operator field is set to the value of the last call.
|
||||
func (b *DeviceTolerationApplyConfiguration) WithOperator(value resourcev1beta2.DeviceTolerationOperator) *DeviceTolerationApplyConfiguration {
|
||||
func (b *DeviceTolerationApplyConfiguration) WithOperator(value resourcev1.DeviceTolerationOperator) *DeviceTolerationApplyConfiguration {
|
||||
b.Operator = &value
|
||||
return b
|
||||
}
|
||||
|
|
@ -65,7 +65,7 @@ func (b *DeviceTolerationApplyConfiguration) WithValue(value string) *DeviceTole
|
|||
// WithEffect sets the Effect field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the Effect field is set to the value of the last call.
|
||||
func (b *DeviceTolerationApplyConfiguration) WithEffect(value resourcev1beta2.DeviceTaintEffect) *DeviceTolerationApplyConfiguration {
|
||||
func (b *DeviceTolerationApplyConfiguration) WithEffect(value resourcev1.DeviceTaintEffect) *DeviceTolerationApplyConfiguration {
|
||||
b.Effect = &value
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,21 +16,21 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
)
|
||||
|
||||
// ExactDeviceRequestApplyConfiguration represents a declarative configuration of the ExactDeviceRequest type for use
|
||||
// with apply.
|
||||
type ExactDeviceRequestApplyConfiguration struct {
|
||||
DeviceClassName *string `json:"deviceClassName,omitempty"`
|
||||
Selectors []DeviceSelectorApplyConfiguration `json:"selectors,omitempty"`
|
||||
AllocationMode *resourcev1beta2.DeviceAllocationMode `json:"allocationMode,omitempty"`
|
||||
Count *int64 `json:"count,omitempty"`
|
||||
AdminAccess *bool `json:"adminAccess,omitempty"`
|
||||
Tolerations []DeviceTolerationApplyConfiguration `json:"tolerations,omitempty"`
|
||||
DeviceClassName *string `json:"deviceClassName,omitempty"`
|
||||
Selectors []DeviceSelectorApplyConfiguration `json:"selectors,omitempty"`
|
||||
AllocationMode *resourcev1.DeviceAllocationMode `json:"allocationMode,omitempty"`
|
||||
Count *int64 `json:"count,omitempty"`
|
||||
AdminAccess *bool `json:"adminAccess,omitempty"`
|
||||
Tolerations []DeviceTolerationApplyConfiguration `json:"tolerations,omitempty"`
|
||||
}
|
||||
|
||||
// ExactDeviceRequestApplyConfiguration constructs a declarative configuration of the ExactDeviceRequest type for use with
|
||||
|
|
@ -63,7 +63,7 @@ func (b *ExactDeviceRequestApplyConfiguration) WithSelectors(values ...*DeviceSe
|
|||
// WithAllocationMode sets the AllocationMode field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the AllocationMode field is set to the value of the last call.
|
||||
func (b *ExactDeviceRequestApplyConfiguration) WithAllocationMode(value resourcev1beta2.DeviceAllocationMode) *ExactDeviceRequestApplyConfiguration {
|
||||
func (b *ExactDeviceRequestApplyConfiguration) WithAllocationMode(value resourcev1.DeviceAllocationMode) *ExactDeviceRequestApplyConfiguration {
|
||||
b.AllocationMode = &value
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
// NetworkDeviceDataApplyConfiguration represents a declarative configuration of the NetworkDeviceData type for use
|
||||
// with apply.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
runtime "k8s.io/apimachinery/pkg/runtime"
|
||||
|
|
|
|||
|
|
@ -16,24 +16,24 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
resourcev1beta2 "k8s.io/api/resource/v1beta2"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
resourcev1 "k8s.io/api/resource/v1"
|
||||
apismetav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
types "k8s.io/apimachinery/pkg/types"
|
||||
managedfields "k8s.io/apimachinery/pkg/util/managedfields"
|
||||
internal "k8s.io/client-go/applyconfigurations/internal"
|
||||
v1 "k8s.io/client-go/applyconfigurations/meta/v1"
|
||||
metav1 "k8s.io/client-go/applyconfigurations/meta/v1"
|
||||
)
|
||||
|
||||
// ResourceClaimApplyConfiguration represents a declarative configuration of the ResourceClaim type for use
|
||||
// with apply.
|
||||
type ResourceClaimApplyConfiguration struct {
|
||||
v1.TypeMetaApplyConfiguration `json:",inline"`
|
||||
*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
|
||||
Spec *ResourceClaimSpecApplyConfiguration `json:"spec,omitempty"`
|
||||
Status *ResourceClaimStatusApplyConfiguration `json:"status,omitempty"`
|
||||
metav1.TypeMetaApplyConfiguration `json:",inline"`
|
||||
*metav1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
|
||||
Spec *ResourceClaimSpecApplyConfiguration `json:"spec,omitempty"`
|
||||
Status *ResourceClaimStatusApplyConfiguration `json:"status,omitempty"`
|
||||
}
|
||||
|
||||
// ResourceClaim constructs a declarative configuration of the ResourceClaim type for use with
|
||||
|
|
@ -43,7 +43,7 @@ func ResourceClaim(name, namespace string) *ResourceClaimApplyConfiguration {
|
|||
b.WithName(name)
|
||||
b.WithNamespace(namespace)
|
||||
b.WithKind("ResourceClaim")
|
||||
b.WithAPIVersion("resource.k8s.io/v1beta2")
|
||||
b.WithAPIVersion("resource.k8s.io/v1")
|
||||
return b
|
||||
}
|
||||
|
||||
|
|
@ -58,20 +58,20 @@ func ResourceClaim(name, namespace string) *ResourceClaimApplyConfiguration {
|
|||
// Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
|
||||
// applied if another fieldManager has updated or force applied any of the previously applied fields.
|
||||
// Experimental!
|
||||
func ExtractResourceClaim(resourceClaim *resourcev1beta2.ResourceClaim, fieldManager string) (*ResourceClaimApplyConfiguration, error) {
|
||||
func ExtractResourceClaim(resourceClaim *resourcev1.ResourceClaim, fieldManager string) (*ResourceClaimApplyConfiguration, error) {
|
||||
return extractResourceClaim(resourceClaim, fieldManager, "")
|
||||
}
|
||||
|
||||
// ExtractResourceClaimStatus is the same as ExtractResourceClaim except
|
||||
// that it extracts the status subresource applied configuration.
|
||||
// Experimental!
|
||||
func ExtractResourceClaimStatus(resourceClaim *resourcev1beta2.ResourceClaim, fieldManager string) (*ResourceClaimApplyConfiguration, error) {
|
||||
func ExtractResourceClaimStatus(resourceClaim *resourcev1.ResourceClaim, fieldManager string) (*ResourceClaimApplyConfiguration, error) {
|
||||
return extractResourceClaim(resourceClaim, fieldManager, "status")
|
||||
}
|
||||
|
||||
func extractResourceClaim(resourceClaim *resourcev1beta2.ResourceClaim, fieldManager string, subresource string) (*ResourceClaimApplyConfiguration, error) {
|
||||
func extractResourceClaim(resourceClaim *resourcev1.ResourceClaim, fieldManager string, subresource string) (*ResourceClaimApplyConfiguration, error) {
|
||||
b := &ResourceClaimApplyConfiguration{}
|
||||
err := managedfields.ExtractInto(resourceClaim, internal.Parser().Type("io.k8s.api.resource.v1beta2.ResourceClaim"), fieldManager, b, subresource)
|
||||
err := managedfields.ExtractInto(resourceClaim, internal.Parser().Type("io.k8s.api.resource.v1.ResourceClaim"), fieldManager, b, subresource)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
@ -79,7 +79,7 @@ func extractResourceClaim(resourceClaim *resourcev1beta2.ResourceClaim, fieldMan
|
|||
b.WithNamespace(resourceClaim.Namespace)
|
||||
|
||||
b.WithKind("ResourceClaim")
|
||||
b.WithAPIVersion("resource.k8s.io/v1beta2")
|
||||
b.WithAPIVersion("resource.k8s.io/v1")
|
||||
return b, nil
|
||||
}
|
||||
func (b ResourceClaimApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
|
@ -157,7 +157,7 @@ func (b *ResourceClaimApplyConfiguration) WithGeneration(value int64) *ResourceC
|
|||
// WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the CreationTimestamp field is set to the value of the last call.
|
||||
func (b *ResourceClaimApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ResourceClaimApplyConfiguration {
|
||||
func (b *ResourceClaimApplyConfiguration) WithCreationTimestamp(value apismetav1.Time) *ResourceClaimApplyConfiguration {
|
||||
b.ensureObjectMetaApplyConfigurationExists()
|
||||
b.ObjectMetaApplyConfiguration.CreationTimestamp = &value
|
||||
return b
|
||||
|
|
@ -166,7 +166,7 @@ func (b *ResourceClaimApplyConfiguration) WithCreationTimestamp(value metav1.Tim
|
|||
// WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
// If called multiple times, the DeletionTimestamp field is set to the value of the last call.
|
||||
func (b *ResourceClaimApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ResourceClaimApplyConfiguration {
|
||||
func (b *ResourceClaimApplyConfiguration) WithDeletionTimestamp(value apismetav1.Time) *ResourceClaimApplyConfiguration {
|
||||
b.ensureObjectMetaApplyConfigurationExists()
|
||||
b.ObjectMetaApplyConfiguration.DeletionTimestamp = &value
|
||||
return b
|
||||
|
|
@ -214,7 +214,7 @@ func (b *ResourceClaimApplyConfiguration) WithAnnotations(entries map[string]str
|
|||
// WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
// If called multiple times, values provided by each call will be appended to the OwnerReferences field.
|
||||
func (b *ResourceClaimApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ResourceClaimApplyConfiguration {
|
||||
func (b *ResourceClaimApplyConfiguration) WithOwnerReferences(values ...*metav1.OwnerReferenceApplyConfiguration) *ResourceClaimApplyConfiguration {
|
||||
b.ensureObjectMetaApplyConfigurationExists()
|
||||
for i := range values {
|
||||
if values[i] == nil {
|
||||
|
|
@ -238,7 +238,7 @@ func (b *ResourceClaimApplyConfiguration) WithFinalizers(values ...string) *Reso
|
|||
|
||||
func (b *ResourceClaimApplyConfiguration) ensureObjectMetaApplyConfigurationExists() {
|
||||
if b.ObjectMetaApplyConfiguration == nil {
|
||||
b.ObjectMetaApplyConfiguration = &v1.ObjectMetaApplyConfiguration{}
|
||||
b.ObjectMetaApplyConfiguration = &metav1.ObjectMetaApplyConfiguration{}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// Code generated by applyconfiguration-gen. DO NOT EDIT.
|
||||
|
||||
package v1beta2
|
||||
package v1
|
||||
|
||||
import (
|
||||
types "k8s.io/apimachinery/pkg/types"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue