File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ kind: Provider
44
44
metadata :
45
45
name : provider-aws-s3
46
46
spec :
47
- package : xpkg.upbound.io/upbound/provider-aws-s3:1 .1.0
47
+ package : xpkg.upbound.io/upbound/provider-aws-s3:v1 .1.0
48
48
EOF
49
49
```
50
50
@@ -96,7 +96,7 @@ kind: Provider
96
96
metadata :
97
97
name : provider-aws-dynamodb
98
98
spec :
99
- package : xpkg.upbound.io/upbound/provider-aws-dynamodb:1 .1.0
99
+ package : xpkg.upbound.io/upbound/provider-aws-dynamodb:v1 .1.0
100
100
EOF
101
101
```
102
102
@@ -106,9 +106,9 @@ View the new DynamoDB provider with `kubectl get providers`.
106
106
``` shell {copy-lines="1"}
107
107
kubectl get providers
108
108
NAME INSTALLED HEALTHY PACKAGE AGE
109
- provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:1 .1.0 3m55s
110
- provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1 .1.0 13m
111
- upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1 .1.0 13m
109
+ provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v1 .1.0 3m55s
110
+ provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v1 .1.0 13m
111
+ upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v1 .1.0 13m
112
112
```
113
113
114
114
## Create a custom API
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ kind: Provider
44
44
metadata :
45
45
name : provider-aws-s3
46
46
spec :
47
- package : xpkg.upbound.io/upbound/provider-aws-s3:1 .1.0
47
+ package : xpkg.upbound.io/upbound/provider-aws-s3:v1 .1.0
48
48
EOF
49
49
```
50
50
@@ -96,7 +96,7 @@ kind: Provider
96
96
metadata :
97
97
name : provider-aws-dynamodb
98
98
spec :
99
- package : xpkg.upbound.io/upbound/provider-aws-dynamodb:1 .1.0
99
+ package : xpkg.upbound.io/upbound/provider-aws-dynamodb:v1 .1.0
100
100
EOF
101
101
```
102
102
@@ -106,9 +106,9 @@ View the new DynamoDB provider with `kubectl get providers`.
106
106
``` shell {copy-lines="1"}
107
107
kubectl get providers
108
108
NAME INSTALLED HEALTHY PACKAGE AGE
109
- provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:1 .1.0 3m55s
110
- provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1 .1.0 13m
111
- upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1 .1.0 13m
109
+ provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v1 .1.0 3m55s
110
+ provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v1 .1.0 13m
111
+ upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v1 .1.0 13m
112
112
```
113
113
114
114
## Create a custom API
You can’t perform that action at this time.
0 commit comments