Skip to content

Commit

Permalink
Update CRD manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
unguiculus committed Apr 24, 2020
1 parent a2ad1fd commit 33da0f6
Showing 1 changed file with 7 additions and 43 deletions.
50 changes: 7 additions & 43 deletions deploy/crds/craftypath.github.io_sopssecrets_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,49 +44,13 @@ spec:
status:
description: SopsSecretStatus defines the observed state of SopsSecret
properties:
conditions:
description: Conditions represent the latest available observations
of the object's state
items:
description: "Condition represents an observation of an object's state.
Conditions are an extension mechanism intended to be used when the
details of an observation are not a priori known or would not apply
to all instances of a given Kind. \n Conditions should be added
to explicitly convey properties that users and components care about
rather than requiring those properties to be inferred from other
observations. Once defined, the meaning of a Condition can not be
changed arbitrarily - it becomes part of the API, and has the same
backwards- and forwards-compatibility concerns of any other part
of the API."
properties:
lastTransitionTime:
format: date-time
type: string
message:
type: string
reason:
description: ConditionReason is intended to be a one-word, CamelCase
representation of the category of cause of the current status.
It is intended to be used in concise output, such as one-line
kubectl get output, and in summarizing occurrences of causes.
type: string
status:
type: string
type:
description: "ConditionType is the type of the condition and is
typically a CamelCased word or short phrase. \n Condition types
should indicate state in the \"abnormal-true\" polarity. For
example, if the condition indicates when a policy is invalid,
the \"is valid\" case is probably the norm, so the condition
should be called \"Invalid\"."
type: string
required:
- status
- type
type: object
type: array
required:
- conditions
lastUpdate:
format: date-time
type: string
reason:
type: string
status:
type: string
type: object
type: object
version: v1alpha1
Expand Down

0 comments on commit 33da0f6

Please sign in to comment.