...

Text file src/k8s.io/api/testdata/v1.28.0/batch.v1beta1.CronJob.after_roundtrip.yaml

Documentation: k8s.io/api/testdata/v1.28.0

     1apiVersion: batch/v1beta1
     2kind: CronJob
     3metadata:
     4  annotations:
     5    annotationsKey: annotationsValue
     6  creationTimestamp: "2008-01-01T01:01:01Z"
     7  deletionGracePeriodSeconds: 10
     8  deletionTimestamp: "2009-01-01T01:01:01Z"
     9  finalizers:
    10  - finalizersValue
    11  generateName: generateNameValue
    12  generation: 7
    13  labels:
    14    labelsKey: labelsValue
    15  managedFields:
    16  - apiVersion: apiVersionValue
    17    fieldsType: fieldsTypeValue
    18    fieldsV1: {}
    19    manager: managerValue
    20    operation: operationValue
    21    subresource: subresourceValue
    22    time: "2004-01-01T01:01:01Z"
    23  name: nameValue
    24  namespace: namespaceValue
    25  ownerReferences:
    26  - apiVersion: apiVersionValue
    27    blockOwnerDeletion: true
    28    controller: true
    29    kind: kindValue
    30    name: nameValue
    31    uid: uidValue
    32  resourceVersion: resourceVersionValue
    33  selfLink: selfLinkValue
    34  uid: uidValue
    35spec:
    36  concurrencyPolicy: concurrencyPolicyValue
    37  failedJobsHistoryLimit: 7
    38  jobTemplate:
    39    metadata:
    40      annotations:
    41        annotationsKey: annotationsValue
    42      creationTimestamp: "2008-01-01T01:01:01Z"
    43      deletionGracePeriodSeconds: 10
    44      deletionTimestamp: "2009-01-01T01:01:01Z"
    45      finalizers:
    46      - finalizersValue
    47      generateName: generateNameValue
    48      generation: 7
    49      labels:
    50        labelsKey: labelsValue
    51      managedFields:
    52      - apiVersion: apiVersionValue
    53        fieldsType: fieldsTypeValue
    54        fieldsV1: {}
    55        manager: managerValue
    56        operation: operationValue
    57        subresource: subresourceValue
    58        time: "2004-01-01T01:01:01Z"
    59      name: nameValue
    60      namespace: namespaceValue
    61      ownerReferences:
    62      - apiVersion: apiVersionValue
    63        blockOwnerDeletion: true
    64        controller: true
    65        kind: kindValue
    66        name: nameValue
    67        uid: uidValue
    68      resourceVersion: resourceVersionValue
    69      selfLink: selfLinkValue
    70      uid: uidValue
    71    spec:
    72      activeDeadlineSeconds: 3
    73      backoffLimit: 7
    74      backoffLimitPerIndex: 12
    75      completionMode: completionModeValue
    76      completions: 2
    77      manualSelector: true
    78      maxFailedIndexes: 13
    79      parallelism: 1
    80      podFailurePolicy:
    81        rules:
    82        - action: actionValue
    83          onExitCodes:
    84            containerName: containerNameValue
    85            operator: operatorValue
    86            values:
    87            - 3
    88          onPodConditions:
    89          - status: statusValue
    90            type: typeValue
    91      podReplacementPolicy: podReplacementPolicyValue
    92      selector:
    93        matchExpressions:
    94        - key: keyValue
    95          operator: operatorValue
    96          values:
    97          - valuesValue
    98        matchLabels:
    99          matchLabelsKey: matchLabelsValue
   100      suspend: true
   101      template:
   102        metadata:
   103          annotations:
   104            annotationsKey: annotationsValue
   105          creationTimestamp: "2008-01-01T01:01:01Z"
   106          deletionGracePeriodSeconds: 10
   107          deletionTimestamp: "2009-01-01T01:01:01Z"
   108          finalizers:
   109          - finalizersValue
   110          generateName: generateNameValue
   111          generation: 7
   112          labels:
   113            labelsKey: labelsValue
   114          managedFields:
   115          - apiVersion: apiVersionValue
   116            fieldsType: fieldsTypeValue
   117            fieldsV1: {}
   118            manager: managerValue
   119            operation: operationValue
   120            subresource: subresourceValue
   121            time: "2004-01-01T01:01:01Z"
   122          name: nameValue
   123          namespace: namespaceValue
   124          ownerReferences:
   125          - apiVersion: apiVersionValue
   126            blockOwnerDeletion: true
   127            controller: true
   128            kind: kindValue
   129            name: nameValue
   130            uid: uidValue
   131          resourceVersion: resourceVersionValue
   132          selfLink: selfLinkValue
   133          uid: uidValue
   134        spec:
   135          activeDeadlineSeconds: 5
   136          affinity:
   137            nodeAffinity:
   138              preferredDuringSchedulingIgnoredDuringExecution:
   139              - preference:
   140                  matchExpressions:
   141                  - key: keyValue
   142                    operator: operatorValue
   143                    values:
   144                    - valuesValue
   145                  matchFields:
   146                  - key: keyValue
   147                    operator: operatorValue
   148                    values:
   149                    - valuesValue
   150                weight: 1
   151              requiredDuringSchedulingIgnoredDuringExecution:
   152                nodeSelectorTerms:
   153                - matchExpressions:
   154                  - key: keyValue
   155                    operator: operatorValue
   156                    values:
   157                    - valuesValue
   158                  matchFields:
   159                  - key: keyValue
   160                    operator: operatorValue
   161                    values:
   162                    - valuesValue
   163            podAffinity:
   164              preferredDuringSchedulingIgnoredDuringExecution:
   165              - podAffinityTerm:
   166                  labelSelector:
   167                    matchExpressions:
   168                    - key: keyValue
   169                      operator: operatorValue
   170                      values:
   171                      - valuesValue
   172                    matchLabels:
   173                      matchLabelsKey: matchLabelsValue
   174                  namespaceSelector:
   175                    matchExpressions:
   176                    - key: keyValue
   177                      operator: operatorValue
   178                      values:
   179                      - valuesValue
   180                    matchLabels:
   181                      matchLabelsKey: matchLabelsValue
   182                  namespaces:
   183                  - namespacesValue
   184                  topologyKey: topologyKeyValue
   185                weight: 1
   186              requiredDuringSchedulingIgnoredDuringExecution:
   187              - labelSelector:
   188                  matchExpressions:
   189                  - key: keyValue
   190                    operator: operatorValue
   191                    values:
   192                    - valuesValue
   193                  matchLabels:
   194                    matchLabelsKey: matchLabelsValue
   195                namespaceSelector:
   196                  matchExpressions:
   197                  - key: keyValue
   198                    operator: operatorValue
   199                    values:
   200                    - valuesValue
   201                  matchLabels:
   202                    matchLabelsKey: matchLabelsValue
   203                namespaces:
   204                - namespacesValue
   205                topologyKey: topologyKeyValue
   206            podAntiAffinity:
   207              preferredDuringSchedulingIgnoredDuringExecution:
   208              - podAffinityTerm:
   209                  labelSelector:
   210                    matchExpressions:
   211                    - key: keyValue
   212                      operator: operatorValue
   213                      values:
   214                      - valuesValue
   215                    matchLabels:
   216                      matchLabelsKey: matchLabelsValue
   217                  namespaceSelector:
   218                    matchExpressions:
   219                    - key: keyValue
   220                      operator: operatorValue
   221                      values:
   222                      - valuesValue
   223                    matchLabels:
   224                      matchLabelsKey: matchLabelsValue
   225                  namespaces:
   226                  - namespacesValue
   227                  topologyKey: topologyKeyValue
   228                weight: 1
   229              requiredDuringSchedulingIgnoredDuringExecution:
   230              - labelSelector:
   231                  matchExpressions:
   232                  - key: keyValue
   233                    operator: operatorValue
   234                    values:
   235                    - valuesValue
   236                  matchLabels:
   237                    matchLabelsKey: matchLabelsValue
   238                namespaceSelector:
   239                  matchExpressions:
   240                  - key: keyValue
   241                    operator: operatorValue
   242                    values:
   243                    - valuesValue
   244                  matchLabels:
   245                    matchLabelsKey: matchLabelsValue
   246                namespaces:
   247                - namespacesValue
   248                topologyKey: topologyKeyValue
   249          automountServiceAccountToken: true
   250          containers:
   251          - args:
   252            - argsValue
   253            command:
   254            - commandValue
   255            env:
   256            - name: nameValue
   257              value: valueValue
   258              valueFrom:
   259                configMapKeyRef:
   260                  key: keyValue
   261                  name: nameValue
   262                  optional: true
   263                fieldRef:
   264                  apiVersion: apiVersionValue
   265                  fieldPath: fieldPathValue
   266                resourceFieldRef:
   267                  containerName: containerNameValue
   268                  divisor: "0"
   269                  resource: resourceValue
   270                secretKeyRef:
   271                  key: keyValue
   272                  name: nameValue
   273                  optional: true
   274            envFrom:
   275            - configMapRef:
   276                name: nameValue
   277                optional: true
   278              prefix: prefixValue
   279              secretRef:
   280                name: nameValue
   281                optional: true
   282            image: imageValue
   283            imagePullPolicy: imagePullPolicyValue
   284            lifecycle:
   285              postStart:
   286                exec:
   287                  command:
   288                  - commandValue
   289                httpGet:
   290                  host: hostValue
   291                  httpHeaders:
   292                  - name: nameValue
   293                    value: valueValue
   294                  path: pathValue
   295                  port: portValue
   296                  scheme: schemeValue
   297                tcpSocket:
   298                  host: hostValue
   299                  port: portValue
   300              preStop:
   301                exec:
   302                  command:
   303                  - commandValue
   304                httpGet:
   305                  host: hostValue
   306                  httpHeaders:
   307                  - name: nameValue
   308                    value: valueValue
   309                  path: pathValue
   310                  port: portValue
   311                  scheme: schemeValue
   312                tcpSocket:
   313                  host: hostValue
   314                  port: portValue
   315            livenessProbe:
   316              exec:
   317                command:
   318                - commandValue
   319              failureThreshold: 6
   320              grpc:
   321                port: 1
   322                service: serviceValue
   323              httpGet:
   324                host: hostValue
   325                httpHeaders:
   326                - name: nameValue
   327                  value: valueValue
   328                path: pathValue
   329                port: portValue
   330                scheme: schemeValue
   331              initialDelaySeconds: 2
   332              periodSeconds: 4
   333              successThreshold: 5
   334              tcpSocket:
   335                host: hostValue
   336                port: portValue
   337              terminationGracePeriodSeconds: 7
   338              timeoutSeconds: 3
   339            name: nameValue
   340            ports:
   341            - containerPort: 3
   342              hostIP: hostIPValue
   343              hostPort: 2
   344              name: nameValue
   345              protocol: protocolValue
   346            readinessProbe:
   347              exec:
   348                command:
   349                - commandValue
   350              failureThreshold: 6
   351              grpc:
   352                port: 1
   353                service: serviceValue
   354              httpGet:
   355                host: hostValue
   356                httpHeaders:
   357                - name: nameValue
   358                  value: valueValue
   359                path: pathValue
   360                port: portValue
   361                scheme: schemeValue
   362              initialDelaySeconds: 2
   363              periodSeconds: 4
   364              successThreshold: 5
   365              tcpSocket:
   366                host: hostValue
   367                port: portValue
   368              terminationGracePeriodSeconds: 7
   369              timeoutSeconds: 3
   370            resizePolicy:
   371            - resourceName: resourceNameValue
   372              restartPolicy: restartPolicyValue
   373            resources:
   374              claims:
   375              - name: nameValue
   376              limits:
   377                limitsKey: "0"
   378              requests:
   379                requestsKey: "0"
   380            restartPolicy: restartPolicyValue
   381            securityContext:
   382              allowPrivilegeEscalation: true
   383              capabilities:
   384                add:
   385                - addValue
   386                drop:
   387                - dropValue
   388              privileged: true
   389              procMount: procMountValue
   390              readOnlyRootFilesystem: true
   391              runAsGroup: 8
   392              runAsNonRoot: true
   393              runAsUser: 4
   394              seLinuxOptions:
   395                level: levelValue
   396                role: roleValue
   397                type: typeValue
   398                user: userValue
   399              seccompProfile:
   400                localhostProfile: localhostProfileValue
   401                type: typeValue
   402              windowsOptions:
   403                gmsaCredentialSpec: gmsaCredentialSpecValue
   404                gmsaCredentialSpecName: gmsaCredentialSpecNameValue
   405                hostProcess: true
   406                runAsUserName: runAsUserNameValue
   407            startupProbe:
   408              exec:
   409                command:
   410                - commandValue
   411              failureThreshold: 6
   412              grpc:
   413                port: 1
   414                service: serviceValue
   415              httpGet:
   416                host: hostValue
   417                httpHeaders:
   418                - name: nameValue
   419                  value: valueValue
   420                path: pathValue
   421                port: portValue
   422                scheme: schemeValue
   423              initialDelaySeconds: 2
   424              periodSeconds: 4
   425              successThreshold: 5
   426              tcpSocket:
   427                host: hostValue
   428                port: portValue
   429              terminationGracePeriodSeconds: 7
   430              timeoutSeconds: 3
   431            stdin: true
   432            stdinOnce: true
   433            terminationMessagePath: terminationMessagePathValue
   434            terminationMessagePolicy: terminationMessagePolicyValue
   435            tty: true
   436            volumeDevices:
   437            - devicePath: devicePathValue
   438              name: nameValue
   439            volumeMounts:
   440            - mountPath: mountPathValue
   441              mountPropagation: mountPropagationValue
   442              name: nameValue
   443              readOnly: true
   444              subPath: subPathValue
   445              subPathExpr: subPathExprValue
   446            workingDir: workingDirValue
   447          dnsConfig:
   448            nameservers:
   449            - nameserversValue
   450            options:
   451            - name: nameValue
   452              value: valueValue
   453            searches:
   454            - searchesValue
   455          dnsPolicy: dnsPolicyValue
   456          enableServiceLinks: true
   457          ephemeralContainers:
   458          - args:
   459            - argsValue
   460            command:
   461            - commandValue
   462            env:
   463            - name: nameValue
   464              value: valueValue
   465              valueFrom:
   466                configMapKeyRef:
   467                  key: keyValue
   468                  name: nameValue
   469                  optional: true
   470                fieldRef:
   471                  apiVersion: apiVersionValue
   472                  fieldPath: fieldPathValue
   473                resourceFieldRef:
   474                  containerName: containerNameValue
   475                  divisor: "0"
   476                  resource: resourceValue
   477                secretKeyRef:
   478                  key: keyValue
   479                  name: nameValue
   480                  optional: true
   481            envFrom:
   482            - configMapRef:
   483                name: nameValue
   484                optional: true
   485              prefix: prefixValue
   486              secretRef:
   487                name: nameValue
   488                optional: true
   489            image: imageValue
   490            imagePullPolicy: imagePullPolicyValue
   491            lifecycle:
   492              postStart:
   493                exec:
   494                  command:
   495                  - commandValue
   496                httpGet:
   497                  host: hostValue
   498                  httpHeaders:
   499                  - name: nameValue
   500                    value: valueValue
   501                  path: pathValue
   502                  port: portValue
   503                  scheme: schemeValue
   504                tcpSocket:
   505                  host: hostValue
   506                  port: portValue
   507              preStop:
   508                exec:
   509                  command:
   510                  - commandValue
   511                httpGet:
   512                  host: hostValue
   513                  httpHeaders:
   514                  - name: nameValue
   515                    value: valueValue
   516                  path: pathValue
   517                  port: portValue
   518                  scheme: schemeValue
   519                tcpSocket:
   520                  host: hostValue
   521                  port: portValue
   522            livenessProbe:
   523              exec:
   524                command:
   525                - commandValue
   526              failureThreshold: 6
   527              grpc:
   528                port: 1
   529                service: serviceValue
   530              httpGet:
   531                host: hostValue
   532                httpHeaders:
   533                - name: nameValue
   534                  value: valueValue
   535                path: pathValue
   536                port: portValue
   537                scheme: schemeValue
   538              initialDelaySeconds: 2
   539              periodSeconds: 4
   540              successThreshold: 5
   541              tcpSocket:
   542                host: hostValue
   543                port: portValue
   544              terminationGracePeriodSeconds: 7
   545              timeoutSeconds: 3
   546            name: nameValue
   547            ports:
   548            - containerPort: 3
   549              hostIP: hostIPValue
   550              hostPort: 2
   551              name: nameValue
   552              protocol: protocolValue
   553            readinessProbe:
   554              exec:
   555                command:
   556                - commandValue
   557              failureThreshold: 6
   558              grpc:
   559                port: 1
   560                service: serviceValue
   561              httpGet:
   562                host: hostValue
   563                httpHeaders:
   564                - name: nameValue
   565                  value: valueValue
   566                path: pathValue
   567                port: portValue
   568                scheme: schemeValue
   569              initialDelaySeconds: 2
   570              periodSeconds: 4
   571              successThreshold: 5
   572              tcpSocket:
   573                host: hostValue
   574                port: portValue
   575              terminationGracePeriodSeconds: 7
   576              timeoutSeconds: 3
   577            resizePolicy:
   578            - resourceName: resourceNameValue
   579              restartPolicy: restartPolicyValue
   580            resources:
   581              claims:
   582              - name: nameValue
   583              limits:
   584                limitsKey: "0"
   585              requests:
   586                requestsKey: "0"
   587            restartPolicy: restartPolicyValue
   588            securityContext:
   589              allowPrivilegeEscalation: true
   590              capabilities:
   591                add:
   592                - addValue
   593                drop:
   594                - dropValue
   595              privileged: true
   596              procMount: procMountValue
   597              readOnlyRootFilesystem: true
   598              runAsGroup: 8
   599              runAsNonRoot: true
   600              runAsUser: 4
   601              seLinuxOptions:
   602                level: levelValue
   603                role: roleValue
   604                type: typeValue
   605                user: userValue
   606              seccompProfile:
   607                localhostProfile: localhostProfileValue
   608                type: typeValue
   609              windowsOptions:
   610                gmsaCredentialSpec: gmsaCredentialSpecValue
   611                gmsaCredentialSpecName: gmsaCredentialSpecNameValue
   612                hostProcess: true
   613                runAsUserName: runAsUserNameValue
   614            startupProbe:
   615              exec:
   616                command:
   617                - commandValue
   618              failureThreshold: 6
   619              grpc:
   620                port: 1
   621                service: serviceValue
   622              httpGet:
   623                host: hostValue
   624                httpHeaders:
   625                - name: nameValue
   626                  value: valueValue
   627                path: pathValue
   628                port: portValue
   629                scheme: schemeValue
   630              initialDelaySeconds: 2
   631              periodSeconds: 4
   632              successThreshold: 5
   633              tcpSocket:
   634                host: hostValue
   635                port: portValue
   636              terminationGracePeriodSeconds: 7
   637              timeoutSeconds: 3
   638            stdin: true
   639            stdinOnce: true
   640            targetContainerName: targetContainerNameValue
   641            terminationMessagePath: terminationMessagePathValue
   642            terminationMessagePolicy: terminationMessagePolicyValue
   643            tty: true
   644            volumeDevices:
   645            - devicePath: devicePathValue
   646              name: nameValue
   647            volumeMounts:
   648            - mountPath: mountPathValue
   649              mountPropagation: mountPropagationValue
   650              name: nameValue
   651              readOnly: true
   652              subPath: subPathValue
   653              subPathExpr: subPathExprValue
   654            workingDir: workingDirValue
   655          hostAliases:
   656          - hostnames:
   657            - hostnamesValue
   658            ip: ipValue
   659          hostIPC: true
   660          hostNetwork: true
   661          hostPID: true
   662          hostUsers: true
   663          hostname: hostnameValue
   664          imagePullSecrets:
   665          - name: nameValue
   666          initContainers:
   667          - args:
   668            - argsValue
   669            command:
   670            - commandValue
   671            env:
   672            - name: nameValue
   673              value: valueValue
   674              valueFrom:
   675                configMapKeyRef:
   676                  key: keyValue
   677                  name: nameValue
   678                  optional: true
   679                fieldRef:
   680                  apiVersion: apiVersionValue
   681                  fieldPath: fieldPathValue
   682                resourceFieldRef:
   683                  containerName: containerNameValue
   684                  divisor: "0"
   685                  resource: resourceValue
   686                secretKeyRef:
   687                  key: keyValue
   688                  name: nameValue
   689                  optional: true
   690            envFrom:
   691            - configMapRef:
   692                name: nameValue
   693                optional: true
   694              prefix: prefixValue
   695              secretRef:
   696                name: nameValue
   697                optional: true
   698            image: imageValue
   699            imagePullPolicy: imagePullPolicyValue
   700            lifecycle:
   701              postStart:
   702                exec:
   703                  command:
   704                  - commandValue
   705                httpGet:
   706                  host: hostValue
   707                  httpHeaders:
   708                  - name: nameValue
   709                    value: valueValue
   710                  path: pathValue
   711                  port: portValue
   712                  scheme: schemeValue
   713                tcpSocket:
   714                  host: hostValue
   715                  port: portValue
   716              preStop:
   717                exec:
   718                  command:
   719                  - commandValue
   720                httpGet:
   721                  host: hostValue
   722                  httpHeaders:
   723                  - name: nameValue
   724                    value: valueValue
   725                  path: pathValue
   726                  port: portValue
   727                  scheme: schemeValue
   728                tcpSocket:
   729                  host: hostValue
   730                  port: portValue
   731            livenessProbe:
   732              exec:
   733                command:
   734                - commandValue
   735              failureThreshold: 6
   736              grpc:
   737                port: 1
   738                service: serviceValue
   739              httpGet:
   740                host: hostValue
   741                httpHeaders:
   742                - name: nameValue
   743                  value: valueValue
   744                path: pathValue
   745                port: portValue
   746                scheme: schemeValue
   747              initialDelaySeconds: 2
   748              periodSeconds: 4
   749              successThreshold: 5
   750              tcpSocket:
   751                host: hostValue
   752                port: portValue
   753              terminationGracePeriodSeconds: 7
   754              timeoutSeconds: 3
   755            name: nameValue
   756            ports:
   757            - containerPort: 3
   758              hostIP: hostIPValue
   759              hostPort: 2
   760              name: nameValue
   761              protocol: protocolValue
   762            readinessProbe:
   763              exec:
   764                command:
   765                - commandValue
   766              failureThreshold: 6
   767              grpc:
   768                port: 1
   769                service: serviceValue
   770              httpGet:
   771                host: hostValue
   772                httpHeaders:
   773                - name: nameValue
   774                  value: valueValue
   775                path: pathValue
   776                port: portValue
   777                scheme: schemeValue
   778              initialDelaySeconds: 2
   779              periodSeconds: 4
   780              successThreshold: 5
   781              tcpSocket:
   782                host: hostValue
   783                port: portValue
   784              terminationGracePeriodSeconds: 7
   785              timeoutSeconds: 3
   786            resizePolicy:
   787            - resourceName: resourceNameValue
   788              restartPolicy: restartPolicyValue
   789            resources:
   790              claims:
   791              - name: nameValue
   792              limits:
   793                limitsKey: "0"
   794              requests:
   795                requestsKey: "0"
   796            restartPolicy: restartPolicyValue
   797            securityContext:
   798              allowPrivilegeEscalation: true
   799              capabilities:
   800                add:
   801                - addValue
   802                drop:
   803                - dropValue
   804              privileged: true
   805              procMount: procMountValue
   806              readOnlyRootFilesystem: true
   807              runAsGroup: 8
   808              runAsNonRoot: true
   809              runAsUser: 4
   810              seLinuxOptions:
   811                level: levelValue
   812                role: roleValue
   813                type: typeValue
   814                user: userValue
   815              seccompProfile:
   816                localhostProfile: localhostProfileValue
   817                type: typeValue
   818              windowsOptions:
   819                gmsaCredentialSpec: gmsaCredentialSpecValue
   820                gmsaCredentialSpecName: gmsaCredentialSpecNameValue
   821                hostProcess: true
   822                runAsUserName: runAsUserNameValue
   823            startupProbe:
   824              exec:
   825                command:
   826                - commandValue
   827              failureThreshold: 6
   828              grpc:
   829                port: 1
   830                service: serviceValue
   831              httpGet:
   832                host: hostValue
   833                httpHeaders:
   834                - name: nameValue
   835                  value: valueValue
   836                path: pathValue
   837                port: portValue
   838                scheme: schemeValue
   839              initialDelaySeconds: 2
   840              periodSeconds: 4
   841              successThreshold: 5
   842              tcpSocket:
   843                host: hostValue
   844                port: portValue
   845              terminationGracePeriodSeconds: 7
   846              timeoutSeconds: 3
   847            stdin: true
   848            stdinOnce: true
   849            terminationMessagePath: terminationMessagePathValue
   850            terminationMessagePolicy: terminationMessagePolicyValue
   851            tty: true
   852            volumeDevices:
   853            - devicePath: devicePathValue
   854              name: nameValue
   855            volumeMounts:
   856            - mountPath: mountPathValue
   857              mountPropagation: mountPropagationValue
   858              name: nameValue
   859              readOnly: true
   860              subPath: subPathValue
   861              subPathExpr: subPathExprValue
   862            workingDir: workingDirValue
   863          nodeName: nodeNameValue
   864          nodeSelector:
   865            nodeSelectorKey: nodeSelectorValue
   866          os:
   867            name: nameValue
   868          overhead:
   869            overheadKey: "0"
   870          preemptionPolicy: preemptionPolicyValue
   871          priority: 25
   872          priorityClassName: priorityClassNameValue
   873          readinessGates:
   874          - conditionType: conditionTypeValue
   875          resourceClaims:
   876          - name: nameValue
   877            source:
   878              resourceClaimName: resourceClaimNameValue
   879              resourceClaimTemplateName: resourceClaimTemplateNameValue
   880          restartPolicy: restartPolicyValue
   881          runtimeClassName: runtimeClassNameValue
   882          schedulerName: schedulerNameValue
   883          schedulingGates:
   884          - name: nameValue
   885          securityContext:
   886            fsGroup: 5
   887            fsGroupChangePolicy: fsGroupChangePolicyValue
   888            runAsGroup: 6
   889            runAsNonRoot: true
   890            runAsUser: 2
   891            seLinuxOptions:
   892              level: levelValue
   893              role: roleValue
   894              type: typeValue
   895              user: userValue
   896            seccompProfile:
   897              localhostProfile: localhostProfileValue
   898              type: typeValue
   899            supplementalGroups:
   900            - 4
   901            sysctls:
   902            - name: nameValue
   903              value: valueValue
   904            windowsOptions:
   905              gmsaCredentialSpec: gmsaCredentialSpecValue
   906              gmsaCredentialSpecName: gmsaCredentialSpecNameValue
   907              hostProcess: true
   908              runAsUserName: runAsUserNameValue
   909          serviceAccount: serviceAccountValue
   910          serviceAccountName: serviceAccountNameValue
   911          setHostnameAsFQDN: true
   912          shareProcessNamespace: true
   913          subdomain: subdomainValue
   914          terminationGracePeriodSeconds: 4
   915          tolerations:
   916          - effect: effectValue
   917            key: keyValue
   918            operator: operatorValue
   919            tolerationSeconds: 5
   920            value: valueValue
   921          topologySpreadConstraints:
   922          - labelSelector:
   923              matchExpressions:
   924              - key: keyValue
   925                operator: operatorValue
   926                values:
   927                - valuesValue
   928              matchLabels:
   929                matchLabelsKey: matchLabelsValue
   930            matchLabelKeys:
   931            - matchLabelKeysValue
   932            maxSkew: 1
   933            minDomains: 5
   934            nodeAffinityPolicy: nodeAffinityPolicyValue
   935            nodeTaintsPolicy: nodeTaintsPolicyValue
   936            topologyKey: topologyKeyValue
   937            whenUnsatisfiable: whenUnsatisfiableValue
   938          volumes:
   939          - awsElasticBlockStore:
   940              fsType: fsTypeValue
   941              partition: 3
   942              readOnly: true
   943              volumeID: volumeIDValue
   944            azureDisk:
   945              cachingMode: cachingModeValue
   946              diskName: diskNameValue
   947              diskURI: diskURIValue
   948              fsType: fsTypeValue
   949              kind: kindValue
   950              readOnly: true
   951            azureFile:
   952              readOnly: true
   953              secretName: secretNameValue
   954              shareName: shareNameValue
   955            cephfs:
   956              monitors:
   957              - monitorsValue
   958              path: pathValue
   959              readOnly: true
   960              secretFile: secretFileValue
   961              secretRef:
   962                name: nameValue
   963              user: userValue
   964            cinder:
   965              fsType: fsTypeValue
   966              readOnly: true
   967              secretRef:
   968                name: nameValue
   969              volumeID: volumeIDValue
   970            configMap:
   971              defaultMode: 3
   972              items:
   973              - key: keyValue
   974                mode: 3
   975                path: pathValue
   976              name: nameValue
   977              optional: true
   978            csi:
   979              driver: driverValue
   980              fsType: fsTypeValue
   981              nodePublishSecretRef:
   982                name: nameValue
   983              readOnly: true
   984              volumeAttributes:
   985                volumeAttributesKey: volumeAttributesValue
   986            downwardAPI:
   987              defaultMode: 2
   988              items:
   989              - fieldRef:
   990                  apiVersion: apiVersionValue
   991                  fieldPath: fieldPathValue
   992                mode: 4
   993                path: pathValue
   994                resourceFieldRef:
   995                  containerName: containerNameValue
   996                  divisor: "0"
   997                  resource: resourceValue
   998            emptyDir:
   999              medium: mediumValue
  1000              sizeLimit: "0"
  1001            ephemeral:
  1002              volumeClaimTemplate:
  1003                metadata:
  1004                  annotations:
  1005                    annotationsKey: annotationsValue
  1006                  creationTimestamp: "2008-01-01T01:01:01Z"
  1007                  deletionGracePeriodSeconds: 10
  1008                  deletionTimestamp: "2009-01-01T01:01:01Z"
  1009                  finalizers:
  1010                  - finalizersValue
  1011                  generateName: generateNameValue
  1012                  generation: 7
  1013                  labels:
  1014                    labelsKey: labelsValue
  1015                  managedFields:
  1016                  - apiVersion: apiVersionValue
  1017                    fieldsType: fieldsTypeValue
  1018                    fieldsV1: {}
  1019                    manager: managerValue
  1020                    operation: operationValue
  1021                    subresource: subresourceValue
  1022                    time: "2004-01-01T01:01:01Z"
  1023                  name: nameValue
  1024                  namespace: namespaceValue
  1025                  ownerReferences:
  1026                  - apiVersion: apiVersionValue
  1027                    blockOwnerDeletion: true
  1028                    controller: true
  1029                    kind: kindValue
  1030                    name: nameValue
  1031                    uid: uidValue
  1032                  resourceVersion: resourceVersionValue
  1033                  selfLink: selfLinkValue
  1034                  uid: uidValue
  1035                spec:
  1036                  accessModes:
  1037                  - accessModesValue
  1038                  dataSource:
  1039                    apiGroup: apiGroupValue
  1040                    kind: kindValue
  1041                    name: nameValue
  1042                  dataSourceRef:
  1043                    apiGroup: apiGroupValue
  1044                    kind: kindValue
  1045                    name: nameValue
  1046                    namespace: namespaceValue
  1047                  resources:
  1048                    limits:
  1049                      limitsKey: "0"
  1050                    requests:
  1051                      requestsKey: "0"
  1052                  selector:
  1053                    matchExpressions:
  1054                    - key: keyValue
  1055                      operator: operatorValue
  1056                      values:
  1057                      - valuesValue
  1058                    matchLabels:
  1059                      matchLabelsKey: matchLabelsValue
  1060                  storageClassName: storageClassNameValue
  1061                  volumeMode: volumeModeValue
  1062                  volumeName: volumeNameValue
  1063            fc:
  1064              fsType: fsTypeValue
  1065              lun: 2
  1066              readOnly: true
  1067              targetWWNs:
  1068              - targetWWNsValue
  1069              wwids:
  1070              - wwidsValue
  1071            flexVolume:
  1072              driver: driverValue
  1073              fsType: fsTypeValue
  1074              options:
  1075                optionsKey: optionsValue
  1076              readOnly: true
  1077              secretRef:
  1078                name: nameValue
  1079            flocker:
  1080              datasetName: datasetNameValue
  1081              datasetUUID: datasetUUIDValue
  1082            gcePersistentDisk:
  1083              fsType: fsTypeValue
  1084              partition: 3
  1085              pdName: pdNameValue
  1086              readOnly: true
  1087            gitRepo:
  1088              directory: directoryValue
  1089              repository: repositoryValue
  1090              revision: revisionValue
  1091            glusterfs:
  1092              endpoints: endpointsValue
  1093              path: pathValue
  1094              readOnly: true
  1095            hostPath:
  1096              path: pathValue
  1097              type: typeValue
  1098            iscsi:
  1099              chapAuthDiscovery: true
  1100              chapAuthSession: true
  1101              fsType: fsTypeValue
  1102              initiatorName: initiatorNameValue
  1103              iqn: iqnValue
  1104              iscsiInterface: iscsiInterfaceValue
  1105              lun: 3
  1106              portals:
  1107              - portalsValue
  1108              readOnly: true
  1109              secretRef:
  1110                name: nameValue
  1111              targetPortal: targetPortalValue
  1112            name: nameValue
  1113            nfs:
  1114              path: pathValue
  1115              readOnly: true
  1116              server: serverValue
  1117            persistentVolumeClaim:
  1118              claimName: claimNameValue
  1119              readOnly: true
  1120            photonPersistentDisk:
  1121              fsType: fsTypeValue
  1122              pdID: pdIDValue
  1123            portworxVolume:
  1124              fsType: fsTypeValue
  1125              readOnly: true
  1126              volumeID: volumeIDValue
  1127            projected:
  1128              defaultMode: 2
  1129              sources:
  1130              - configMap:
  1131                  items:
  1132                  - key: keyValue
  1133                    mode: 3
  1134                    path: pathValue
  1135                  name: nameValue
  1136                  optional: true
  1137                downwardAPI:
  1138                  items:
  1139                  - fieldRef:
  1140                      apiVersion: apiVersionValue
  1141                      fieldPath: fieldPathValue
  1142                    mode: 4
  1143                    path: pathValue
  1144                    resourceFieldRef:
  1145                      containerName: containerNameValue
  1146                      divisor: "0"
  1147                      resource: resourceValue
  1148                secret:
  1149                  items:
  1150                  - key: keyValue
  1151                    mode: 3
  1152                    path: pathValue
  1153                  name: nameValue
  1154                  optional: true
  1155                serviceAccountToken:
  1156                  audience: audienceValue
  1157                  expirationSeconds: 2
  1158                  path: pathValue
  1159            quobyte:
  1160              group: groupValue
  1161              readOnly: true
  1162              registry: registryValue
  1163              tenant: tenantValue
  1164              user: userValue
  1165              volume: volumeValue
  1166            rbd:
  1167              fsType: fsTypeValue
  1168              image: imageValue
  1169              keyring: keyringValue
  1170              monitors:
  1171              - monitorsValue
  1172              pool: poolValue
  1173              readOnly: true
  1174              secretRef:
  1175                name: nameValue
  1176              user: userValue
  1177            scaleIO:
  1178              fsType: fsTypeValue
  1179              gateway: gatewayValue
  1180              protectionDomain: protectionDomainValue
  1181              readOnly: true
  1182              secretRef:
  1183                name: nameValue
  1184              sslEnabled: true
  1185              storageMode: storageModeValue
  1186              storagePool: storagePoolValue
  1187              system: systemValue
  1188              volumeName: volumeNameValue
  1189            secret:
  1190              defaultMode: 3
  1191              items:
  1192              - key: keyValue
  1193                mode: 3
  1194                path: pathValue
  1195              optional: true
  1196              secretName: secretNameValue
  1197            storageos:
  1198              fsType: fsTypeValue
  1199              readOnly: true
  1200              secretRef:
  1201                name: nameValue
  1202              volumeName: volumeNameValue
  1203              volumeNamespace: volumeNamespaceValue
  1204            vsphereVolume:
  1205              fsType: fsTypeValue
  1206              storagePolicyID: storagePolicyIDValue
  1207              storagePolicyName: storagePolicyNameValue
  1208              volumePath: volumePathValue
  1209      ttlSecondsAfterFinished: 8
  1210  schedule: scheduleValue
  1211  startingDeadlineSeconds: 2
  1212  successfulJobsHistoryLimit: 6
  1213  suspend: true
  1214  timeZone: timeZoneValue
  1215status:
  1216  active:
  1217  - apiVersion: apiVersionValue
  1218    fieldPath: fieldPathValue
  1219    kind: kindValue
  1220    name: nameValue
  1221    namespace: namespaceValue
  1222    resourceVersion: resourceVersionValue
  1223    uid: uidValue
  1224  lastScheduleTime: "2004-01-01T01:01:01Z"
  1225  lastSuccessfulTime: "2005-01-01T01:01:01Z"

View as plain text