Merge pull request #99871 from liggitt/compatibility-tests

Add discovery and flowcontrol compatibility API data
This commit is contained in:
Kubernetes Prow Robot 2021-03-07 22:23:44 -08:00 committed by GitHub
commit 573bf2ff85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
52 changed files with 2396 additions and 0 deletions

View File

@ -42,9 +42,13 @@ import (
coordinationv1 "k8s.io/api/coordination/v1" coordinationv1 "k8s.io/api/coordination/v1"
coordinationv1beta1 "k8s.io/api/coordination/v1beta1" coordinationv1beta1 "k8s.io/api/coordination/v1beta1"
corev1 "k8s.io/api/core/v1" corev1 "k8s.io/api/core/v1"
discoveryv1 "k8s.io/api/discovery/v1"
discoveryv1beta1 "k8s.io/api/discovery/v1beta1"
eventsv1 "k8s.io/api/events/v1" eventsv1 "k8s.io/api/events/v1"
eventsv1beta1 "k8s.io/api/events/v1beta1" eventsv1beta1 "k8s.io/api/events/v1beta1"
extensionsv1beta1 "k8s.io/api/extensions/v1beta1" extensionsv1beta1 "k8s.io/api/extensions/v1beta1"
flowcontrolv1alpha1 "k8s.io/api/flowcontrol/v1alpha1"
flowcontrolv1beta1 "k8s.io/api/flowcontrol/v1beta1"
imagepolicyv1alpha1 "k8s.io/api/imagepolicy/v1alpha1" imagepolicyv1alpha1 "k8s.io/api/imagepolicy/v1alpha1"
networkingv1 "k8s.io/api/networking/v1" networkingv1 "k8s.io/api/networking/v1"
networkingv1beta1 "k8s.io/api/networking/v1beta1" networkingv1beta1 "k8s.io/api/networking/v1beta1"
@ -93,9 +97,13 @@ var groups = []runtime.SchemeBuilder{
coordinationv1.SchemeBuilder, coordinationv1.SchemeBuilder,
coordinationv1beta1.SchemeBuilder, coordinationv1beta1.SchemeBuilder,
corev1.SchemeBuilder, corev1.SchemeBuilder,
discoveryv1.SchemeBuilder,
discoveryv1beta1.SchemeBuilder,
eventsv1.SchemeBuilder, eventsv1.SchemeBuilder,
eventsv1beta1.SchemeBuilder, eventsv1beta1.SchemeBuilder,
extensionsv1beta1.SchemeBuilder, extensionsv1beta1.SchemeBuilder,
flowcontrolv1alpha1.SchemeBuilder,
flowcontrolv1beta1.SchemeBuilder,
imagepolicyv1alpha1.SchemeBuilder, imagepolicyv1alpha1.SchemeBuilder,
networkingv1.SchemeBuilder, networkingv1.SchemeBuilder,
networkingv1beta1.SchemeBuilder, networkingv1beta1.SchemeBuilder,

View File

@ -0,0 +1,79 @@
{
"kind": "EndpointSlice",
"apiVersion": "discovery.k8s.io/v1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"addressType": "īqJ枊a8衍`Ĩɘ.蘯",
"endpoints": [
{
"addresses": [
"19"
],
"conditions": {
"ready": false,
"serving": false,
"terminating": false
},
"hostname": "20",
"targetRef": {
"kind": "21",
"namespace": "22",
"name": "23",
"uid": "ɑ",
"apiVersion": "24",
"resourceVersion": "25",
"fieldPath": "26"
},
"deprecatedTopology": {
"27": "28"
},
"nodeName": "29",
"zone": "30"
}
],
"ports": [
{
"name": "31",
"protocol": "脽ěĂ凗蓏Ŋ蛊ĉy緅縕",
"port": -591435092,
"appProtocol": "32"
}
]
}

View File

@ -0,0 +1,57 @@
addressType: īqJ枊a8衍`Ĩɘ.蘯
apiVersion: discovery.k8s.io/v1
endpoints:
- addresses:
- "19"
conditions:
ready: false
serving: false
terminating: false
deprecatedTopology:
"27": "28"
hostname: "20"
nodeName: "29"
targetRef:
apiVersion: "24"
fieldPath: "26"
kind: "21"
name: "23"
namespace: "22"
resourceVersion: "25"
uid: ɑ
zone: "30"
kind: EndpointSlice
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
ports:
- appProtocol: "32"
name: "31"
port: -591435092
protocol: 脽ěĂ凗蓏Ŋ蛊ĉy緅縕

View File

@ -0,0 +1,78 @@
{
"kind": "EndpointSlice",
"apiVersion": "discovery.k8s.io/v1alpha1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"addressType": "īqJ枊a8衍`Ĩɘ.蘯",
"endpoints": [
{
"addresses": [
"19"
],
"conditions": {
"ready": false,
"serving": false,
"terminating": false
},
"hostname": "20",
"targetRef": {
"kind": "21",
"namespace": "22",
"name": "23",
"uid": "ɑ",
"apiVersion": "24",
"resourceVersion": "25",
"fieldPath": "26"
},
"topology": {
"27": "28"
},
"nodeName": "29"
}
],
"ports": [
{
"name": "30",
"protocol": "脽ěĂ凗蓏Ŋ蛊ĉy緅縕",
"port": -591435092,
"appProtocol": "31"
}
]
}

View File

@ -0,0 +1,56 @@
addressType: īqJ枊a8衍`Ĩɘ.蘯
apiVersion: discovery.k8s.io/v1alpha1
endpoints:
- addresses:
- "19"
conditions:
ready: false
serving: false
terminating: false
hostname: "20"
nodeName: "29"
targetRef:
apiVersion: "24"
fieldPath: "26"
kind: "21"
name: "23"
namespace: "22"
resourceVersion: "25"
uid: ɑ
topology:
"27": "28"
kind: EndpointSlice
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
ports:
- appProtocol: "31"
name: "30"
port: -591435092
protocol: 脽ěĂ凗蓏Ŋ蛊ĉy緅縕

View File

@ -0,0 +1,78 @@
{
"kind": "EndpointSlice",
"apiVersion": "discovery.k8s.io/v1beta1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"addressType": "īqJ枊a8衍`Ĩɘ.蘯",
"endpoints": [
{
"addresses": [
"19"
],
"conditions": {
"ready": false,
"serving": false,
"terminating": false
},
"hostname": "20",
"targetRef": {
"kind": "21",
"namespace": "22",
"name": "23",
"uid": "ɑ",
"apiVersion": "24",
"resourceVersion": "25",
"fieldPath": "26"
},
"topology": {
"27": "28"
},
"nodeName": "29"
}
],
"ports": [
{
"name": "30",
"protocol": "脽ěĂ凗蓏Ŋ蛊ĉy緅縕",
"port": -591435092,
"appProtocol": "31"
}
]
}

View File

@ -0,0 +1,56 @@
addressType: īqJ枊a8衍`Ĩɘ.蘯
apiVersion: discovery.k8s.io/v1beta1
endpoints:
- addresses:
- "19"
conditions:
ready: false
serving: false
terminating: false
hostname: "20"
nodeName: "29"
targetRef:
apiVersion: "24"
fieldPath: "26"
kind: "21"
name: "23"
namespace: "22"
resourceVersion: "25"
uid: ɑ
topology:
"27": "28"
kind: EndpointSlice
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
ports:
- appProtocol: "31"
name: "30"
port: -591435092
protocol: 脽ěĂ凗蓏Ŋ蛊ĉy緅縕

View File

@ -0,0 +1,108 @@
{
"kind": "FlowSchema",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1alpha1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"priorityLevelConfiguration": {
"name": "19"
},
"matchingPrecedence": -595102844,
"distinguisherMethod": {
"type": "Hr鯹)晿\u003co,c鮽ort昍řČ扷5Ɨ"
},
"rules": [
{
"subjects": [
{
"kind": "Ă凗蓏Ŋ蛊ĉy",
"user": {
"name": "20"
},
"group": {
"name": "21"
},
"serviceAccount": {
"namespace": "22",
"name": "23"
}
}
],
"resourceRules": [
{
"verbs": [
"24"
],
"apiGroups": [
"25"
],
"resources": [
"26"
],
"namespaces": [
"27"
]
}
],
"nonResourceRules": [
{
"verbs": [
"28"
],
"nonResourceURLs": [
"29"
]
}
]
}
]
},
"status": {
"conditions": [
{
"type": "?狱³-Ǐ忄*齧獚",
"status": "彀亞",
"lastTransitionTime": "2559-01-29T18:41:04Z",
"reason": "30",
"message": "31"
}
]
}
}

View File

@ -0,0 +1,68 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1
kind: FlowSchema
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
distinguisherMethod:
type: Hr鯹)晿<o,c鮽ort昍řČ扷5Ɨ
matchingPrecedence: -595102844
priorityLevelConfiguration:
name: "19"
rules:
- nonResourceRules:
- nonResourceURLs:
- "29"
verbs:
- "28"
resourceRules:
- apiGroups:
- "25"
namespaces:
- "27"
resources:
- "26"
verbs:
- "24"
subjects:
- group:
name: "21"
kind: Ă凗蓏Ŋ蛊ĉy
serviceAccount:
name: "23"
namespace: "22"
user:
name: "20"
status:
conditions:
- lastTransitionTime: "2559-01-29T18:41:04Z"
message: "31"
reason: "30"
status: 彀亞
type: ?狱³-Ǐ忄*齧獚

View File

@ -0,0 +1,68 @@
{
"kind": "PriorityLevelConfiguration",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1alpha1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"type": "īqJ枊a8衍`Ĩɘ.蘯",
"limited": {
"assuredConcurrencyShares": -1089890606,
"limitResponse": {
"type": "V夸eɑeʤ",
"queuing": {
"queues": 2114329341,
"handSize": 634969077,
"queueLengthLimit": 471098387
}
}
}
},
"status": {
"conditions": [
{
"type": "ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗",
"status": "獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ",
"lastTransitionTime": "2559-09-14T11:32:46Z",
"reason": "19",
"message": "20"
}
]
}
}

View File

@ -0,0 +1,48 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1
kind: PriorityLevelConfiguration
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
limited:
assuredConcurrencyShares: -1089890606
limitResponse:
queuing:
handSize: 634969077
queueLengthLimit: 471098387
queues: 2114329341
type: V夸eɑ
type: īqJ枊a8衍`Ĩɘ.蘯
status:
conditions:
- lastTransitionTime: "2559-09-14T11:32:46Z"
message: "20"
reason: "19"
status: 獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ
type: ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗

View File

@ -0,0 +1,108 @@
{
"kind": "FlowSchema",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1beta1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"priorityLevelConfiguration": {
"name": "19"
},
"matchingPrecedence": -595102844,
"distinguisherMethod": {
"type": "Hr鯹)晿\u003co,c鮽ort昍řČ扷5Ɨ"
},
"rules": [
{
"subjects": [
{
"kind": "Ă凗蓏Ŋ蛊ĉy",
"user": {
"name": "20"
},
"group": {
"name": "21"
},
"serviceAccount": {
"namespace": "22",
"name": "23"
}
}
],
"resourceRules": [
{
"verbs": [
"24"
],
"apiGroups": [
"25"
],
"resources": [
"26"
],
"namespaces": [
"27"
]
}
],
"nonResourceRules": [
{
"verbs": [
"28"
],
"nonResourceURLs": [
"29"
]
}
]
}
]
},
"status": {
"conditions": [
{
"type": "?狱³-Ǐ忄*齧獚",
"status": "彀亞",
"lastTransitionTime": "2559-01-29T18:41:04Z",
"reason": "30",
"message": "31"
}
]
}
}

View File

@ -0,0 +1,68 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1beta1
kind: FlowSchema
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
distinguisherMethod:
type: Hr鯹)晿<o,c鮽ort昍řČ扷5Ɨ
matchingPrecedence: -595102844
priorityLevelConfiguration:
name: "19"
rules:
- nonResourceRules:
- nonResourceURLs:
- "29"
verbs:
- "28"
resourceRules:
- apiGroups:
- "25"
namespaces:
- "27"
resources:
- "26"
verbs:
- "24"
subjects:
- group:
name: "21"
kind: Ă凗蓏Ŋ蛊ĉy
serviceAccount:
name: "23"
namespace: "22"
user:
name: "20"
status:
conditions:
- lastTransitionTime: "2559-01-29T18:41:04Z"
message: "31"
reason: "30"
status: 彀亞
type: ?狱³-Ǐ忄*齧獚

View File

@ -0,0 +1,68 @@
{
"kind": "PriorityLevelConfiguration",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1beta1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"type": "īqJ枊a8衍`Ĩɘ.蘯",
"limited": {
"assuredConcurrencyShares": -1089890606,
"limitResponse": {
"type": "V夸eɑeʤ",
"queuing": {
"queues": 2114329341,
"handSize": 634969077,
"queueLengthLimit": 471098387
}
}
}
},
"status": {
"conditions": [
{
"type": "ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗",
"status": "獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ",
"lastTransitionTime": "2559-09-14T11:32:46Z",
"reason": "19",
"message": "20"
}
]
}
}

