Skip to content

Commit

Permalink
fix #1 update do
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromsi committed Jul 27, 2022
1 parent fa9800b commit 53ab1cf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 80 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@

## Responsibility

- Listens Kubernetes events and stores/updates/deletes k8s objects.
- Listens agent generated kube events via api service.
- Stores/Modifies/Deletes objects according to events.

| Versions | Descriptors |
|----------|-------------|
| [v0.0.1-beta](https://github.com/klovercloud-ci-cd/light-house-command/releases/tag/v0.0.1-beta) | [k8s](k8s/v0.0.1-beta) |

| Versions |
|----------|
| 0.0.1 |

## Want to contribute

- See [CONTRIBUTING.md](markdownfiles/CONTRIBUTING.md)
- See [DEVELOPMENT.md](markdownfiles/DEVELOPMENT.md) to get start
- See [architecture](https://github.com/klovercloud-ci-cd/architecture)
- See [architecture](https://github.com/klovercloud-ci-cd/architecture/blob/master/README.md)
- Look at our
[our issues](https://github.com/klovercloud-ci-cd/light-house-command/issues)
4 changes: 2 additions & 2 deletions core/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ type ObjectMeta struct {
DeletionGracePeriodSeconds *int64 `json:"deletionGracePeriodSeconds,omitempty" protobuf:"varint,10,opt,name=deletionGracePeriodSeconds" bson:"deletionGracePeriodSeconds"`

// Map of string keys and values that can be used to organize and categorize
// (scope and select) objects. May match selectors of replication controllers
// (scope and select) objects. May match selectors of replication service
// and services.
// More info: http://kubernetes.io/docs/user-guide/labels
// +optional
Expand Down Expand Up @@ -2025,7 +2025,7 @@ type Container struct {
// Docker image name.
// More info: https://kubernetes.io/docs/concepts/containers/images
// This field is optional to allow higher level config management to default or override
// container images in workload controllers like Deployments and StatefulSets.
// container images in workload service like Deployments and StatefulSets.
// +optional
Image string `json:"image,omitempty" protobuf:"bytes,2,opt,name=image" bson:"image"`
// Entrypoint array. Not executed within a shell.
Expand Down
11 changes: 0 additions & 11 deletions k8s/configMap.yml

This file was deleted.

48 changes: 0 additions & 48 deletions k8s/deployment.yml

This file was deleted.

14 changes: 0 additions & 14 deletions k8s/service.yml

This file was deleted.

0 comments on commit 53ab1cf

Please sign in to comment.