Skip to content

Commit

Permalink
release v0.5.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Jan 21, 2021
1 parent a38c7ac commit 2c7a85b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions bundle/manifests/datadoghq.com_extendeddaemonsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3837,6 +3837,36 @@ spec:
required:
- replicaSet
type: object
conditions:
description: Conditions Represents the latest available observations of a DaemonSet's current state.
items:
description: ExtendedDaemonSetCondition describes the state of a ExtendedDaemonSet at a certain point.
properties:
lastTransitionTime:
description: Last time the condition transitioned from one status to another.
format: date-time
type: string
lastUpdateTime:
description: Last time the condition was updated.
format: date-time
type: string
message:
description: A human readable message indicating details about the transition.
type: string
reason:
description: The reason for the condition's last transition.
type: string
status:
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of ExtendedDaemonSetReplicaSet condition.
type: string
required:
- status
- type
type: object
type: array
current:
format: int32
type: integer
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/extendeddaemonset.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ metadata:
capabilities: Full Lifecycle
operators.operatorframework.io/builder: operator-sdk-v1.0.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: extendeddaemonset.v0.5.0-rc.1
name: extendeddaemonset.v0.5.0-rc.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -304,4 +304,4 @@ spec:
name: Datadog
url: https://github.com/DataDog/extendeddaemonset
replaces: extendeddaemonset.v0.4.0
version: 0.5.0-rc.1
version: 0.5.0-rc.2

0 comments on commit 2c7a85b

Please sign in to comment.