...

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

Documentation: k8s.io/api/testdata/HEAD

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

View as plain text