Merge pull request #80730 from jennybuckley/apply-raw

Use raw bytes instead of nested map in metav1.Fields
This commit is contained in:
Kubernetes Prow Robot 2019-08-01 20:11:52 -07:00 committed by GitHub
commit 9743d7f270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
537 changed files with 30074 additions and 29938 deletions

View File

@ -9,6 +9,7 @@ API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,APIVe
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,APIVersions,Versions
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,CreateOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,DeleteOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Fields,Raw
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,LabelSelector,MatchExpressions
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,LabelSelectorRequirement,Values
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,List,Items
@ -17,6 +18,7 @@ API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Objec
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,ObjectMeta,OwnerReferences
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,PartialObjectMetadataList,Items
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,PatchOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,ProtoFields,Raw
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,RootPaths,Paths
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,StatusDetails,Causes
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Table,ColumnDefinitions

View File

@ -8,6 +8,7 @@ API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,APIVe
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,APIVersions,Versions
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,CreateOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,DeleteOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Fields,Raw
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,LabelSelector,MatchExpressions
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,LabelSelectorRequirement,Values
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,List,Items
@ -16,6 +17,7 @@ API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Objec
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,ObjectMeta,OwnerReferences
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,PartialObjectMetadataList,Items
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,PatchOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,ProtoFields,Raw
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,RootPaths,Paths
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,StatusDetails,Causes
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Table,ColumnDefinitions

View File

@ -8,6 +8,7 @@ API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,APIVe
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,APIVersions,Versions
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,CreateOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,DeleteOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Fields,Raw
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,LabelSelector,MatchExpressions
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,LabelSelectorRequirement,Values
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,List,Items
@ -16,6 +17,7 @@ API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Objec
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,ObjectMeta,OwnerReferences
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,PartialObjectMetadataList,Items
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,PatchOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,ProtoFields,Raw
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,RootPaths,Paths
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,StatusDetails,Causes
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Table,ColumnDefinitions

View File

@ -381,6 +381,7 @@ API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,APIVe
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,APIVersions,Versions
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,CreateOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,DeleteOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Fields,Raw
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,LabelSelector,MatchExpressions
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,LabelSelectorRequirement,Values
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,List,Items
@ -389,6 +390,7 @@ API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Objec
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,ObjectMeta,OwnerReferences
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,PartialObjectMetadataList,Items
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,PatchOptions,DryRun
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,ProtoFields,Raw
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,RootPaths,Paths
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,StatusDetails,Causes
API rule violation: list_type_missing,k8s.io/apimachinery/pkg/apis/meta/v1,Table,ColumnDefinitions

View File