View File

@ -0,0 +1,48 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1beta1
kind: PriorityLevelConfiguration
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
limited:
assuredConcurrencyShares: -1089890606
limitResponse:
queuing:
handSize: 634969077
queueLengthLimit: 471098387
queues: 2114329341
type: V夸eɑ
type: īqJ枊a8衍`Ĩɘ.蘯
status:
conditions:
- lastTransitionTime: "2559-09-14T11:32:46Z"
message: "20"
reason: "19"
status: 獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ
type: ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗

View File

@ -0,0 +1,75 @@
{
"kind": "EndpointSlice",
"apiVersion": "discovery.k8s.io/v1alpha1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"addressType": "īqJ枊a8衍`Ĩɘ.蘯",
"endpoints": [
{
"addresses": [
"19"
],
"conditions": {
"ready": false
},
"hostname": "20",
"targetRef": {
"kind": "21",
"namespace": "22",
"name": "23",
"uid": "夸eɑeʤ脽ěĂ凗蓏Ŋ蛊ĉy",
"apiVersion": "24",
"resourceVersion": "25",
"fieldPath": "26"
},
"topology": {
"27": "28"
}
}
],
"ports": [
{
"name": "29",
"protocol": "\u003eŽ燹憍峕?狱³-Ǐ忄*",
"port": -1567189236,
"appProtocol": "30"
}
]
}

