Merge pull request #131465 from pacoxu/v1.33.0-api-testdata

v1.33.0 api testdata
This commit is contained in:
Kubernetes Prow Robot
2025-04-25 06:24:38 -07:00
committed by GitHub
545 changed files with 3505 additions and 198 deletions

View File

@@ -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"
}
}

View File

@@ -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

View File

@@ -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"
}
}
}

View File

@@ -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

View File

@@ -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": {

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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": [
{

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": {

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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": [
{

View File

@@ -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

View File

@@ -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": [

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