Rename RunnerSet to RunnerReplicaSet

To hand over the name `RunnerSet` to the new StatefulSet-based implementation of that being developed at #4
This commit is contained in:
Yusuke Kuoka
2020-03-10 09:14:11 +09:00
parent de85823c81
commit c19a1b3ffe
10 changed files with 86 additions and 86 deletions

View File

@@ -29,7 +29,7 @@ spec:
status: {}
validation:
openAPIV3Schema:
description: RunnerSet is the Schema for the runnersets API
description: RunnerReplicaSet is the Schema for the runnersets API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
@@ -44,7 +44,7 @@ spec:
metadata:
type: object
spec:
description: RunnerSetSpec defines the desired state of RunnerDeployment
description: RunnerReplicaSetSpec defines the desired state of RunnerDeployment
properties:
replicas:
type: integer