View File

@ -0,0 +1,53 @@
addressType: īqJ枊a8衍`Ĩɘ.蘯
apiVersion: discovery.k8s.io/v1alpha1
endpoints:
- addresses:
- "19"
conditions:
ready: false
hostname: "20"
targetRef:
apiVersion: "24"
fieldPath: "26"
kind: "21"
name: "23"
namespace: "22"
resourceVersion: "25"
uid: 夸eɑeʤ脽ěĂ凗蓏Ŋ蛊ĉy
topology:
"27": "28"
kind: EndpointSlice
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
ports:
- appProtocol: "30"
name: "29"
port: -1567189236
protocol: '>Ž燹憍峕?狱³-Ǐ忄*'

View File

@ -0,0 +1,75 @@
{
"kind": "EndpointSlice",
"apiVersion": "discovery.k8s.io/v1beta1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"addressType": "īqJ枊a8衍`Ĩɘ.蘯",
"endpoints": [
{
"addresses": [
"19"
],
"conditions": {
"ready": false
},
"hostname": "20",
"targetRef": {
"kind": "21",
"namespace": "22",
"name": "23",
"uid": "夸eɑeʤ脽ěĂ凗蓏Ŋ蛊ĉy",
"apiVersion": "24",
"resourceVersion": "25",
"fieldPath": "26"
},
"topology": {
"27": "28"
}
}
],
"ports": [
{
"name": "29",
"protocol": "\u003eŽ燹憍峕?狱³-Ǐ忄*",
"port": -1567189236,
"appProtocol": "30"
}
]
}

