Merge pull request #133966 from kei01234kei/v1.34.0-api-testdata

Add v1.34.0 API testdata
This commit is contained in:
Kubernetes Prow Robot
2025-09-09 16:19:55 -07:00
committed by GitHub
549 changed files with 5096 additions and 232 deletions

View File

@@ -0,0 +1,148 @@
{
"kind": "MutatingAdmissionPolicy",
"apiVersion": "admissionregistration.k8s.io/v1beta1",
"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/v1beta1
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/v1beta1",
"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/v1beta1
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

@@ -360,6 +360,14 @@
},
"optional": true,
"path": "pathValue"
},
"podCertificate": {
"signerName": "signerNameValue",
"keyType": "keyTypeValue",
"maxExpirationSeconds": 3,
"credentialBundlePath": "credentialBundlePathValue",
"keyPath": "keyPathValue",
"certificateChainPath": "certificateChainPathValue"
}
}
],
@@ -554,6 +562,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -579,6 +593,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -747,7 +772,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -850,6 +876,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -875,6 +907,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1043,7 +1086,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1146,6 +1190,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -1171,6 +1221,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1339,7 +1400,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1780,7 +1842,8 @@
"request": "requestValue"
}
]
}
},
"hostnameOverride": "hostnameOverrideValue"
}
},
"updateStrategy": {

View File

@@ -224,6 +224,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -277,6 +282,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -344,6 +350,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -440,6 +452,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -493,6 +510,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -560,6 +578,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -640,6 +664,7 @@ spec:
hostPID: true
hostUsers: true
hostname: hostnameValue
hostnameOverride: hostnameOverrideValue
imagePullSecrets:
- name: nameValue
initContainers:
@@ -658,6 +683,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -711,6 +741,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -778,6 +809,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -1162,6 +1199,13 @@ spec:
containerName: containerNameValue
divisor: "0"
resource: resourceValue
podCertificate:
certificateChainPath: certificateChainPathValue
credentialBundlePath: credentialBundlePathValue
keyPath: keyPathValue
keyType: keyTypeValue
maxExpirationSeconds: 3
signerName: signerNameValue
secret:
items:
- key: keyValue

View File

@@ -361,6 +361,14 @@
},
"optional": true,
"path": "pathValue"
},
"podCertificate": {
"signerName": "signerNameValue",
"keyType": "keyTypeValue",
"maxExpirationSeconds": 3,
"credentialBundlePath": "credentialBundlePathValue",
"keyPath": "keyPathValue",
"certificateChainPath": "certificateChainPathValue"
}
}
],
@@ -555,6 +563,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -580,6 +594,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -748,7 +773,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -851,6 +877,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -876,6 +908,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1044,7 +1087,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1147,6 +1191,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -1172,6 +1222,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1340,7 +1401,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1781,7 +1843,8 @@
"request": "requestValue"
}
]
}
},
"hostnameOverride": "hostnameOverrideValue"
}
},
"strategy": {
@@ -1803,6 +1866,7 @@
"readyReplicas": 7,
"availableReplicas": 4,
"unavailableReplicas": 5,
"terminatingReplicas": 9,
"conditions": [
{
"type": "typeValue",

View File

@@ -232,6 +232,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -285,6 +290,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -352,6 +358,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -448,6 +460,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -501,6 +518,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -568,6 +586,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -648,6 +672,7 @@ spec:
hostPID: true
hostUsers: true
hostname: hostnameValue
hostnameOverride: hostnameOverrideValue
imagePullSecrets:
- name: nameValue
initContainers:
@@ -666,6 +691,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -719,6 +749,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -786,6 +817,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -1170,6 +1207,13 @@ spec:
containerName: containerNameValue
divisor: "0"
resource: resourceValue
podCertificate:
certificateChainPath: certificateChainPathValue
credentialBundlePath: credentialBundlePathValue
keyPath: keyPathValue
keyType: keyTypeValue
maxExpirationSeconds: 3
signerName: signerNameValue
secret:
items:
- key: keyValue
@@ -1244,5 +1288,6 @@ status:
observedGeneration: 1
readyReplicas: 7
replicas: 2
terminatingReplicas: 9
unavailableReplicas: 5
updatedReplicas: 3

View File

@@ -362,6 +362,14 @@
},
"optional": true,
"path": "pathValue"
},
"podCertificate": {
"signerName": "signerNameValue",
"keyType": "keyTypeValue",
"maxExpirationSeconds": 3,
"credentialBundlePath": "credentialBundlePathValue",
"keyPath": "keyPathValue",
"certificateChainPath": "certificateChainPathValue"
}
}
],
@@ -556,6 +564,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -581,6 +595,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -749,7 +774,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -852,6 +878,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -877,6 +909,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1045,7 +1088,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1148,6 +1192,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -1173,6 +1223,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1341,7 +1402,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1782,7 +1844,8 @@
"request": "requestValue"
}
]
}
},
"hostnameOverride": "hostnameOverrideValue"
}
}
},
@@ -1791,6 +1854,7 @@
"fullyLabeledReplicas": 2,
"readyReplicas": 4,
"availableReplicas": 5,
"terminatingReplicas": 7,
"observedGeneration": 3,
"conditions": [
{

View File

@@ -224,6 +224,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -277,6 +282,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -344,6 +350,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -440,6 +452,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -493,6 +510,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -560,6 +578,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -640,6 +664,7 @@ spec:
hostPID: true
hostUsers: true
hostname: hostnameValue
hostnameOverride: hostnameOverrideValue
imagePullSecrets:
- name: nameValue
initContainers:
@@ -658,6 +683,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -711,6 +741,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -778,6 +809,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -1162,6 +1199,13 @@ spec:
containerName: containerNameValue
divisor: "0"
resource: resourceValue
podCertificate:
certificateChainPath: certificateChainPathValue
credentialBundlePath: credentialBundlePathValue
keyPath: keyPathValue
keyType: keyTypeValue
maxExpirationSeconds: 3
signerName: signerNameValue
secret:
items:
- key: keyValue
@@ -1235,3 +1279,4 @@ status:
observedGeneration: 3
readyReplicas: 4
replicas: 1
terminatingReplicas: 7

View File

@@ -361,6 +361,14 @@
},
"optional": true,
"path": "pathValue"
},
"podCertificate": {
"signerName": "signerNameValue",
"keyType": "keyTypeValue",
"maxExpirationSeconds": 3,
"credentialBundlePath": "credentialBundlePathValue",
"keyPath": "keyPathValue",
"certificateChainPath": "certificateChainPathValue"
}
}
],
@@ -555,6 +563,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -580,6 +594,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -748,7 +773,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -851,6 +877,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -876,6 +908,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1044,7 +1087,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1147,6 +1191,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -1172,6 +1222,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1340,7 +1401,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1781,7 +1843,8 @@
"request": "requestValue"
}
]
}
},
"hostnameOverride": "hostnameOverrideValue"
}
},
"volumeClaimTemplates": [

View File

@@ -232,6 +232,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -285,6 +290,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -352,6 +358,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -448,6 +460,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -501,6 +518,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -568,6 +586,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -648,6 +672,7 @@ spec:
hostPID: true
hostUsers: true
hostname: hostnameValue
hostnameOverride: hostnameOverrideValue
imagePullSecrets:
- name: nameValue
initContainers:
@@ -666,6 +691,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -719,6 +749,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -786,6 +817,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -1170,6 +1207,13 @@ spec:
containerName: containerNameValue
divisor: "0"
resource: resourceValue
podCertificate:
certificateChainPath: certificateChainPathValue
credentialBundlePath: credentialBundlePathValue
keyPath: keyPathValue
keyType: keyTypeValue
maxExpirationSeconds: 3
signerName: signerNameValue
secret:
items:
- key: keyValue

View File

@@ -361,6 +361,14 @@
},
"optional": true,
"path": "pathValue"
},
"podCertificate": {
"signerName": "signerNameValue",
"keyType": "keyTypeValue",
"maxExpirationSeconds": 3,
"credentialBundlePath": "credentialBundlePathValue",
"keyPath": "keyPathValue",
"certificateChainPath": "certificateChainPathValue"
}
}
],
@@ -555,6 +563,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -580,6 +594,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -748,7 +773,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -851,6 +877,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -876,6 +908,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1044,7 +1087,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1147,6 +1191,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -1172,6 +1222,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1340,7 +1401,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1781,7 +1843,8 @@
"request": "requestValue"
}
]
}
},
"hostnameOverride": "hostnameOverrideValue"
}
},
"strategy": {
@@ -1806,6 +1869,7 @@
"readyReplicas": 7,
"availableReplicas": 4,
"unavailableReplicas": 5,
"terminatingReplicas": 9,
"conditions": [
{
"type": "typeValue",

View File

@@ -234,6 +234,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -287,6 +292,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -354,6 +360,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -450,6 +462,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -503,6 +520,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -570,6 +588,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -650,6 +674,7 @@ spec:
hostPID: true
hostUsers: true
hostname: hostnameValue
hostnameOverride: hostnameOverrideValue
imagePullSecrets:
- name: nameValue
initContainers:
@@ -668,6 +693,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -721,6 +751,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -788,6 +819,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -1172,6 +1209,13 @@ spec:
containerName: containerNameValue
divisor: "0"
resource: resourceValue
podCertificate:
certificateChainPath: certificateChainPathValue
credentialBundlePath: credentialBundlePathValue
keyPath: keyPathValue
keyType: keyTypeValue
maxExpirationSeconds: 3
signerName: signerNameValue
secret:
items:
- key: keyValue
@@ -1246,5 +1290,6 @@ status:
observedGeneration: 1
readyReplicas: 7
replicas: 2
terminatingReplicas: 9
unavailableReplicas: 5
updatedReplicas: 3

View File

@@ -361,6 +361,14 @@
},
"optional": true,
"path": "pathValue"
},
"podCertificate": {
"signerName": "signerNameValue",
"keyType": "keyTypeValue",
"maxExpirationSeconds": 3,
"credentialBundlePath": "credentialBundlePathValue",
"keyPath": "keyPathValue",
"certificateChainPath": "certificateChainPathValue"
}
}
],
@@ -555,6 +563,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -580,6 +594,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -748,7 +773,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -851,6 +877,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -876,6 +908,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1044,7 +1087,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1147,6 +1191,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -1172,6 +1222,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1340,7 +1401,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1781,7 +1843,8 @@
"request": "requestValue"
}
]
}
},
"hostnameOverride": "hostnameOverrideValue"
}
},
"volumeClaimTemplates": [

View File

@@ -232,6 +232,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -285,6 +290,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -352,6 +358,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -448,6 +460,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -501,6 +518,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -568,6 +586,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -648,6 +672,7 @@ spec:
hostPID: true
hostUsers: true
hostname: hostnameValue
hostnameOverride: hostnameOverrideValue
imagePullSecrets:
- name: nameValue
initContainers:
@@ -666,6 +691,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -719,6 +749,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -786,6 +817,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -1170,6 +1207,13 @@ spec:
containerName: containerNameValue
divisor: "0"
resource: resourceValue
podCertificate:
certificateChainPath: certificateChainPathValue
credentialBundlePath: credentialBundlePathValue
keyPath: keyPathValue
keyType: keyTypeValue
maxExpirationSeconds: 3
signerName: signerNameValue
secret:
items:
- key: keyValue

View File

@@ -360,6 +360,14 @@
},
"optional": true,
"path": "pathValue"
},
"podCertificate": {
"signerName": "signerNameValue",
"keyType": "keyTypeValue",
"maxExpirationSeconds": 3,
"credentialBundlePath": "credentialBundlePathValue",
"keyPath": "keyPathValue",
"certificateChainPath": "certificateChainPathValue"
}
}
],
@@ -554,6 +562,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -579,6 +593,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -747,7 +772,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -850,6 +876,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -875,6 +907,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1043,7 +1086,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1146,6 +1190,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -1171,6 +1221,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1339,7 +1400,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1780,7 +1842,8 @@
"request": "requestValue"
}
]
}
},
"hostnameOverride": "hostnameOverrideValue"
}
},
"updateStrategy": {

View File

@@ -224,6 +224,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -277,6 +282,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -344,6 +350,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -440,6 +452,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -493,6 +510,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -560,6 +578,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -640,6 +664,7 @@ spec:
hostPID: true
hostUsers: true
hostname: hostnameValue
hostnameOverride: hostnameOverrideValue
imagePullSecrets:
- name: nameValue
initContainers:
@@ -658,6 +683,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -711,6 +741,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -778,6 +809,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -1162,6 +1199,13 @@ spec:
containerName: containerNameValue
divisor: "0"
resource: resourceValue
podCertificate:
certificateChainPath: certificateChainPathValue
credentialBundlePath: credentialBundlePathValue
keyPath: keyPathValue
keyType: keyTypeValue
maxExpirationSeconds: 3
signerName: signerNameValue
secret:
items:
- key: keyValue

View File

@@ -361,6 +361,14 @@
},
"optional": true,
"path": "pathValue"
},
"podCertificate": {
"signerName": "signerNameValue",
"keyType": "keyTypeValue",
"maxExpirationSeconds": 3,
"credentialBundlePath": "credentialBundlePathValue",
"keyPath": "keyPathValue",
"certificateChainPath": "certificateChainPathValue"
}
}
],
@@ -555,6 +563,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -580,6 +594,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -748,7 +773,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -851,6 +877,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -876,6 +908,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1044,7 +1087,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1147,6 +1191,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -1172,6 +1222,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1340,7 +1401,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1781,7 +1843,8 @@
"request": "requestValue"
}
]
}
},
"hostnameOverride": "hostnameOverrideValue"
}
},
"strategy": {
@@ -1803,6 +1866,7 @@
"readyReplicas": 7,
"availableReplicas": 4,
"unavailableReplicas": 5,
"terminatingReplicas": 9,
"conditions": [
{
"type": "typeValue",

View File

@@ -232,6 +232,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -285,6 +290,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -352,6 +358,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -448,6 +460,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -501,6 +518,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -568,6 +586,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -648,6 +672,7 @@ spec:
hostPID: true
hostUsers: true
hostname: hostnameValue
hostnameOverride: hostnameOverrideValue
imagePullSecrets:
- name: nameValue
initContainers:
@@ -666,6 +691,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -719,6 +749,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -786,6 +817,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -1170,6 +1207,13 @@ spec:
containerName: containerNameValue
divisor: "0"
resource: resourceValue
podCertificate:
certificateChainPath: certificateChainPathValue
credentialBundlePath: credentialBundlePathValue
keyPath: keyPathValue
keyType: keyTypeValue
maxExpirationSeconds: 3
signerName: signerNameValue
secret:
items:
- key: keyValue
@@ -1244,5 +1288,6 @@ status:
observedGeneration: 1
readyReplicas: 7
replicas: 2
terminatingReplicas: 9
unavailableReplicas: 5
updatedReplicas: 3

View File

@@ -362,6 +362,14 @@
},
"optional": true,
"path": "pathValue"
},
"podCertificate": {
"signerName": "signerNameValue",
"keyType": "keyTypeValue",
"maxExpirationSeconds": 3,
"credentialBundlePath": "credentialBundlePathValue",
"keyPath": "keyPathValue",
"certificateChainPath": "certificateChainPathValue"
}
}
],
@@ -556,6 +564,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -581,6 +595,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -749,7 +774,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -852,6 +878,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -877,6 +909,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1045,7 +1088,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1148,6 +1192,12 @@
"name": "nameValue",
"key": "keyValue",
"optional": true
},
"fileKeyRef": {
"volumeName": "volumeNameValue",
"path": "pathValue",
"key": "keyValue",
"optional": true
}
}
}
@@ -1173,6 +1223,17 @@
}
],
"restartPolicy": "restartPolicyValue",
"restartPolicyRules": [
{
"action": "actionValue",
"exitCodes": {
"operator": "operatorValue",
"values": [
2
]
}
}
],
"volumeMounts": [
{
"name": "nameValue",
@@ -1341,7 +1402,8 @@
"sleep": {
"seconds": 1
}
}
},
"stopSignal": "stopSignalValue"
},
"terminationMessagePath": "terminationMessagePathValue",
"terminationMessagePolicy": "terminationMessagePolicyValue",
@@ -1782,7 +1844,8 @@
"request": "requestValue"
}
]
}
},
"hostnameOverride": "hostnameOverrideValue"
}
}
},
@@ -1791,6 +1854,7 @@
"fullyLabeledReplicas": 2,
"readyReplicas": 4,
"availableReplicas": 5,
"terminatingReplicas": 7,
"observedGeneration": 3,
"conditions": [
{

View File

@@ -224,6 +224,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -277,6 +282,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -344,6 +350,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -440,6 +452,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -493,6 +510,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -560,6 +578,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -640,6 +664,7 @@ spec:
hostPID: true
hostUsers: true
hostname: hostnameValue
hostnameOverride: hostnameOverrideValue
imagePullSecrets:
- name: nameValue
initContainers:
@@ -658,6 +683,11 @@ spec:
fieldRef:
apiVersion: apiVersionValue
fieldPath: fieldPathValue
fileKeyRef:
key: keyValue
optional: true
path: pathValue
volumeName: volumeNameValue
resourceFieldRef:
containerName: containerNameValue
divisor: "0"
@@ -711,6 +741,7 @@ spec:
tcpSocket:
host: hostValue
port: portValue
stopSignal: stopSignalValue
livenessProbe:
exec:
command:
@@ -778,6 +809,12 @@ spec:
requests:
requestsKey: "0"
restartPolicy: restartPolicyValue
restartPolicyRules:
- action: actionValue
exitCodes:
operator: operatorValue
values:
- 2
securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
@@ -1162,6 +1199,13 @@ spec:
containerName: containerNameValue
divisor: "0"
resource: resourceValue
podCertificate:
certificateChainPath: certificateChainPathValue
credentialBundlePath: credentialBundlePathValue
keyPath: keyPathValue
keyType: keyTypeValue
maxExpirationSeconds: 3
signerName: signerNameValue
secret:
items:
- key: keyValue
@@ -1235,3 +1279,4 @@ status:
observedGeneration: 3
readyReplicas: 4
replicas: 1
terminatingReplicas: 7

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