...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/pkg/crd/template/testdata/computeinstance-spec.yaml.golden

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/pkg/crd/template/testdata

     1advancedMachineFeatures:
     2  enableNestedVirtualization: boolean
     3  threadsPerCore: integer
     4  visibleCoreCount: integer
     5attachedDisk:
     6- deviceName: string
     7  diskEncryptionKeyRaw:
     8    value: string
     9    valueFrom:
    10      secretKeyRef:
    11        key: string
    12        name: string
    13  diskEncryptionKeySha256: string
    14  kmsKeyRef:
    15    external: string
    16    name: string
    17    namespace: string
    18  mode: string
    19  sourceDiskRef:
    20    external: string
    21    name: string
    22    namespace: string
    23bootDisk:
    24  autoDelete: boolean
    25  deviceName: string
    26  diskEncryptionKeyRaw:
    27    value: string
    28    valueFrom:
    29      secretKeyRef:
    30        key: string
    31        name: string
    32  diskEncryptionKeySha256: string
    33  initializeParams:
    34    labels: {}
    35    size: integer
    36    sourceImageRef:
    37      external: string
    38      name: string
    39      namespace: string
    40    type: string
    41  kmsKeyRef:
    42    external: string
    43    name: string
    44    namespace: string
    45  mode: string
    46  sourceDiskRef:
    47    external: string
    48    name: string
    49    namespace: string
    50canIpForward: boolean
    51confidentialInstanceConfig:
    52  enableConfidentialCompute: boolean
    53deletionProtection: boolean
    54description: string
    55desiredStatus: string
    56enableDisplay: boolean
    57guestAccelerator:
    58- count: integer
    59  type: string
    60hostname: string
    61instanceTemplateRef:
    62  external: string
    63  name: string
    64  namespace: string
    65machineType: string
    66metadata:
    67- key: string
    68  value: string
    69metadataStartupScript: string
    70minCpuPlatform: string
    71networkInterface:
    72- accessConfig:
    73  - natIpRef:
    74      external: string
    75      name: string
    76      namespace: string
    77    networkTier: string
    78    publicPtrDomainName: string
    79  aliasIpRange:
    80  - ipCidrRange: string
    81    subnetworkRangeName: string
    82  ipv6AccessConfig:
    83  - externalIpv6: string
    84    externalIpv6PrefixLength: string
    85    networkTier: string
    86    publicPtrDomainName: string
    87  ipv6AccessType: string
    88  name: string
    89  networkIp: string
    90  networkIpRef:
    91    external: string
    92    kind: string
    93    name: string
    94    namespace: string
    95  networkRef:
    96    external: string
    97    name: string
    98    namespace: string
    99  nicType: string
   100  queueCount: integer
   101  stackType: string
   102  subnetworkProject: string
   103  subnetworkRef:
   104    external: string
   105    name: string
   106    namespace: string
   107networkPerformanceConfig:
   108  totalEgressBandwidthTier: string
   109reservationAffinity:
   110  specificReservation:
   111    key: string
   112    values:
   113    - string
   114  type: string
   115resourceID: string
   116resourcePolicies:
   117- external: string
   118  name: string
   119  namespace: string
   120scheduling:
   121  automaticRestart: boolean
   122  instanceTerminationAction: string
   123  maintenanceInterval: string
   124  maxRunDuration:
   125    nanos: integer
   126    seconds: integer
   127  minNodeCpus: integer
   128  nodeAffinities:
   129  - value: {}
   130  onHostMaintenance: string
   131  preemptible: boolean
   132  provisioningModel: string
   133scratchDisk:
   134- interface: string
   135  size: integer
   136serviceAccount:
   137  scopes:
   138  - string
   139  serviceAccountRef:
   140    external: string
   141    name: string
   142    namespace: string
   143shieldedInstanceConfig:
   144  enableIntegrityMonitoring: boolean
   145  enableSecureBoot: boolean
   146  enableVtpm: boolean
   147tags:
   148- string
   149zone: string

View as plain text