View File

@ -0,0 +1,53 @@
addressType: īqJ枊a8衍`Ĩɘ.蘯
apiVersion: discovery.k8s.io/v1beta1
endpoints:
- addresses:
- "19"
conditions:
ready: false
hostname: "20"
targetRef:
apiVersion: "24"
fieldPath: "26"
kind: "21"
name: "23"
namespace: "22"
resourceVersion: "25"
uid: 夸eɑeʤ脽ěĂ凗蓏Ŋ蛊ĉy
topology:
"27": "28"
kind: EndpointSlice
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
ports:
- appProtocol: "30"
name: "29"
port: -1567189236
protocol: '>Ž燹憍峕?狱³-Ǐ忄*'

View File

@ -0,0 +1,108 @@
{
"kind": "FlowSchema",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1alpha1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"priorityLevelConfiguration": {
"name": "19"
},
"matchingPrecedence": -595102844,
"distinguisherMethod": {
"type": "Hr鯹)晿\u003co,c鮽ort昍řČ扷5Ɨ"
},
"rules": [
{
"subjects": [
{
"kind": "Ă凗蓏Ŋ蛊ĉy",
"user": {
"name": "20"
},
"group": {
"name": "21"
},
"serviceAccount": {
"namespace": "22",
"name": "23"
}
}
],
"resourceRules": [
{
"verbs": [
"24"
],
"apiGroups": [
"25"
],
"resources": [
"26"
],
"namespaces": [
"27"
]
}
],
"nonResourceRules": [
{
"verbs": [
"28"
],
"nonResourceURLs": [
"29"
]
}
]
}
]
},
"status": {
"conditions": [
{
"type": "?狱³-Ǐ忄*齧獚",
"status": "彀亞",
"lastTransitionTime": "2559-01-29T18:41:04Z",
"reason": "30",
"message": "31"
}
]
}
}

View File

@ -0,0 +1,68 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1
kind: FlowSchema
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
distinguisherMethod:
type: Hr鯹)晿<o,c鮽ort昍řČ扷5Ɨ
matchingPrecedence: -595102844
priorityLevelConfiguration:
name: "19"
rules:
- nonResourceRules:
- nonResourceURLs:
- "29"
verbs:
- "28"
resourceRules:
- apiGroups:
- "25"
namespaces:
- "27"
resources:
- "26"
verbs:
- "24"
subjects:
- group:
name: "21"
kind: Ă凗蓏Ŋ蛊ĉy
serviceAccount:
name: "23"
namespace: "22"
user:
name: "20"
status:
conditions:
- lastTransitionTime: "2559-01-29T18:41:04Z"
message: "31"
reason: "30"
status: 彀亞
type: ?狱³-Ǐ忄*齧獚

View File

@ -0,0 +1,68 @@
{
"kind": "PriorityLevelConfiguration",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1alpha1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"type": "īqJ枊a8衍`Ĩɘ.蘯",
"limited": {
"assuredConcurrencyShares": -1089890606,
"limitResponse": {
"type": "V夸eɑeʤ",
"queuing": {
"queues": 2114329341,
"handSize": 634969077,
"queueLengthLimit": 471098387
}
}
}
},
"status": {
"conditions": [
{
"type": "ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗",
"status": "獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ",
"lastTransitionTime": "2559-09-14T11:32:46Z",
"reason": "19",
"message": "20"
}
]
}
}

