...

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

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

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

View as plain text