...

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

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

View as plain text