View File

@ -0,0 +1,48 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1
kind: PriorityLevelConfiguration
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
limited:
assuredConcurrencyShares: -1089890606
limitResponse:
queuing:
handSize: 634969077
queueLengthLimit: 471098387
queues: 2114329341
type: V夸eɑ
type: īqJ枊a8衍`Ĩɘ.蘯
status:
conditions:
- lastTransitionTime: "2559-09-14T11:32:46Z"
message: "20"
reason: "19"
status: 獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ
type: ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗

View File

@ -0,0 +1,78 @@
{
"kind": "EndpointSlice",
"apiVersion": "discovery.k8s.io/v1alpha1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"addressType": "īqJ枊a8衍`Ĩɘ.蘯",
"endpoints": [
{
"addresses": [
"19"
],
"conditions": {
"ready": false,
"serving": false,
"terminating": false
},
"hostname": "20",
"targetRef": {
"kind": "21",
"namespace": "22",
"name": "23",
"uid": "ɑ",
"apiVersion": "24",
"resourceVersion": "25",
"fieldPath": "26"
},
"topology": {
"27": "28"
},
"nodeName": "29"
}
],
"ports": [
{
"name": "30",
"protocol": "脽ěĂ凗蓏Ŋ蛊ĉy緅縕",
"port": -591435092,
"appProtocol": "31"
}
]
}

View File

