...

Text file src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.DaemonSet.after_roundtrip.yaml

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

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

View as plain text