@ -18181,7 +18181,7 @@
]
},
"io.k8s.apimachinery.pkg.apis.meta.v1.Fields": {
"description": "Fields stores a set of fields in a data structure like a Trie. To understand how this is used, see: https://github.com/kubernetes-sigs/structured-merge-diff",
"description": "Fields stores a set of fields in a data structure like a Trie.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
"type": "object"
},
"io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery": {

2
go.mod
View File

@ -473,7 +473,7 @@ replace (
modernc.org/strutil => modernc.org/strutil v1.0.0
modernc.org/xc => modernc.org/xc v1.0.0
sigs.k8s.io/kustomize => sigs.k8s.io/kustomize v2.0.3+incompatible
sigs.k8s.io/structured-merge-diff => sigs.k8s.io/structured-merge-diff v0.0.0-20190719182312-e94e05bfbbe3
sigs.k8s.io/structured-merge-diff => sigs.k8s.io/structured-merge-diff v0.0.0-20190724202554-0c1d754dd648
sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.1.0
vbom.ml/util => vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc
)

4
go.sum
View File

@ -494,8 +494,8 @@ modernc.org/strutil v1.0.0/go.mod h1:lstksw84oURvj9y3tn8lGvRxyRC1S2+g5uuIzNfIOBs
modernc.org/xc v1.0.0/go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I=
sigs.k8s.io/kustomize v2.0.3+incompatible h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0=
sigs.k8s.io/kustomize v2.0.3+incompatible/go.mod h1:MkjgH3RdOWrievjo6c9T245dYlB5QeXV4WCbnt/PEpU=
sigs.k8s.io/structured-merge-diff v0.0.0-20190719182312-e94e05bfbbe3 h1:yCY9zAYErawYwXdOYmwEBzcGCr/6eIUujYZE2DIQve8=
sigs.k8s.io/structured-merge-diff v0.0.0-20190719182312-e94e05bfbbe3/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI=
sigs.k8s.io/structured-merge-diff v0.0.0-20190724202554-0c1d754dd648 h1:qukMPS/1fDG5pToYLYSEx5IpwHVJMtTyOMaIIsR2Fas=
sigs.k8s.io/structured-merge-diff v0.0.0-20190724202554-0c1d754dd648/go.mod h1:IIgPezJWb76P0hotTxzDbWsMYB8APh18qZnxkomBpxA=
sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs=
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc h1:MksmcCZQWAQJCTA5T0jgI/0sJ51AVm4Z41MrmfczEoc=

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,74 +35,73 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"webhooks": [
{
"name": "24",
"name": "18",
"clientConfig": {
"url": "25",
"url": "19",
"service": {
"namespace": "26",
"name": "27",
"path": "28",
"port": 2114329341
"namespace": "20",
"name": "21",
"path": "22",
"port": -1971381490
},
"caBundle": "RA=="
"caBundle": "IQ=="
},
"rules": [
{
"operations": [
"ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗"
"8衍`Ĩɘ.蘯"
],
"apiGroups": [
"29"
"23"
],
"apiVersions": [
"30"
"24"
],
"resources": [
"31"
"25"
],
"scope": "ȎțêɘIJ斬³;Ơ歿"
"scope": "昍řČ扷5ƗǸƢ6/"
}
],
"failurePolicy": "狞夌碕ʂɭ",
"matchPolicy": "cP$Iņɖ橙9",
"failurePolicy": "VŚ(ĿȊ甞谐颋",
"matchPolicy": "SǡƏ",
"namespaceSelector": {
"matchLabels": {
"MHLU..8._bQw.-dG6c-.6--_x.--0wmZk1_8.3": "U-_Bq.m_4"
"2.1.L.l-Y._.-44..d.__Gg8-2_kS91.e5K-_e63_-_3-n-_-__3u-.J": "G_.7U-Uo_4_-D7r__.am64"
},
"matchExpressions": [
{
"key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0",
"key": "2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5",
"operator": "In",
"values": [
"D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n"
"Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8"
]
}
]
},
"objectSelector": {
"matchLabels": {
"81po6c-m6173y.390q-6-i2d020hj--a-8g--z-nt-b-6-17-58-n---5df19/H.__.h-J-M.9_T.q-o7.y-SQ.9A-F-.4--_vLW.jj-.5B.._.5_3-_4.3i": "i.Fg.Cs_.8-EA"
"7p_w.e6._.pj5t_k-_v.-6b6.N_-u.---.8-L": "k-U.v.4"
},
"matchExpressions": [
{
"key": "4m-s0833--52-9guv59s-3------6tv27r-m8w-6d/5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_8.-1_57__JR.N-1zL-4--6o-B",
"operator": "DoesNotExist"
"key": "35--5ht-a-29--0qso79yg--79-e-a74bc-v--0jjy45-17-05-3z-4838/3-H2._67yg-Ln-__.-__2--z.t2w",
"operator": "Exists"
}
]
},
"sideEffects": "ŴĿ",
"timeoutSeconds": 1525829664,
"sideEffects": "Ɵ)Ù",
"timeoutSeconds": 1132918207,
"admissionReviewVersions": [
"44"
"38"
],
"reinvocationPolicy": "ȉ彂"
"reinvocationPolicy": "錯ƶ"
}
]
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,47 +25,47 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
webhooks:
- admissionReviewVersions:
- "44"
- "38"
clientConfig:
caBundle: RA==
caBundle: IQ==
service:
name: "27"
namespace: "26"
path: "28"
port: 2114329341
url: "25"
failurePolicy: 狞夌碕ʂɭ
matchPolicy: cP$Iņɖ橙9
name: "24"
name: "21"
namespace: "20"
path: "22"
port: -1971381490
url: "19"
failurePolicy: VŚ(ĿȊ甞谐颋
matchPolicy: SǡƏ
name: "18"
namespaceSelector:
matchExpressions:
- key: p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0
- key: 2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5
operator: In
values:
- D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n
- Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8
matchLabels:
MHLU..8._bQw.-dG6c-.6--_x.--0wmZk1_8.3: U-_Bq.m_4
2.1.L.l-Y._.-44..d.__Gg8-2_kS91.e5K-_e63_-_3-n-_-__3u-.J: G_.7U-Uo_4_-D7r__.am64
objectSelector:
matchExpressions:
- key: 4m-s0833--52-9guv59s-3------6tv27r-m8w-6d/5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_8.-1_57__JR.N-1zL-4--6o-B
operator: DoesNotExist
- key: 35--5ht-a-29--0qso79yg--79-e-a74bc-v--0jjy45-17-05-3z-4838/3-H2._67yg-Ln-__.-__2--z.t2w
operator: Exists
matchLabels:
81po6c-m6173y.390q-6-i2d020hj--a-8g--z-nt-b-6-17-58-n---5df19/H.__.h-J-M.9_T.q-o7.y-SQ.9A-F-.4--_vLW.jj-.5B.._.5_3-_4.3i: i.Fg.Cs_.8-EA
reinvocationPolicy: ȉ彂
7p_w.e6._.pj5t_k-_v.-6b6.N_-u.---.8-L: k-U.v.4
reinvocationPolicy: 錯ƶ
rules:
- apiGroups:
- "29"
- "23"
apiVersions:
- "30"
- "24"
operations:
- ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗
- 8衍`Ĩɘ.蘯
resources:
- "31"
scope: ȎțêɘIJ斬³;Ơ歿
sideEffects: ŴĿ
timeoutSeconds: 1525829664
- "25"
scope: 昍řČ扷5ƗǸƢ6/
sideEffects: Ɵ)Ù
timeoutSeconds: 1132918207

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,72 +35,71 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"webhooks": [
{
"name": "24",
"name": "18",
"clientConfig": {
"url": "25",
"url": "19",
"service": {
"namespace": "26",
"name": "27",
"path": "28",
"port": 2114329341
"namespace": "20",
"name": "21",
"path": "22",
"port": -1971381490
},
"caBundle": "RA=="
"caBundle": "IQ=="
},
"rules": [
{
"operations": [
"ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗"
"8衍`Ĩɘ.蘯"
],
"apiGroups": [
"29"
"23"
],
"apiVersions": [
"30"
"24"
],
"resources": [
"31"
"25"
],
"scope": "ȎțêɘIJ斬³;Ơ歿"
"scope": "昍řČ扷5ƗǸƢ6/"
}
],
"failurePolicy": "狞夌碕ʂɭ",
"matchPolicy": "cP$Iņɖ橙9",
"failurePolicy": "VŚ(ĿȊ甞谐颋",
"matchPolicy": "SǡƏ",
"namespaceSelector": {
"matchLabels": {
"MHLU..8._bQw.-dG6c-.6--_x.--0wmZk1_8.3": "U-_Bq.m_4"
"2.1.L.l-Y._.-44..d.__Gg8-2_kS91.e5K-_e63_-_3-n-_-__3u-.J": "G_.7U-Uo_4_-D7r__.am64"
},
"matchExpressions": [
{
"key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0",
"key": "2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5",
"operator": "In",
"values": [
"D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n"
"Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8"
]
}
]
},
"objectSelector": {
"matchLabels": {
"81po6c-m6173y.390q-6-i2d020hj--a-8g--z-nt-b-6-17-58-n---5df19/H.__.h-J-M.9_T.q-o7.y-SQ.9A-F-.4--_vLW.jj-.5B.._.5_3-_4.3i": "i.Fg.Cs_.8-EA"
"7p_w.e6._.pj5t_k-_v.-6b6.N_-u.---.8-L": "k-U.v.4"
},
"matchExpressions": [
{
"key": "4m-s0833--52-9guv59s-3------6tv27r-m8w-6d/5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_8.-1_57__JR.N-1zL-4--6o-B",
"operator": "DoesNotExist"
"key": "35--5ht-a-29--0qso79yg--79-e-a74bc-v--0jjy45-17-05-3z-4838/3-H2._67yg-Ln-__.-__2--z.t2w",
"operator": "Exists"
}
]
},
"sideEffects": "ŴĿ",
"timeoutSeconds": 1525829664,
"sideEffects": "Ɵ)Ù",
"timeoutSeconds": 1132918207,
"admissionReviewVersions": [
"44"
"38"
]
}
]

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,46 +25,46 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
webhooks:
- admissionReviewVersions:
- "44"
- "38"
clientConfig:
caBundle: RA==
caBundle: IQ==
service:
name: "27"
namespace: "26"
path: "28"
port: 2114329341
url: "25"
failurePolicy: 狞夌碕ʂɭ
matchPolicy: cP$Iņɖ橙9
name: "24"
name: "21"
namespace: "20"
path: "22"
port: -1971381490
url: "19"
failurePolicy: VŚ(ĿȊ甞谐颋
matchPolicy: SǡƏ
name: "18"
namespaceSelector:
matchExpressions:
- key: p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0
- key: 2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5
operator: In
values:
- D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n
- Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8
matchLabels:
MHLU..8._bQw.-dG6c-.6--_x.--0wmZk1_8.3: U-_Bq.m_4
2.1.L.l-Y._.-44..d.__Gg8-2_kS91.e5K-_e63_-_3-n-_-__3u-.J: G_.7U-Uo_4_-D7r__.am64
objectSelector:
matchExpressions:
- key: 4m-s0833--52-9guv59s-3------6tv27r-m8w-6d/5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_8.-1_57__JR.N-1zL-4--6o-B
operator: DoesNotExist
- key: 35--5ht-a-29--0qso79yg--79-e-a74bc-v--0jjy45-17-05-3z-4838/3-H2._67yg-Ln-__.-__2--z.t2w
operator: Exists
matchLabels:
81po6c-m6173y.390q-6-i2d020hj--a-8g--z-nt-b-6-17-58-n---5df19/H.__.h-J-M.9_T.q-o7.y-SQ.9A-F-.4--_vLW.jj-.5B.._.5_3-_4.3i: i.Fg.Cs_.8-EA
7p_w.e6._.pj5t_k-_v.-6b6.N_-u.---.8-L: k-U.v.4
rules:
- apiGroups:
- "29"
- "23"
apiVersions:
- "30"
- "24"
operations:
- ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗
- 8衍`Ĩɘ.蘯
resources:
- "31"
scope: ȎțêɘIJ斬³;Ơ歿
sideEffects: ŴĿ
timeoutSeconds: 1525829664
- "25"
scope: 昍řČ扷5ƗǸƢ6/
sideEffects: Ɵ)Ù
timeoutSeconds: 1132918207

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,74 +35,73 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"webhooks": [
{
"name": "24",
"name": "18",
"clientConfig": {
"url": "25",
"url": "19",
"service": {
"namespace": "26",
"name": "27",
"path": "28",
"port": 2114329341
"namespace": "20",
"name": "21",
"path": "22",
"port": -1971381490
},
"caBundle": "RA=="
"caBundle": "IQ=="
},
"rules": [
{
"operations": [
"ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗"
"8衍`Ĩɘ.蘯"
],
"apiGroups": [
"29"
"23"
],
"apiVersions": [
"30"
"24"
],
"resources": [
"31"
"25"
],
"scope": "ȎțêɘIJ斬³;Ơ歿"
"scope": "昍řČ扷5ƗǸƢ6/"
}
],
"failurePolicy": "狞夌碕ʂɭ",
"matchPolicy": "cP$Iņɖ橙9",
"failurePolicy": "VŚ(ĿȊ甞谐颋",
"matchPolicy": "SǡƏ",
"namespaceSelector": {
"matchLabels": {
"MHLU..8._bQw.-dG6c-.6--_x.--0wmZk1_8.3": "U-_Bq.m_4"
"2.1.L.l-Y._.-44..d.__Gg8-2_kS91.e5K-_e63_-_3-n-_-__3u-.J": "G_.7U-Uo_4_-D7r__.am64"
},
"matchExpressions": [
{
"key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0",
"key": "2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5",
"operator": "In",
"values": [
"D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n"
"Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8"
]
}
]
},
"objectSelector": {
"matchLabels": {
"81po6c-m6173y.390q-6-i2d020hj--a-8g--z-nt-b-6-17-58-n---5df19/H.__.h-J-M.9_T.q-o7.y-SQ.9A-F-.4--_vLW.jj-.5B.._.5_3-_4.3i": "i.Fg.Cs_.8-EA"
"7p_w.e6._.pj5t_k-_v.-6b6.N_-u.---.8-L": "k-U.v.4"
},
"matchExpressions": [
{
"key": "4m-s0833--52-9guv59s-3------6tv27r-m8w-6d/5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_8.-1_57__JR.N-1zL-4--6o-B",
"operator": "DoesNotExist"
"key": "35--5ht-a-29--0qso79yg--79-e-a74bc-v--0jjy45-17-05-3z-4838/3-H2._67yg-Ln-__.-__2--z.t2w",
"operator": "Exists"
}
]
},
"sideEffects": "ŴĿ",
"timeoutSeconds": 1525829664,
"sideEffects": "Ɵ)Ù",
"timeoutSeconds": 1132918207,
"admissionReviewVersions": [
"44"
"38"
],
"reinvocationPolicy": "ȉ彂"
"reinvocationPolicy": "錯ƶ"
}
]
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,47 +25,47 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
webhooks:
- admissionReviewVersions:
- "44"
- "38"
clientConfig:
caBundle: RA==
caBundle: IQ==
service:
name: "27"
namespace: "26"
path: "28"
port: 2114329341
url: "25"
failurePolicy: 狞夌碕ʂɭ
matchPolicy: cP$Iņɖ橙9
name: "24"
name: "21"
namespace: "20"
path: "22"
port: -1971381490
url: "19"
failurePolicy: VŚ(ĿȊ甞谐颋
matchPolicy: SǡƏ
name: "18"
namespaceSelector:
matchExpressions:
- key: p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0
- key: 2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5
operator: In
values:
- D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n
- Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8
matchLabels:
MHLU..8._bQw.-dG6c-.6--_x.--0wmZk1_8.3: U-_Bq.m_4
2.1.L.l-Y._.-44..d.__Gg8-2_kS91.e5K-_e63_-_3-n-_-__3u-.J: G_.7U-Uo_4_-D7r__.am64
objectSelector:
matchExpressions:
- key: 4m-s0833--52-9guv59s-3------6tv27r-m8w-6d/5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_8.-1_57__JR.N-1zL-4--6o-B
operator: DoesNotExist
- key: 35--5ht-a-29--0qso79yg--79-e-a74bc-v--0jjy45-17-05-3z-4838/3-H2._67yg-Ln-__.-__2--z.t2w
operator: Exists
matchLabels:
81po6c-m6173y.390q-6-i2d020hj--a-8g--z-nt-b-6-17-58-n---5df19/H.__.h-J-M.9_T.q-o7.y-SQ.9A-F-.4--_vLW.jj-.5B.._.5_3-_4.3i: i.Fg.Cs_.8-EA
reinvocationPolicy: ȉ彂
7p_w.e6._.pj5t_k-_v.-6b6.N_-u.---.8-L: k-U.v.4
reinvocationPolicy: 錯ƶ
rules:
- apiGroups:
- "29"
- "23"
apiVersions:
- "30"
- "24"
operations:
- ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗
- 8衍`Ĩɘ.蘯
resources:
- "31"
scope: ȎțêɘIJ斬³;Ơ歿
sideEffects: ŴĿ
timeoutSeconds: 1525829664
- "25"
scope: 昍řČ扷5ƗǸƢ6/
sideEffects: Ɵ)Ù
timeoutSeconds: 1132918207

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,72 +35,71 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"webhooks": [
{
"name": "24",
"name": "18",
"clientConfig": {
"url": "25",
"url": "19",
"service": {
"namespace": "26",
"name": "27",
"path": "28",
"port": 2114329341
"namespace": "20",
"name": "21",
"path": "22",
"port": -1971381490
},
"caBundle": "RA=="
"caBundle": "IQ=="
},
"rules": [
{
"operations": [
"ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗"
"8衍`Ĩɘ.蘯"
],
"apiGroups": [
"29"
"23"
],
"apiVersions": [
"30"
"24"
],
"resources": [
"31"
"25"
],
"scope": "ȎțêɘIJ斬³;Ơ歿"
"scope": "昍řČ扷5ƗǸƢ6/"
}
],
"failurePolicy": "狞夌碕ʂɭ",
"matchPolicy": "cP$Iņɖ橙9",
"failurePolicy": "VŚ(ĿȊ甞谐颋",
"matchPolicy": "SǡƏ",
"namespaceSelector": {
"matchLabels": {
"MHLU..8._bQw.-dG6c-.6--_x.--0wmZk1_8.3": "U-_Bq.m_4"
"2.1.L.l-Y._.-44..d.__Gg8-2_kS91.e5K-_e63_-_3-n-_-__3u-.J": "G_.7U-Uo_4_-D7r__.am64"
},
"matchExpressions": [
{
"key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0",
"key": "2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5",
"operator": "In",
"values": [
"D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n"
"Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8"
]
}
]
},
"objectSelector": {
"matchLabels": {
"81po6c-m6173y.390q-6-i2d020hj--a-8g--z-nt-b-6-17-58-n---5df19/H.__.h-J-M.9_T.q-o7.y-SQ.9A-F-.4--_vLW.jj-.5B.._.5_3-_4.3i": "i.Fg.Cs_.8-EA"
"7p_w.e6._.pj5t_k-_v.-6b6.N_-u.---.8-L": "k-U.v.4"
},
"matchExpressions": [
{
"key": "4m-s0833--52-9guv59s-3------6tv27r-m8w-6d/5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_8.-1_57__JR.N-1zL-4--6o-B",
"operator": "DoesNotExist"
"key": "35--5ht-a-29--0qso79yg--79-e-a74bc-v--0jjy45-17-05-3z-4838/3-H2._67yg-Ln-__.-__2--z.t2w",
"operator": "Exists"
}
]
},
"sideEffects": "ŴĿ",
"timeoutSeconds": 1525829664,
"sideEffects": "Ɵ)Ù",
"timeoutSeconds": 1132918207,
"admissionReviewVersions": [
"44"
"38"
]
}
]

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,46 +25,46 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
webhooks:
- admissionReviewVersions:
- "44"
- "38"
clientConfig:
caBundle: RA==
caBundle: IQ==
service:
name: "27"
namespace: "26"
path: "28"
port: 2114329341
url: "25"
failurePolicy: 狞夌碕ʂɭ
matchPolicy: cP$Iņɖ橙9
name: "24"
name: "21"
namespace: "20"
path: "22"
port: -1971381490
url: "19"
failurePolicy: VŚ(ĿȊ甞谐颋
matchPolicy: SǡƏ
name: "18"
namespaceSelector:
matchExpressions:
- key: p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0
- key: 2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5
operator: In
values:
- D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n
- Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8
matchLabels:
MHLU..8._bQw.-dG6c-.6--_x.--0wmZk1_8.3: U-_Bq.m_4
2.1.L.l-Y._.-44..d.__Gg8-2_kS91.e5K-_e63_-_3-n-_-__3u-.J: G_.7U-Uo_4_-D7r__.am64
objectSelector:
matchExpressions:
- key: 4m-s0833--52-9guv59s-3------6tv27r-m8w-6d/5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_8.-1_57__JR.N-1zL-4--6o-B
operator: DoesNotExist
- key: 35--5ht-a-29--0qso79yg--79-e-a74bc-v--0jjy45-17-05-3z-4838/3-H2._67yg-Ln-__.-__2--z.t2w
operator: Exists
matchLabels:
81po6c-m6173y.390q-6-i2d020hj--a-8g--z-nt-b-6-17-58-n---5df19/H.__.h-J-M.9_T.q-o7.y-SQ.9A-F-.4--_vLW.jj-.5B.._.5_3-_4.3i: i.Fg.Cs_.8-EA
7p_w.e6._.pj5t_k-_v.-6b6.N_-u.---.8-L: k-U.v.4
rules:
- apiGroups:
- "29"
- "23"
apiVersions:
- "30"
- "24"
operations:
- ʕVŚ(ĿȊ甞谐颋DžSǡƏS$+½H牗
- 8衍`Ĩɘ.蘯
resources:
- "31"
scope: ȎțêɘIJ斬³;Ơ歿
sideEffects: ŴĿ
timeoutSeconds: 1525829664
- "25"
scope: 昍řČ扷5ƗǸƢ6/
sideEffects: Ɵ)Ù
timeoutSeconds: 1132918207

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,11 +35,10 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"data": {"apiVersion":"example.com/v1","kind":"CustomType","spec":{"replicas":1},"status":{"available":1}},
"revision": 1089963290653861247
"revision": -7716837448637516924
}

View File

@ -21,9 +21,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -35,7 +32,7 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
revision: 1089963290653861247
uid: "7"
revision: -7716837448637516924

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,11 +35,10 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"data": {"apiVersion":"example.com/v1","kind":"CustomType","spec":{"replicas":1},"status":{"available":1}},
"revision": 1089963290653861247
"revision": -7716837448637516924
}

View File

@ -21,9 +21,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -35,7 +32,7 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
revision: 1089963290653861247
uid: "7"
revision: -7716837448637516924

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,19 +35,18 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"replicas": -2052872833
"replicas": -595102844
},
"status": {
"replicas": -125651156,
"replicas": 70007838,
"selector": {
"24": "25"
"18": "19"
},
"targetSelector": "26"
"targetSelector": "20"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,13 +25,13 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
replicas: -2052872833
replicas: -595102844
status:
replicas: -125651156
replicas: 70007838
selector:
"24": "25"
targetSelector: "26"
"18": "19"
targetSelector: "20"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,11 +35,10 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"data": {"apiVersion":"example.com/v1","kind":"CustomType","spec":{"replicas":1},"status":{"available":1}},
"revision": 1089963290653861247
"revision": -7716837448637516924
}

View File

@ -21,9 +21,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -35,7 +32,7 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
revision: 1089963290653861247
uid: "7"
revision: -7716837448637516924

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,19 +35,18 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"replicas": -2052872833
"replicas": -595102844
},
"status": {
"replicas": -125651156,
"replicas": 70007838,
"selector": {
"24": "25"
"18": "19"
},
"targetSelector": "26"
"targetSelector": "20"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,13 +25,13 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
replicas: -2052872833
replicas: -595102844
status:
replicas: -125651156
replicas: 70007838
selector:
"24": "25"
targetSelector: "26"
"18": "19"
targetSelector: "20"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,25 +35,24 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"audiences": [
"24"
"18"
],
"expirationSeconds": -8496244716696586452,
"expirationSeconds": 3850803321873644574,
"boundObjectRef": {
"kind": "25",
"apiVersion": "26",
"name": "27",
"uid": "Ă凗蓏Ŋ蛊ĉy"
"kind": "19",
"apiVersion": "20",
"name": "21",
"uid": "r鯹)晿\u003co,c鮽ort昍řČ扷5ƗǸ"
}
},
"status": {
"token": "28",
"expirationTimestamp": "2095-08-29T22:12:41Z"
"token": "22",
"expirationTimestamp": "1999-07-03T22:31:10Z"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,18 +25,18 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
audiences:
- "24"
- "18"
boundObjectRef:
apiVersion: "26"
kind: "25"
name: "27"
uid: Ă凗蓏Ŋ蛊ĉy
expirationSeconds: -8496244716696586452
apiVersion: "20"
kind: "19"
name: "21"
uid: r鯹)晿<o,c鮽ort昍řČ扷5ƗǸ
expirationSeconds: 3850803321873644574
status:
expirationTimestamp: "2095-08-29T22:12:41Z"
token: "28"
expirationTimestamp: "1999-07-03T22:31:10Z"
token: "22"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,33 +35,32 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"token": "24",
"token": "18",
"audiences": [
"25"
"19"
]
},
"status": {
"user": {
"username": "26",
"uid": "27",
"username": "20",
"uid": "21",
"groups": [
"28"
"22"
],
"extra": {
"29": [
"30"
"23": [
"24"
]
}
},
"audiences": [
"31"
"25"
],
"error": "32"
"error": "26"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,22 +25,22 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
audiences:
- "25"
token: "24"
- "19"
token: "18"
status:
audiences:
- "31"
error: "32"
- "25"
error: "26"
user:
extra:
"29":
- "30"
"23":
- "24"
groups:
- "28"
uid: "27"
username: "26"
- "22"
uid: "21"
username: "20"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,33 +35,32 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"token": "24",
"token": "18",
"audiences": [
"25"
"19"
]
},
"status": {
"user": {
"username": "26",
"uid": "27",
"username": "20",
"uid": "21",
"groups": [
"28"
"22"
],
"extra": {
"29": [
"30"
"23": [
"24"
]
}
},
"audiences": [
"31"
"25"
],
"error": "32"
"error": "26"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,22 +25,22 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
audiences:
- "25"
token: "24"
- "19"
token: "18"
status:
audiences:
- "31"
error: "32"
- "25"
error: "26"
user:
extra:
"29":
- "30"
"23":
- "24"
groups:
- "28"
uid: "27"
username: "26"
- "22"
uid: "21"
username: "20"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,40 +35,38 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"resourceAttributes": {
"namespace": "24",
"verb": "25",
"group": "26",
"version": "27",
"resource": "28",
"subresource": "29",
"name": "30"
"namespace": "18",
"verb": "19",
"group": "20",
"version": "21",
"resource": "22",
"subresource": "23",
"name": "24"
},
"nonResourceAttributes": {
"path": "31",
"verb": "32"
"path": "25",
"verb": "26"
},
"user": "33",
"user": "27",
"groups": [
"34"
"28"
],
"extra": {
"35": [
"36"
"29": [
"30"
]
},
"uid": "37"
"uid": "31"
},
"status": {
"allowed": false,
"denied": true,
"reason": "38",
"evaluationError": "39"
"reason": "32",
"evaluationError": "33"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,30 +25,29 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
extra:
"35":
- "36"
"29":
- "30"
groups:
- "34"
- "28"
nonResourceAttributes:
path: "31"
verb: "32"
path: "25"
verb: "26"
resourceAttributes:
group: "26"
name: "30"
namespace: "24"
resource: "28"
subresource: "29"
verb: "25"
version: "27"
uid: "37"
user: "33"
group: "20"
name: "24"
namespace: "18"
resource: "22"
subresource: "23"
verb: "19"
version: "21"
uid: "31"
user: "27"
status:
allowed: false
denied: true
evaluationError: "39"
reason: "38"
evaluationError: "33"
reason: "32"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,30 +35,28 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"resourceAttributes": {
"namespace": "24",
"verb": "25",
"group": "26",
"version": "27",
"resource": "28",
"subresource": "29",
"name": "30"
"namespace": "18",
"verb": "19",
"group": "20",
"version": "21",
"resource": "22",
"subresource": "23",
"name": "24"
},
"nonResourceAttributes": {
"path": "31",
"verb": "32"
"path": "25",
"verb": "26"
}
},
"status": {
"allowed": false,
"denied": true,
"reason": "33",
"evaluationError": "34"
"allowed": true,
"reason": "27",
"evaluationError": "28"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,23 +25,22 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
nonResourceAttributes:
path: "31"
verb: "32"
path: "25"
verb: "26"
resourceAttributes:
group: "26"
name: "30"
namespace: "24"
resource: "28"
subresource: "29"
verb: "25"
version: "27"
group: "20"
name: "24"
namespace: "18"
resource: "22"
subresource: "23"
verb: "19"
version: "21"
status:
allowed: false
denied: true
evaluationError: "34"
reason: "33"
allowed: true
evaluationError: "28"
reason: "27"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,42 +35,41 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"namespace": "24"
"namespace": "18"
},
"status": {
"resourceRules": [
{
"verbs": [
"25"
"19"
],
"apiGroups": [
"26"
"20"
],
"resources": [
"27"
"21"
],
"resourceNames": [
"28"
"22"
]
}
],
"nonResourceRules": [
{
"verbs": [
"29"
"23"
],
"nonResourceURLs": [
"30"
"24"
]
}
],
"incomplete": false,
"evaluationError": "31"
"incomplete": true,
"evaluationError": "25"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,25 +25,25 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
namespace: "24"
namespace: "18"
status:
evaluationError: "31"
incomplete: false
evaluationError: "25"
incomplete: true
nonResourceRules:
- nonResourceURLs:
- "30"
- "24"
verbs:
- "29"
- "23"
resourceRules:
- apiGroups:
- "26"
- "20"
resourceNames:
- "28"
- "22"
resources:
- "27"
- "21"
verbs:
- "25"
- "19"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,40 +35,38 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"resourceAttributes": {
"namespace": "24",
"verb": "25",
"group": "26",
"version": "27",
"resource": "28",
"subresource": "29",
"name": "30"
"namespace": "18",
"verb": "19",
"group": "20",
"version": "21",
"resource": "22",
"subresource": "23",
"name": "24"
},
"nonResourceAttributes": {
"path": "31",
"verb": "32"
"path": "25",
"verb": "26"
},
"user": "33",
"user": "27",
"groups": [
"34"
"28"
],
"extra": {
"35": [
"36"
"29": [
"30"
]
},
"uid": "37"
"uid": "31"
},
"status": {
"allowed": false,
"denied": true,
"reason": "38",
"evaluationError": "39"
"reason": "32",
"evaluationError": "33"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,30 +25,29 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
extra:
"35":
- "36"
"29":
- "30"
groups:
- "34"
- "28"
nonResourceAttributes:
path: "31"
verb: "32"
path: "25"
verb: "26"
resourceAttributes:
group: "26"
name: "30"
namespace: "24"
resource: "28"
subresource: "29"
verb: "25"
version: "27"
uid: "37"
user: "33"
group: "20"
name: "24"
namespace: "18"
resource: "22"
subresource: "23"
verb: "19"
version: "21"
uid: "31"
user: "27"
status:
allowed: false
denied: true
evaluationError: "39"
reason: "38"
evaluationError: "33"
reason: "32"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,40 +35,38 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"resourceAttributes": {
"namespace": "24",
"verb": "25",
"group": "26",
"version": "27",
"resource": "28",
"subresource": "29",
"name": "30"
"namespace": "18",
"verb": "19",
"group": "20",
"version": "21",
"resource": "22",
"subresource": "23",
"name": "24"
},
"nonResourceAttributes": {
"path": "31",
"verb": "32"
"path": "25",
"verb": "26"
},
"user": "33",
"user": "27",
"group": [
"34"
"28"
],
"extra": {
"35": [
"36"
"29": [
"30"
]
},
"uid": "37"
"uid": "31"
},
"status": {
"allowed": false,
"denied": true,
"reason": "38",
"evaluationError": "39"
"reason": "32",
"evaluationError": "33"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,30 +25,29 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
extra:
"35":
- "36"
"29":
- "30"
group:
- "34"
- "28"
nonResourceAttributes:
path: "31"
verb: "32"
path: "25"
verb: "26"
resourceAttributes:
group: "26"
name: "30"
namespace: "24"
resource: "28"
subresource: "29"
verb: "25"
version: "27"
uid: "37"
user: "33"
group: "20"
name: "24"
namespace: "18"
resource: "22"
subresource: "23"
verb: "19"
version: "21"
uid: "31"
user: "27"
status:
allowed: false
denied: true
evaluationError: "39"
reason: "38"
evaluationError: "33"
reason: "32"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,30 +35,28 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"resourceAttributes": {
"namespace": "24",
"verb": "25",
"group": "26",
"version": "27",
"resource": "28",
"subresource": "29",
"name": "30"
"namespace": "18",
"verb": "19",
"group": "20",
"version": "21",
"resource": "22",
"subresource": "23",
"name": "24"
},
"nonResourceAttributes": {
"path": "31",
"verb": "32"
"path": "25",
"verb": "26"
}
},
"status": {
"allowed": false,
"denied": true,
"reason": "33",
"evaluationError": "34"
"allowed": true,
"reason": "27",
"evaluationError": "28"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,23 +25,22 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
nonResourceAttributes:
path: "31"
verb: "32"
path: "25"
verb: "26"
resourceAttributes:
group: "26"
name: "30"
namespace: "24"
resource: "28"
subresource: "29"
verb: "25"
version: "27"
group: "20"
name: "24"
namespace: "18"
resource: "22"
subresource: "23"
verb: "19"
version: "21"
status:
allowed: false
denied: true
evaluationError: "34"
reason: "33"
allowed: true
evaluationError: "28"
reason: "27"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,42 +35,41 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"namespace": "24"
"namespace": "18"
},
"status": {
"resourceRules": [
{
"verbs": [
"25"
"19"
],
"apiGroups": [
"26"
"20"
],
"resources": [
"27"
"21"
],
"resourceNames": [
"28"
"22"
]
}
],
"nonResourceRules": [
{
"verbs": [
"29"
"23"
],
"nonResourceURLs": [
"30"
"24"
]
}
],
"incomplete": false,
"evaluationError": "31"
"incomplete": true,
"evaluationError": "25"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,25 +25,25 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
namespace: "24"
namespace: "18"
status:
evaluationError: "31"
incomplete: false
evaluationError: "25"
incomplete: true
nonResourceRules:
- nonResourceURLs:
- "30"
- "24"
verbs:
- "29"
- "23"
resourceRules:
- apiGroups:
- "26"
- "20"
resourceNames:
- "28"
- "22"
resources:
- "27"
- "21"
verbs:
- "25"
- "19"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,40 +35,38 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"resourceAttributes": {
"namespace": "24",
"verb": "25",
"group": "26",
"version": "27",
"resource": "28",
"subresource": "29",
"name": "30"
"namespace": "18",
"verb": "19",
"group": "20",
"version": "21",
"resource": "22",
"subresource": "23",
"name": "24"
},
"nonResourceAttributes": {
"path": "31",
"verb": "32"
"path": "25",
"verb": "26"
},
"user": "33",
"user": "27",
"group": [
"34"
"28"
],
"extra": {
"35": [
"36"
"29": [
"30"
]
},
"uid": "37"
"uid": "31"
},
"status": {
"allowed": false,
"denied": true,
"reason": "38",
"evaluationError": "39"
"reason": "32",
"evaluationError": "33"
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,30 +25,29 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
extra:
"35":
- "36"
"29":
- "30"
group:
- "34"
- "28"
nonResourceAttributes:
path: "31"
verb: "32"
path: "25"
verb: "26"
resourceAttributes:
group: "26"
name: "30"
namespace: "24"
resource: "28"
subresource: "29"
verb: "25"
version: "27"
uid: "37"
user: "33"
group: "20"
name: "24"
namespace: "18"
resource: "22"
subresource: "23"
verb: "19"
version: "21"
uid: "31"
user: "27"
status:
allowed: false
denied: true
evaluationError: "39"
reason: "38"
evaluationError: "33"
reason: "32"

View File

@ -6,8 +6,8 @@
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"uid": "7",
"resourceVersion": "11042405498087606203",
"generation": 8071137005907523419,
"creationTimestamp": null,
"deletionGracePeriodSeconds": -4955867275792137171,
@ -35,25 +35,24 @@
{
"manager": "16",
"operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]",
"apiVersion": "17",
"fields": {"18":{"19":null}}
"apiVersion": "17"
}
]
},
"spec": {
"scaleTargetRef": {
"kind": "24",
"name": "25",
"apiVersion": "26"
"kind": "18",
"name": "19",
"apiVersion": "20"
},
"minReplicas": -1978186127,
"maxReplicas": 2114329341,
"targetCPUUtilizationPercentage": -439697596
"minReplicas": 896585016,
"maxReplicas": -1971381490,
"targetCPUUtilizationPercentage": -1300313567
},
"status": {
"observedGeneration": -918288109031280833,
"currentReplicas": 73350537,
"desiredReplicas": -799278564,
"currentCPUUtilizationPercentage": 1804227960
"observedGeneration": -5238012362384355226,
"currentReplicas": -738053939,
"desiredReplicas": -1258077201,
"currentCPUUtilizationPercentage": 757808475
}
}

View File

@ -14,9 +14,6 @@ metadata:
"7": "8"
managedFields:
- apiVersion: "17"
fields:
"18":
"19": null
manager: "16"
operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]
name: "2"
@ -28,19 +25,19 @@ metadata:
kind: "12"
name: "13"
uid: Dz廔ȇ{sŊƏp
resourceVersion: "16964250748386560239"
resourceVersion: "11042405498087606203"
selfLink: "5"
uid: ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e
uid: "7"
spec:
maxReplicas: 2114329341
minReplicas: -1978186127
maxReplicas: -1971381490
minReplicas: 896585016
scaleTargetRef:
apiVersion: "26"
kind: "24"
name: "25"
targetCPUUtilizationPercentage: -439697596
apiVersion: "20"
kind: "18"
name: "19"
targetCPUUtilizationPercentage: -1300313567
status:
currentCPUUtilizationPercentage: 1804227960
currentReplicas: 73350537
desiredReplicas: -799278564
observedGeneration: -918288109031280833
currentCPUUtilizationPercentage: 757808475
currentReplicas: -738053939
desiredReplicas: -1258077201
observedGeneration: -5238012362384355226

Some files were not shown because too many files have changed in this diff Show More