@ -0,0 +1,56 @@
addressType: īqJ枊a8衍`Ĩɘ.蘯
apiVersion: discovery.k8s.io/v1alpha1
endpoints:
- addresses:
- "19"
conditions:
ready: false
serving: false
terminating: false
hostname: "20"
nodeName: "29"
targetRef:
apiVersion: "24"
fieldPath: "26"
kind: "21"
name: "23"
namespace: "22"
resourceVersion: "25"
uid: ɑ
topology:
"27": "28"
kind: EndpointSlice
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
ports:
- appProtocol: "31"
name: "30"
port: -591435092
protocol: 脽ěĂ凗蓏Ŋ蛊ĉy緅縕

View File

@ -0,0 +1,78 @@
{
"kind": "EndpointSlice",
"apiVersion": "discovery.k8s.io/v1beta1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"addressType": "īqJ枊a8衍`Ĩɘ.蘯",
"endpoints": [
{
"addresses": [
"19"
],
"conditions": {
"ready": false,
"serving": false,
"terminating": false
},
"hostname": "20",
"targetRef": {
"kind": "21",
"namespace": "22",
"name": "23",
"uid": "ɑ",
"apiVersion": "24",
"resourceVersion": "25",
"fieldPath": "26"
},
"topology": {
"27": "28"
},
"nodeName": "29"
}
],
"ports": [
{
"name": "30",
"protocol": "脽ěĂ凗蓏Ŋ蛊ĉy緅縕",
"port": -591435092,
"appProtocol": "31"
}
]
}

View File

@ -0,0 +1,56 @@
addressType: īqJ枊a8衍`Ĩɘ.蘯
apiVersion: discovery.k8s.io/v1beta1
endpoints:
- addresses:
- "19"
conditions:
ready: false
serving: false
terminating: false
hostname: "20"
nodeName: "29"
targetRef:
apiVersion: "24"
fieldPath: "26"
kind: "21"
name: "23"
namespace: "22"
resourceVersion: "25"
uid: ɑ
topology:
"27": "28"
kind: EndpointSlice
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
ports:
- appProtocol: "31"
name: "30"
port: -591435092
protocol: 脽ěĂ凗蓏Ŋ蛊ĉy緅縕

View File

@ -0,0 +1,108 @@
{
"kind": "FlowSchema",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1alpha1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"priorityLevelConfiguration": {
"name": "19"
},
"matchingPrecedence": -595102844,
"distinguisherMethod": {
"type": "Hr鯹)晿\u003co,c鮽ort昍řČ扷5Ɨ"
},
"rules": [
{
"subjects": [
{
"kind": "Ă凗蓏Ŋ蛊ĉy",
"user": {
"name": "20"
},
"group": {
"name": "21"
},
"serviceAccount": {
"namespace": "22",
"name": "23"
}
}
],
"resourceRules": [
{
"verbs": [
"24"
],
"apiGroups": [
"25"
],
"resources": [
"26"
],
"namespaces": [
"27"
]
}
],
"nonResourceRules": [
{
"verbs": [
"28"
],
"nonResourceURLs": [
"29"
]
}
]
}
]
},
"status": {
"conditions": [
{
"type": "?狱³-Ǐ忄*齧獚",
"status": "彀亞",
"lastTransitionTime": "2559-01-29T18:41:04Z",
"reason": "30",
"message": "31"
}
]
}
}

View File

@ -0,0 +1,68 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1
kind: FlowSchema
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
distinguisherMethod:
type: Hr鯹)晿<o,c鮽ort昍řČ扷5Ɨ
matchingPrecedence: -595102844
priorityLevelConfiguration:
name: "19"
rules:
- nonResourceRules:
- nonResourceURLs:
- "29"
verbs:
- "28"
resourceRules:
- apiGroups:
- "25"
namespaces:
- "27"
resources:
- "26"
verbs:
- "24"
subjects:
- group:
name: "21"
kind: Ă凗蓏Ŋ蛊ĉy
serviceAccount:
name: "23"
namespace: "22"
user:
name: "20"
status:
conditions:
- lastTransitionTime: "2559-01-29T18:41:04Z"
message: "31"
reason: "30"
status: 彀亞
type: ?狱³-Ǐ忄*齧獚

View File

@ -0,0 +1,68 @@
{
"kind": "PriorityLevelConfiguration",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1alpha1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"type": "īqJ枊a8衍`Ĩɘ.蘯",
"limited": {
"assuredConcurrencyShares": -1089890606,
"limitResponse": {
"type": "V夸eɑeʤ",
"queuing": {
"queues": 2114329341,
"handSize": 634969077,
"queueLengthLimit": 471098387
}
}
}
},
"status": {
"conditions": [
{
"type": "ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗",
"status": "獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ",
"lastTransitionTime": "2559-09-14T11:32:46Z",
"reason": "19",
"message": "20"
}
]
}
}

View File

