...

Text file src/k8s.io/api/testdata/v1.28.0/core.v1.Pod.after_roundtrip.yaml

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

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

View as plain text