Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ijaz Ahmad
ksonnet
Commits
c917b73c
Unverified
Commit
c917b73c
authored
Apr 03, 2018
by
bryanl
Browse files
updating ksonnet-lib
Signed-off-by:
bryanl
<
bryanliles@gmail.com
>
parent
626d02ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Gopkg.lock
Gopkg.lock
+2
-2
Gopkg.toml
Gopkg.toml
+1
-1
vendor/github.com/ksonnet/ksonnet-lib/ksonnet-gen/ksonnet/custom_constructor.go
...net/ksonnet-lib/ksonnet-gen/ksonnet/custom_constructor.go
+1
-0
No files found.
Gopkg.lock
View file @
c917b73c
...
...
@@ -261,7 +261,7 @@
"ksonnet-gen/nodemaker",
"ksonnet-gen/printer"
]
revision = "
a00919f41c5221e894db7c67b51b1338a649df4b
"
revision = "
f1aa55533283d55b2967f1e2cfb47048cf6661c8
"
[[projects]]
name = "github.com/magiconair/properties"
...
...
@@ -675,6 +675,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "
12c28be36adc447c9dfceffe28256a3ec5c0709379755082872b981f309857ee
"
inputs-digest = "
c16f38b5c4be37f44ba1042794a39c1b505798fbefdcf8b05844509b47313a9d
"
solver-name = "gps-cdcl"
solver-version = 1
Gopkg.toml
View file @
c917b73c
...
...
@@ -54,7 +54,7 @@
[[constraint]]
name
=
"github.com/ksonnet/ksonnet-lib"
revision
=
"
a00919f41c5221e894db7c67b51b1338a649df4b
"
revision
=
"
f1aa55533283d55b2967f1e2cfb47048cf6661c8
"
[[constraint]]
name
=
"github.com/mattn/go-isatty"
...
...
vendor/github.com/ksonnet/ksonnet-lib/ksonnet-gen/ksonnet/custom_constructor.go
View file @
c917b73c
...
...
@@ -54,6 +54,7 @@ var (
*
newConstructor
(
"new"
,
*
newConstructorParam
(
"name"
,
"mixin.metadata.withName"
,
nil
),
*
newConstructorParam
(
"data"
,
"withData"
,
nil
),
),
},
makeDescriptor
(
"api"
,
"core"
,
"ConfigMapList"
)
:
objectList
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment