mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 22:40:35 +00:00
Merge pull request #131465 from pacoxu/v1.33.0-api-testdata
v1.33.0 api testdata
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,148 @@
|
||||
{
|
||||
"kind": "MutatingAdmissionPolicy",
|
||||
"apiVersion": "admissionregistration.k8s.io/v1alpha1",
|
||||
"metadata": {
|
||||
"name": "nameValue",
|
||||
"generateName": "generateNameValue",
|
||||
"namespace": "namespaceValue",
|
||||
"selfLink": "selfLinkValue",
|
||||
"uid": "uidValue",
|
||||
"resourceVersion": "resourceVersionValue",
|
||||
"generation": 7,
|
||||
"creationTimestamp": "2008-01-01T01:01:01Z",
|
||||
"deletionTimestamp": "2009-01-01T01:01:01Z",
|
||||
"deletionGracePeriodSeconds": 10,
|
||||
"labels": {
|
||||
"labelsKey": "labelsValue"
|
||||
},
|
||||
"annotations": {
|
||||
"annotationsKey": "annotationsValue"
|
||||
},
|
||||
"ownerReferences": [
|
||||
{
|
||||
"apiVersion": "apiVersionValue",
|
||||
"kind": "kindValue",
|
||||
"name": "nameValue",
|
||||
"uid": "uidValue",
|
||||
"controller": true,
|
||||
"blockOwnerDeletion": true
|
||||
}
|
||||
],
|
||||
"finalizers": [
|
||||
"finalizersValue"
|
||||
],
|
||||
"managedFields": [
|
||||
{
|
||||
"manager": "managerValue",
|
||||
"operation": "operationValue",
|
||||
"apiVersion": "apiVersionValue",
|
||||
"time": "2004-01-01T01:01:01Z",
|
||||
"fieldsType": "fieldsTypeValue",
|
||||
"fieldsV1": {},
|
||||
"subresource": "subresourceValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"paramKind": {
|
||||
"apiVersion": "apiVersionValue",
|
||||
"kind": "kindValue"
|
||||
},
|
||||
"matchConstraints": {
|
||||
"namespaceSelector": {
|
||||
"matchLabels": {
|
||||
"matchLabelsKey": "matchLabelsValue"
|
||||
},
|
||||
"matchExpressions": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"objectSelector": {
|
||||
"matchLabels": {
|
||||
"matchLabelsKey": "matchLabelsValue"
|
||||
},
|
||||
"matchExpressions": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"resourceRules": [
|
||||
{
|
||||
"resourceNames": [
|
||||
"resourceNamesValue"
|
||||
],
|
||||
"operations": [
|
||||
"operationsValue"
|
||||
],
|
||||
"apiGroups": [
|
||||
"apiGroupsValue"
|
||||
],
|
||||
"apiVersions": [
|
||||
"apiVersionsValue"
|
||||
],
|
||||
"resources": [
|
||||
"resourcesValue"
|
||||
],
|
||||
"scope": "scopeValue"
|
||||
}
|
||||
],
|
||||
"excludeResourceRules": [
|
||||
{
|
||||
"resourceNames": [
|
||||
"resourceNamesValue"
|
||||
],
|
||||
"operations": [
|
||||
"operationsValue"
|
||||
],
|
||||
"apiGroups": [
|
||||
"apiGroupsValue"
|
||||
],
|
||||
"apiVersions": [
|
||||
"apiVersionsValue"
|
||||
],
|
||||
"resources": [
|
||||
"resourcesValue"
|
||||
],
|
||||
"scope": "scopeValue"
|
||||
}
|
||||
],
|
||||
"matchPolicy": "matchPolicyValue"
|
||||
},
|
||||
"variables": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"expression": "expressionValue"
|
||||
}
|
||||
],
|
||||
"mutations": [
|
||||
{
|
||||
"patchType": "patchTypeValue",
|
||||
"applyConfiguration": {
|
||||
"expression": "expressionValue"
|
||||
},
|
||||
"jsonPatch": {
|
||||
"expression": "expressionValue"
|
||||
}
|
||||
}
|
||||
],
|
||||
"failurePolicy": "failurePolicyValue",
|
||||
"matchConditions": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"expression": "expressionValue"
|
||||
}
|
||||
],
|
||||
"reinvocationPolicy": "reinvocationPolicyValue"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,94 @@
|
||||
apiVersion: admissionregistration.k8s.io/v1alpha1
|
||||
kind: MutatingAdmissionPolicy
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
creationTimestamp: "2008-01-01T01:01:01Z"
|
||||
deletionGracePeriodSeconds: 10
|
||||
deletionTimestamp: "2009-01-01T01:01:01Z"
|
||||
finalizers:
|
||||
- finalizersValue
|
||||
generateName: generateNameValue
|
||||
generation: 7
|
||||
labels:
|
||||
labelsKey: labelsValue
|
||||
managedFields:
|
||||
- apiVersion: apiVersionValue
|
||||
fieldsType: fieldsTypeValue
|
||||
fieldsV1: {}
|
||||
manager: managerValue
|
||||
operation: operationValue
|
||||
subresource: subresourceValue
|
||||
time: "2004-01-01T01:01:01Z"
|
||||
name: nameValue
|
||||
namespace: namespaceValue
|
||||
ownerReferences:
|
||||
- apiVersion: apiVersionValue
|
||||
blockOwnerDeletion: true
|
||||
controller: true
|
||||
kind: kindValue
|
||||
name: nameValue
|
||||
uid: uidValue
|
||||
resourceVersion: resourceVersionValue
|
||||
selfLink: selfLinkValue
|
||||
uid: uidValue
|
||||
spec:
|
||||
failurePolicy: failurePolicyValue
|
||||
matchConditions:
|
||||
- expression: expressionValue
|
||||
name: nameValue
|
||||
matchConstraints:
|
||||
excludeResourceRules:
|
||||
- apiGroups:
|
||||
- apiGroupsValue
|
||||
apiVersions:
|
||||
- apiVersionsValue
|
||||
operations:
|
||||
- operationsValue
|
||||
resourceNames:
|
||||
- resourceNamesValue
|
||||
resources:
|
||||
- resourcesValue
|
||||
scope: scopeValue
|
||||
matchPolicy: matchPolicyValue
|
||||
namespaceSelector:
|
||||
matchExpressions:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
matchLabels:
|
||||
matchLabelsKey: matchLabelsValue
|
||||
objectSelector:
|
||||
matchExpressions:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
matchLabels:
|
||||
matchLabelsKey: matchLabelsValue
|
||||
resourceRules:
|
||||
- apiGroups:
|
||||
- apiGroupsValue
|
||||
apiVersions:
|
||||
- apiVersionsValue
|
||||
operations:
|
||||
- operationsValue
|
||||
resourceNames:
|
||||
- resourceNamesValue
|
||||
resources:
|
||||
- resourcesValue
|
||||
scope: scopeValue
|
||||
mutations:
|
||||
- applyConfiguration:
|
||||
expression: expressionValue
|
||||
jsonPatch:
|
||||
expression: expressionValue
|
||||
patchType: patchTypeValue
|
||||
paramKind:
|
||||
apiVersion: apiVersionValue
|
||||
kind: kindValue
|
||||
reinvocationPolicy: reinvocationPolicyValue
|
||||
variables:
|
||||
- expression: expressionValue
|
||||
name: nameValue
|
||||
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"kind": "MutatingAdmissionPolicyBinding",
|
||||
"apiVersion": "admissionregistration.k8s.io/v1alpha1",
|
||||
"metadata": {
|
||||
"name": "nameValue",
|
||||
"generateName": "generateNameValue",
|
||||
"namespace": "namespaceValue",
|
||||
"selfLink": "selfLinkValue",
|
||||
"uid": "uidValue",
|
||||
"resourceVersion": "resourceVersionValue",
|
||||
"generation": 7,
|
||||
"creationTimestamp": "2008-01-01T01:01:01Z",
|
||||
"deletionTimestamp": "2009-01-01T01:01:01Z",
|
||||
"deletionGracePeriodSeconds": 10,
|
||||
"labels": {
|
||||
"labelsKey": "labelsValue"
|
||||
},
|
||||
"annotations": {
|
||||
"annotationsKey": "annotationsValue"
|
||||
},
|
||||
"ownerReferences": [
|
||||
{
|
||||
"apiVersion": "apiVersionValue",
|
||||
"kind": "kindValue",
|
||||
"name": "nameValue",
|
||||
"uid": "uidValue",
|
||||
"controller": true,
|
||||
"blockOwnerDeletion": true
|
||||
}
|
||||
],
|
||||
"finalizers": [
|
||||
"finalizersValue"
|
||||
],
|
||||
"managedFields": [
|
||||
{
|
||||
"manager": "managerValue",
|
||||
"operation": "operationValue",
|
||||
"apiVersion": "apiVersionValue",
|
||||
"time": "2004-01-01T01:01:01Z",
|
||||
"fieldsType": "fieldsTypeValue",
|
||||
"fieldsV1": {},
|
||||
"subresource": "subresourceValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"policyName": "policyNameValue",
|
||||
"paramRef": {
|
||||
"name": "nameValue",
|
||||
"namespace": "namespaceValue",
|
||||
"selector": {
|
||||
"matchLabels": {
|
||||
"matchLabelsKey": "matchLabelsValue"
|
||||
},
|
||||
"matchExpressions": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"parameterNotFoundAction": "parameterNotFoundActionValue"
|
||||
},
|
||||
"matchResources": {
|
||||
"namespaceSelector": {
|
||||
"matchLabels": {
|
||||
"matchLabelsKey": "matchLabelsValue"
|
||||
},
|
||||
"matchExpressions": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"objectSelector": {
|
||||
"matchLabels": {
|
||||
"matchLabelsKey": "matchLabelsValue"
|
||||
},
|
||||
"matchExpressions": [
|
||||
{
|
||||
"key": "keyValue",
|
||||
"operator": "operatorValue",
|
||||
"values": [
|
||||
"valuesValue"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"resourceRules": [
|
||||
{
|
||||
"resourceNames": [
|
||||
"resourceNamesValue"
|
||||
],
|
||||
"operations": [
|
||||
"operationsValue"
|
||||
],
|
||||
"apiGroups": [
|
||||
"apiGroupsValue"
|
||||
],
|
||||
"apiVersions": [
|
||||
"apiVersionsValue"
|
||||
],
|
||||
"resources": [
|
||||
"resourcesValue"
|
||||
],
|
||||
"scope": "scopeValue"
|
||||
}
|
||||
],
|
||||
"excludeResourceRules": [
|
||||
{
|
||||
"resourceNames": [
|
||||
"resourceNamesValue"
|
||||
],
|
||||
"operations": [
|
||||
"operationsValue"
|
||||
],
|
||||
"apiGroups": [
|
||||
"apiGroupsValue"
|
||||
],
|
||||
"apiVersions": [
|
||||
"apiVersionsValue"
|
||||
],
|
||||
"resources": [
|
||||
"resourcesValue"
|
||||
],
|
||||
"scope": "scopeValue"
|
||||
}
|
||||
],
|
||||
"matchPolicy": "matchPolicyValue"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,90 @@
|
||||
apiVersion: admissionregistration.k8s.io/v1alpha1
|
||||
kind: MutatingAdmissionPolicyBinding
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
creationTimestamp: "2008-01-01T01:01:01Z"
|
||||
deletionGracePeriodSeconds: 10
|
||||
deletionTimestamp: "2009-01-01T01:01:01Z"
|
||||
finalizers:
|
||||
- finalizersValue
|
||||
generateName: generateNameValue
|
||||
generation: 7
|
||||
labels:
|
||||
labelsKey: labelsValue
|
||||
managedFields:
|
||||
- apiVersion: apiVersionValue
|
||||
fieldsType: fieldsTypeValue
|
||||
fieldsV1: {}
|
||||
manager: managerValue
|
||||
operation: operationValue
|
||||
subresource: subresourceValue
|
||||
time: "2004-01-01T01:01:01Z"
|
||||
name: nameValue
|
||||
namespace: namespaceValue
|
||||
ownerReferences:
|
||||
- apiVersion: apiVersionValue
|
||||
blockOwnerDeletion: true
|
||||
controller: true
|
||||
kind: kindValue
|
||||
name: nameValue
|
||||
uid: uidValue
|
||||
resourceVersion: resourceVersionValue
|
||||
selfLink: selfLinkValue
|
||||
uid: uidValue
|
||||
spec:
|
||||
matchResources:
|
||||
excludeResourceRules:
|
||||
- apiGroups:
|
||||
- apiGroupsValue
|
||||
apiVersions:
|
||||
- apiVersionsValue
|
||||
operations:
|
||||
- operationsValue
|
||||
resourceNames:
|
||||
- resourceNamesValue
|
||||
resources:
|
||||
- resourcesValue
|
||||
scope: scopeValue
|
||||
matchPolicy: matchPolicyValue
|
||||
namespaceSelector:
|
||||
matchExpressions:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
matchLabels:
|
||||
matchLabelsKey: matchLabelsValue
|
||||
objectSelector:
|
||||
matchExpressions:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
matchLabels:
|
||||
matchLabelsKey: matchLabelsValue
|
||||
resourceRules:
|
||||
- apiGroups:
|
||||
- apiGroupsValue
|
||||
apiVersions:
|
||||
- apiVersionsValue
|
||||
operations:
|
||||
- operationsValue
|
||||
resourceNames:
|
||||
- resourceNamesValue
|
||||
resources:
|
||||
- resourcesValue
|
||||
scope: scopeValue
|
||||
paramRef:
|
||||
name: nameValue
|
||||
namespace: namespaceValue
|
||||
parameterNotFoundAction: parameterNotFoundActionValue
|
||||
selector:
|
||||
matchExpressions:
|
||||
- key: keyValue
|
||||
operator: operatorValue
|
||||
values:
|
||||
- valuesValue
|
||||
matchLabels:
|
||||
matchLabelsKey: matchLabelsValue
|
||||
policyName: policyNameValue
|
||||
@@ -747,7 +747,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1043,7 +1044,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1339,7 +1341,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1437,7 +1440,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1765,7 +1769,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"updateStrategy": {
|
||||
Binary file not shown.
@@ -277,6 +277,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -493,6 +494,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -711,6 +713,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -864,6 +867,14 @@ spec:
|
||||
- name: nameValue
|
||||
resourceClaimName: resourceClaimNameValue
|
||||
resourceClaimTemplateName: resourceClaimTemplateNameValue
|
||||
resources:
|
||||
claims:
|
||||
- name: nameValue
|
||||
request: requestValue
|
||||
limits:
|
||||
limitsKey: "0"
|
||||
requests:
|
||||
requestsKey: "0"
|
||||
restartPolicy: restartPolicyValue
|
||||
runtimeClassName: runtimeClassNameValue
|
||||
schedulerName: schedulerNameValue
|
||||
@@ -878,6 +889,7 @@ spec:
|
||||
runAsGroup: 6
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2
|
||||
seLinuxChangePolicy: seLinuxChangePolicyValue
|
||||
seLinuxOptions:
|
||||
level: levelValue
|
||||
role: roleValue
|
||||
@@ -748,7 +748,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1044,7 +1045,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1340,7 +1342,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1438,7 +1441,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1766,7 +1770,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"strategy": {
|
||||
@@ -1788,6 +1806,7 @@
|
||||
"readyReplicas": 7,
|
||||
"availableReplicas": 4,
|
||||
"unavailableReplicas": 5,
|
||||
"terminatingReplicas": 9,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "typeValue",
|
||||
Binary file not shown.
@@ -285,6 +285,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -501,6 +502,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -719,6 +721,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -872,6 +875,14 @@ spec:
|
||||
- name: nameValue
|
||||
resourceClaimName: resourceClaimNameValue
|
||||
resourceClaimTemplateName: resourceClaimTemplateNameValue
|
||||
resources:
|
||||
claims:
|
||||
- name: nameValue
|
||||
request: requestValue
|
||||
limits:
|
||||
limitsKey: "0"
|
||||
requests:
|
||||
requestsKey: "0"
|
||||
restartPolicy: restartPolicyValue
|
||||
runtimeClassName: runtimeClassNameValue
|
||||
schedulerName: schedulerNameValue
|
||||
@@ -886,6 +897,7 @@ spec:
|
||||
runAsGroup: 6
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2
|
||||
seLinuxChangePolicy: seLinuxChangePolicyValue
|
||||
seLinuxOptions:
|
||||
level: levelValue
|
||||
role: roleValue
|
||||
@@ -1235,5 +1247,6 @@ status:
|
||||
observedGeneration: 1
|
||||
readyReplicas: 7
|
||||
replicas: 2
|
||||
terminatingReplicas: 9
|
||||
unavailableReplicas: 5
|
||||
updatedReplicas: 3
|
||||
@@ -749,7 +749,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1045,7 +1046,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1341,7 +1343,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1439,7 +1442,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1767,7 +1771,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1776,6 +1794,7 @@
|
||||
"fullyLabeledReplicas": 2,
|
||||
"readyReplicas": 4,
|
||||
"availableReplicas": 5,
|
||||
"terminatingReplicas": 7,
|
||||
"observedGeneration": 3,
|
||||
"conditions": [
|
||||
{
|
||||
Binary file not shown.
@@ -277,6 +277,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -493,6 +494,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -711,6 +713,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -864,6 +867,14 @@ spec:
|
||||
- name: nameValue
|
||||
resourceClaimName: resourceClaimNameValue
|
||||
resourceClaimTemplateName: resourceClaimTemplateNameValue
|
||||
resources:
|
||||
claims:
|
||||
- name: nameValue
|
||||
request: requestValue
|
||||
limits:
|
||||
limitsKey: "0"
|
||||
requests:
|
||||
requestsKey: "0"
|
||||
restartPolicy: restartPolicyValue
|
||||
runtimeClassName: runtimeClassNameValue
|
||||
schedulerName: schedulerNameValue
|
||||
@@ -878,6 +889,7 @@ spec:
|
||||
runAsGroup: 6
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2
|
||||
seLinuxChangePolicy: seLinuxChangePolicyValue
|
||||
seLinuxOptions:
|
||||
level: levelValue
|
||||
role: roleValue
|
||||
@@ -1226,3 +1238,4 @@ status:
|
||||
observedGeneration: 3
|
||||
readyReplicas: 4
|
||||
replicas: 1
|
||||
terminatingReplicas: 7
|
||||
@@ -748,7 +748,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1044,7 +1045,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1340,7 +1342,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1438,7 +1441,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1766,7 +1770,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"volumeClaimTemplates": [
|
||||
Binary file not shown.
@@ -285,6 +285,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -501,6 +502,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -719,6 +721,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -872,6 +875,14 @@ spec:
|
||||
- name: nameValue
|
||||
resourceClaimName: resourceClaimNameValue
|
||||
resourceClaimTemplateName: resourceClaimTemplateNameValue
|
||||
resources:
|
||||
claims:
|
||||
- name: nameValue
|
||||
request: requestValue
|
||||
limits:
|
||||
limitsKey: "0"
|
||||
requests:
|
||||
requestsKey: "0"
|
||||
restartPolicy: restartPolicyValue
|
||||
runtimeClassName: runtimeClassNameValue
|
||||
schedulerName: schedulerNameValue
|
||||
@@ -886,6 +897,7 @@ spec:
|
||||
runAsGroup: 6
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2
|
||||
seLinuxChangePolicy: seLinuxChangePolicyValue
|
||||
seLinuxOptions:
|
||||
level: levelValue
|
||||
role: roleValue
|
||||
@@ -748,7 +748,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1044,7 +1045,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1340,7 +1342,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1438,7 +1441,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1766,7 +1770,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"strategy": {
|
||||
@@ -1791,6 +1809,7 @@
|
||||
"readyReplicas": 7,
|
||||
"availableReplicas": 4,
|
||||
"unavailableReplicas": 5,
|
||||
"terminatingReplicas": 9,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "typeValue",
|
||||
Binary file not shown.
@@ -287,6 +287,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -503,6 +504,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -721,6 +723,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -874,6 +877,14 @@ spec:
|
||||
- name: nameValue
|
||||
resourceClaimName: resourceClaimNameValue
|
||||
resourceClaimTemplateName: resourceClaimTemplateNameValue
|
||||
resources:
|
||||
claims:
|
||||
- name: nameValue
|
||||
request: requestValue
|
||||
limits:
|
||||
limitsKey: "0"
|
||||
requests:
|
||||
requestsKey: "0"
|
||||
restartPolicy: restartPolicyValue
|
||||
runtimeClassName: runtimeClassNameValue
|
||||
schedulerName: schedulerNameValue
|
||||
@@ -888,6 +899,7 @@ spec:
|
||||
runAsGroup: 6
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2
|
||||
seLinuxChangePolicy: seLinuxChangePolicyValue
|
||||
seLinuxOptions:
|
||||
level: levelValue
|
||||
role: roleValue
|
||||
@@ -1237,5 +1249,6 @@ status:
|
||||
observedGeneration: 1
|
||||
readyReplicas: 7
|
||||
replicas: 2
|
||||
terminatingReplicas: 9
|
||||
unavailableReplicas: 5
|
||||
updatedReplicas: 3
|
||||
@@ -748,7 +748,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1044,7 +1045,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1340,7 +1342,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1438,7 +1441,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1766,7 +1770,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"volumeClaimTemplates": [
|
||||
Binary file not shown.
@@ -285,6 +285,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -501,6 +502,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -719,6 +721,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -872,6 +875,14 @@ spec:
|
||||
- name: nameValue
|
||||
resourceClaimName: resourceClaimNameValue
|
||||
resourceClaimTemplateName: resourceClaimTemplateNameValue
|
||||
resources:
|
||||
claims:
|
||||
- name: nameValue
|
||||
request: requestValue
|
||||
limits:
|
||||
limitsKey: "0"
|
||||
requests:
|
||||
requestsKey: "0"
|
||||
restartPolicy: restartPolicyValue
|
||||
runtimeClassName: runtimeClassNameValue
|
||||
schedulerName: schedulerNameValue
|
||||
@@ -886,6 +897,7 @@ spec:
|
||||
runAsGroup: 6
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2
|
||||
seLinuxChangePolicy: seLinuxChangePolicyValue
|
||||
seLinuxOptions:
|
||||
level: levelValue
|
||||
role: roleValue
|
||||
@@ -747,7 +747,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1043,7 +1044,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1339,7 +1341,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1437,7 +1440,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1765,7 +1769,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"updateStrategy": {
|
||||
Binary file not shown.
@@ -277,6 +277,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -493,6 +494,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -711,6 +713,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -864,6 +867,14 @@ spec:
|
||||
- name: nameValue
|
||||
resourceClaimName: resourceClaimNameValue
|
||||
resourceClaimTemplateName: resourceClaimTemplateNameValue
|
||||
resources:
|
||||
claims:
|
||||
- name: nameValue
|
||||
request: requestValue
|
||||
limits:
|
||||
limitsKey: "0"
|
||||
requests:
|
||||
requestsKey: "0"
|
||||
restartPolicy: restartPolicyValue
|
||||
runtimeClassName: runtimeClassNameValue
|
||||
schedulerName: schedulerNameValue
|
||||
@@ -878,6 +889,7 @@ spec:
|
||||
runAsGroup: 6
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2
|
||||
seLinuxChangePolicy: seLinuxChangePolicyValue
|
||||
seLinuxOptions:
|
||||
level: levelValue
|
||||
role: roleValue
|
||||
@@ -748,7 +748,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1044,7 +1045,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1340,7 +1342,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1438,7 +1441,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1766,7 +1770,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"strategy": {
|
||||
@@ -1788,6 +1806,7 @@
|
||||
"readyReplicas": 7,
|
||||
"availableReplicas": 4,
|
||||
"unavailableReplicas": 5,
|
||||
"terminatingReplicas": 9,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "typeValue",
|
||||
Binary file not shown.
@@ -285,6 +285,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -501,6 +502,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -719,6 +721,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -872,6 +875,14 @@ spec:
|
||||
- name: nameValue
|
||||
resourceClaimName: resourceClaimNameValue
|
||||
resourceClaimTemplateName: resourceClaimTemplateNameValue
|
||||
resources:
|
||||
claims:
|
||||
- name: nameValue
|
||||
request: requestValue
|
||||
limits:
|
||||
limitsKey: "0"
|
||||
requests:
|
||||
requestsKey: "0"
|
||||
restartPolicy: restartPolicyValue
|
||||
runtimeClassName: runtimeClassNameValue
|
||||
schedulerName: schedulerNameValue
|
||||
@@ -886,6 +897,7 @@ spec:
|
||||
runAsGroup: 6
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2
|
||||
seLinuxChangePolicy: seLinuxChangePolicyValue
|
||||
seLinuxOptions:
|
||||
level: levelValue
|
||||
role: roleValue
|
||||
@@ -1235,5 +1247,6 @@ status:
|
||||
observedGeneration: 1
|
||||
readyReplicas: 7
|
||||
replicas: 2
|
||||
terminatingReplicas: 9
|
||||
unavailableReplicas: 5
|
||||
updatedReplicas: 3
|
||||
@@ -749,7 +749,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1045,7 +1046,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1341,7 +1343,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1439,7 +1442,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1767,7 +1771,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1776,6 +1794,7 @@
|
||||
"fullyLabeledReplicas": 2,
|
||||
"readyReplicas": 4,
|
||||
"availableReplicas": 5,
|
||||
"terminatingReplicas": 7,
|
||||
"observedGeneration": 3,
|
||||
"conditions": [
|
||||
{
|
||||
Binary file not shown.
@@ -277,6 +277,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -493,6 +494,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -711,6 +713,7 @@ spec:
|
||||
tcpSocket:
|
||||
host: hostValue
|
||||
port: portValue
|
||||
stopSignal: stopSignalValue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
@@ -864,6 +867,14 @@ spec:
|
||||
- name: nameValue
|
||||
resourceClaimName: resourceClaimNameValue
|
||||
resourceClaimTemplateName: resourceClaimTemplateNameValue
|
||||
resources:
|
||||
claims:
|
||||
- name: nameValue
|
||||
request: requestValue
|
||||
limits:
|
||||
limitsKey: "0"
|
||||
requests:
|
||||
requestsKey: "0"
|
||||
restartPolicy: restartPolicyValue
|
||||
runtimeClassName: runtimeClassNameValue
|
||||
schedulerName: schedulerNameValue
|
||||
@@ -878,6 +889,7 @@ spec:
|
||||
runAsGroup: 6
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2
|
||||
seLinuxChangePolicy: seLinuxChangePolicyValue
|
||||
seLinuxOptions:
|
||||
level: levelValue
|
||||
role: roleValue
|
||||
@@ -1226,3 +1238,4 @@ status:
|
||||
observedGeneration: 3
|
||||
readyReplicas: 4
|
||||
replicas: 1
|
||||
terminatingReplicas: 7
|
||||
@@ -748,7 +748,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1044,7 +1045,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1340,7 +1342,8 @@
|
||||
"sleep": {
|
||||
"seconds": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"stopSignal": "stopSignalValue"
|
||||
},
|
||||
"terminationMessagePath": "terminationMessagePathValue",
|
||||
"terminationMessagePolicy": "terminationMessagePolicyValue",
|
||||
@@ -1438,7 +1441,8 @@
|
||||
"appArmorProfile": {
|
||||
"type": "typeValue",
|
||||
"localhostProfile": "localhostProfileValue"
|
||||
}
|
||||
},
|
||||
"seLinuxChangePolicy": "seLinuxChangePolicyValue"
|
||||
},
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
@@ -1766,7 +1770,21 @@
|
||||
"resourceClaimName": "resourceClaimNameValue",
|
||||
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
|
||||
}
|
||||
]
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"limitsKey": "0"
|
||||
},
|
||||
"requests": {
|
||||
"requestsKey": "0"
|
||||
},
|
||||
"claims": [
|
||||
{
|
||||
"name": "nameValue",
|
||||
"request": "requestValue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"volumeClaimTemplates": [
|
||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user