@ -0,0 +1,48 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1
kind: PriorityLevelConfiguration
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
limited:
assuredConcurrencyShares: -1089890606
limitResponse:
queuing:
handSize: 634969077
queueLengthLimit: 471098387
queues: 2114329341
type: V夸eɑ
type: īqJ枊a8衍`Ĩɘ.蘯
status:
conditions:
- lastTransitionTime: "2559-09-14T11:32:46Z"
message: "20"
reason: "19"
status: 獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ
type: ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗

View File

@ -0,0 +1,108 @@
{
"kind": "FlowSchema",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1beta1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"priorityLevelConfiguration": {
"name": "19"
},
"matchingPrecedence": -595102844,
"distinguisherMethod": {
"type": "Hr鯹)晿\u003co,c鮽ort昍řČ扷5Ɨ"
},
"rules": [
{
"subjects": [
{
"kind": "Ă凗蓏Ŋ蛊ĉy",
"user": {
"name": "20"
},
"group": {
"name": "21"
},
"serviceAccount": {
"namespace": "22",
"name": "23"
}
}
],
"resourceRules": [
{
"verbs": [
"24"
],
"apiGroups": [
"25"
],
"resources": [
"26"
],
"namespaces": [
"27"
]
}
],
"nonResourceRules": [
{
"verbs": [
"28"
],
"nonResourceURLs": [
"29"
]
}
]
}
]
},
"status": {
"conditions": [
{
"type": "?狱³-Ǐ忄*齧獚",
"status": "彀亞",
"lastTransitionTime": "2559-01-29T18:41:04Z",
"reason": "30",
"message": "31"
}
]
}
}

View File

@ -0,0 +1,68 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1beta1
kind: FlowSchema
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
distinguisherMethod:
type: Hr鯹)晿<o,c鮽ort昍řČ扷5Ɨ
matchingPrecedence: -595102844
priorityLevelConfiguration:
name: "19"
rules:
- nonResourceRules:
- nonResourceURLs:
- "29"
verbs:
- "28"
resourceRules:
- apiGroups:
- "25"
namespaces:
- "27"
resources:
- "26"
verbs:
- "24"
subjects:
- group:
name: "21"
kind: Ă凗蓏Ŋ蛊ĉy
serviceAccount:
name: "23"
namespace: "22"
user:
name: "20"
status:
conditions:
- lastTransitionTime: "2559-01-29T18:41:04Z"
message: "31"
reason: "30"
status: 彀亞
type: ?狱³-Ǐ忄*齧獚

View File

@ -0,0 +1,68 @@
{
"kind": "PriorityLevelConfiguration",
"apiVersion": "flowcontrol.apiserver.k8s.io/v1beta1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
"labels": {
"7": "8"
},
"annotations": {
"9": "10"
},
"ownerReferences": [
{
"apiVersion": "11",
"kind": "12",
"name": "13",
"uid": "Dz廔ȇ{sŊƏp",
"controller": false,
"blockOwnerDeletion": true
}
],
"finalizers": [
"14"
],
"clusterName": "15",
"managedFields": [
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fieldsType": "18"
}
]
},
"spec": {
"type": "īqJ枊a8衍`Ĩɘ.蘯",
"limited": {
"assuredConcurrencyShares": -1089890606,
"limitResponse": {
"type": "V夸eɑeʤ",
"queuing": {
"queues": 2114329341,
"handSize": 634969077,
"queueLengthLimit": 471098387
}
}
}
},
"status": {
"conditions": [
{
"type": "ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗",
"status": "獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ",
"lastTransitionTime": "2559-09-14T11:32:46Z",
"reason": "19",
"message": "20"
}
]
}
}

View File

@ -0,0 +1,48 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1beta1
kind: PriorityLevelConfiguration
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- apiVersion: "17"
fieldsType: "18"
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
namespace: "4"
ownerReferences:
- apiVersion: "11"
blockOwnerDeletion: true
controller: false
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: "7"
spec:
limited:
assuredConcurrencyShares: -1089890606
limitResponse:
queuing:
handSize: 634969077
queueLengthLimit: 471098387
queues: 2114329341
type: V夸eɑ
type: īqJ枊a8衍`Ĩɘ.蘯
status:
conditions:
- lastTransitionTime: "2559-09-14T11:32:46Z"
message: "20"
reason: "19"
status: 獚敆ȎțêɘIJ斬³;Ơ歿:狞夌碕ʂɭ
type: ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