Skip to content

Commit d768bd0

Browse files
committed
added corrections
Signed-off-by: swastik959 <Sswastik959@gmail.com>
1 parent 022887a commit d768bd0

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ require (
5050
github.com/sirupsen/logrus v1.9.3
5151
github.com/urfave/cli v1.22.15
5252
k8s.io/api v0.33.1
53+
k8s.io/apiextensions-apiserver v0.33.1
5354
k8s.io/apimachinery v0.33.1
5455
k8s.io/client-go v0.33.1
5556
k8s.io/kubectl v0.33.1
@@ -80,10 +81,8 @@ require (
8081
github.com/distribution/reference v0.6.0 // indirect
8182
github.com/docker/go-units v0.5.0 // indirect
8283
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
83-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
8484
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
8585
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
86-
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
8786
github.com/felixge/httpsnoop v1.0.4 // indirect
8887
github.com/fsnotify/fsnotify v1.7.0 // indirect
8988
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -92,7 +91,6 @@ require (
9291
github.com/go-logr/stdr v1.2.2 // indirect
9392
github.com/go-openapi/jsonpointer v0.21.0 // indirect
9493
github.com/go-openapi/jsonreference v0.21.0 // indirect
95-
github.com/go-openapi/jsonreference v0.21.0 // indirect
9694
github.com/go-openapi/swag v0.23.0 // indirect
9795
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
9896
github.com/godbus/dbus/v5 v5.1.0 // indirect
@@ -161,7 +159,6 @@ require (
161159
gopkg.in/inf.v0 v0.9.1 // indirect
162160
gopkg.in/yaml.v2 v2.4.0 // indirect
163161
gopkg.in/yaml.v3 v3.0.1 // indirect
164-
k8s.io/apiextensions-apiserver v0.33.1 // indirect
165162
k8s.io/apiserver v0.33.1 // indirect
166163
k8s.io/cloud-provider v0.30.3 // indirect
167164
k8s.io/code-generator v0.33.1 // indirect

pkg/crds/yaml/generated/upgrade.cattle.io_plans.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.17.1
77
name: plans.upgrade.cattle.io
88
spec:
99
group: upgrade.cattle.io
@@ -247,7 +247,7 @@ spec:
247247
envFrom:
248248
items:
249249
description: EnvFromSource represents the source of a set of
250-
ConfigMaps
250+
ConfigMaps or Secrets
251251
properties:
252252
configMapRef:
253253
description: The ConfigMap to select from
@@ -267,8 +267,8 @@ spec:
267267
type: object
268268
x-kubernetes-map-type: atomic
269269
prefix:
270-
description: An optional identifier to prepend to each key
271-
in the ConfigMap. Must be a C_IDENTIFIER.
270+
description: Optional text to prepend to the name of each
271+
environment variable. Must be a C_IDENTIFIER.
272272
type: string
273273
secretRef:
274274
description: The Secret to select from
@@ -713,7 +713,7 @@ spec:
713713
envFrom:
714714
items:
715715
description: EnvFromSource represents the source of a set of
716-
ConfigMaps
716+
ConfigMaps or Secrets
717717
properties:
718718
configMapRef:
719719
description: The ConfigMap to select from
@@ -733,8 +733,8 @@ spec:
733733
type: object
734734
x-kubernetes-map-type: atomic
735735
prefix:
736-
description: An optional identifier to prepend to each key
737-
in the ConfigMap. Must be a C_IDENTIFIER.
736+
description: Optional text to prepend to the name of each
737+
environment variable. Must be a C_IDENTIFIER.
738738
type: string
739739
secretRef:
740740
description: The Secret to select from

pkg/generated/clientset/versioned/typed/upgrade.cattle.io/v1/upgrade.cattle.io_client.go

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)