Skip to content

Commit

Permalink
Release 0.1.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
zunkree authored Jan 4, 2023
1 parent 7258909 commit ac109c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
15 changes: 15 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# More details are here: https://help.github.com/articles/about-codeowners/

# The '*' pattern is global owners.

# Order is important. The last matching pattern has the most precedence.
# The folders are ordered as follows:

# In each subsection folders are ordered first by depth, then alphabetically.
# This should make it easy to add new rules without breaking existing ones.

# Global rule:
* @healthjoy/platform-team
2 changes: 1 addition & 1 deletion deployments/charts/mimir-rules-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: mimir-rules-controller
description: A Helm chart for Mimir Rules Controller
type: application
version: 0.1.0
appVersion: latest
appVersion: 0.1.0
12 changes: 2 additions & 10 deletions deployments/charts/mimir-rules-controller/crds/crd-mimirrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,8 @@ spec:
properties:
conditions:
items:
description: "Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a foo's
current state. // Known .status.conditions.type are: \"Available\",
\"Progressing\", and \"Degraded\" // +patchMergeKey=type //
+patchStrategy=merge // +listType=map // +listMapKey=type
\ Conditions []metav1.Condition `json:\"conditions,omitempty\"
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`
\n // other fields }"
description: "Conditions contains details for one aspect of the current
state of this API Resource."
properties:
lastTransitionTime:
description: lastTransitionTime is the last time the condition
Expand Down

0 comments on commit ac109c6

Please sign in to comment.