Rename Runner.Spec.dockerWithinRunnerContainer to docker"d"WithinRunnerContainer (#134)

* Rename Runner.Spec.dockerWithinRunnerContainer to dockerdWithinRunnerContainer

Ref https://github.com/summerwind/actions-runner-controller/pull/126#issuecomment-712501790
This commit is contained in:
Yusuke Kuoka
2020-10-21 21:32:40 +09:00
committed by GitHub
parent d16dfac0f8
commit faaca10fba
7 changed files with 14 additions and 14 deletions

View File

@@ -399,8 +399,6 @@ spec:
- name
type: object
type: array
dockerWithinRunnerContainer:
type: boolean
dockerdContainerResources:
description: ResourceRequirements describes the compute resource requirements.
properties:
@@ -423,6 +421,8 @@ spec:
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
type: object
dockerdWithinRunnerContainer:
type: boolean
env:
items:
description: EnvVar represents an environment variable present in a Container.

View File

@@ -399,8 +399,6 @@ spec:
- name
type: object
type: array
dockerWithinRunnerContainer:
type: boolean
dockerdContainerResources:
description: ResourceRequirements describes the compute resource requirements.
properties:
@@ -423,6 +421,8 @@ spec:
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
type: object
dockerdWithinRunnerContainer:
type: boolean
env:
items:
description: EnvVar represents an environment variable present in a Container.

View File

@@ -393,8 +393,6 @@ spec:
- name
type: object
type: array
dockerWithinRunnerContainer:
type: boolean
dockerdContainerResources:
description: ResourceRequirements describes the compute resource requirements.
properties:
@@ -417,6 +415,8 @@ spec:
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
type: object
dockerdWithinRunnerContainer:
type: boolean
env:
items:
description: EnvVar represents an environment variable present in a Container.