Skip to content

Commit

Permalink
refact(vendor): sync with openebs apis changes (#156) (#157)
Browse files Browse the repository at this point in the history
This PR updates the vendor files to point to latest api changes

Signed-off-by: mittachaitu <[email protected]>
  • Loading branch information
sai chaithanya authored Aug 13, 2020
1 parent 51e114b commit 23d686c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
6 changes: 6 additions & 0 deletions deploy/crds/all_cstor_crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ spec:
description: The amount of storage space within the pool that has been physically
allocated
name: Allocated
priority: 1
type: string
- JSONPath: .status.capacity.free
description: The amount of usable free space available in the pool
Expand All @@ -533,6 +534,7 @@ spec:
- JSONPath: .spec.poolConfig.dataRaidGroupType
description: Represents the type of the storage pool
name: Type
priority: 1
type: string
- JSONPath: .status.phase
description: Identifies the current health of the pool
Expand Down Expand Up @@ -884,6 +886,10 @@ spec:
readOnly:
description: ReadOnly if pool is readOnly or not
type: boolean
required:
- healthyReplicas
- provisionedReplicas
- readOnly
type: object
versionDetails:
description: VersionDetails is the openebs version.
Expand Down
2 changes: 2 additions & 0 deletions deploy/csi-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ spec:
# Supports persistent inline volumes.
volumeLifecycleModes:
- Persistent
# Not yet supported but added just to support upgrade control plane seamlessly
- Ephemeral
# To determine at runtime which mode a volume uses, pod info and its
# "csi.storage.k8s.io/ephemeral" entry are needed.
podInfoOnMount: true
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/imdario/mergo v0.3.8 // indirect
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/openebs/api v1.12.1-0.20200805040335-b9bd4809e80c
github.com/openebs/api v1.12.1-0.20200813113856-a86aa610f932
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ github.com/openebs/api v1.12.1-0.20200729172328-4b0764aeaaf6 h1:3r1ByPvaWBJpLhGs
github.com/openebs/api v1.12.1-0.20200729172328-4b0764aeaaf6/go.mod h1:TASujm6H1LGdx43MN7Dab1xdAqR7MVU8bsS74Ywop5w=
github.com/openebs/api v1.12.1-0.20200805040335-b9bd4809e80c h1:fZmO/A7BnxFAg9y1gjhtN6IG1ZBj0e0bLJTQtOI1Tk4=
github.com/openebs/api v1.12.1-0.20200805040335-b9bd4809e80c/go.mod h1:TASujm6H1LGdx43MN7Dab1xdAqR7MVU8bsS74Ywop5w=
github.com/openebs/api v1.12.1-0.20200813113856-a86aa610f932 h1:YzV1nspFTKrCa7c2XeWPcrU9KRvV9Ul9Yu9SLHqldas=
github.com/openebs/api v1.12.1-0.20200813113856-a86aa610f932/go.mod h1:TASujm6H1LGdx43MN7Dab1xdAqR7MVU8bsS74Ywop5w=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/pelletier/go-toml v1.1.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ github.com/onsi/gomega/matchers/support/goraph/edge
github.com/onsi/gomega/matchers/support/goraph/node
github.com/onsi/gomega/matchers/support/goraph/util
github.com/onsi/gomega/types
# github.com/openebs/api v1.12.1-0.20200805040335-b9bd4809e80c
# github.com/openebs/api v1.12.1-0.20200813113856-a86aa610f932
github.com/openebs/api/pkg/apis/cstor
github.com/openebs/api/pkg/apis/cstor/v1
github.com/openebs/api/pkg/apis/openebs.io
Expand Down

0 comments on commit 23d686c

Please sign in to comment.