Use forked version of controller-tools

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly
2019-02-06 13:25:17 +00:00
parent e29c31f9db
commit ce3d565d69
4 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -312,7 +312,9 @@ npm_install(
# Load the controller-tools repository in order to build the crd generator tool
go_repository(
name = "io_kubernetes_sigs_controller-tools",
commit = "94656be085bdbd48c49be0a41c91e4fc5ea5b1ee",
commit = "f4d9479179e084fc66c814ce0201eec3898e1b00",
remote = "https://github.com/munnerz/controller-tools",
vcs = "git",
importpath = "sigs.k8s.io/controller-tools",
)
+2 -2
View File
@@ -86,7 +86,7 @@ spec:
type: array
duration:
description: Certificate default Duration
type: object
type: string
ipAddresses:
description: IPAddresses is a list of IP addresses to be used on the
Certificate
@@ -134,7 +134,7 @@ spec:
type: array
renewBefore:
description: Certificate renew before expiration duration
type: object
type: string
secretName:
description: SecretName is the name of the secret resource to store
this secret in
@@ -86,7 +86,7 @@ spec:
type: array
duration:
description: Certificate default Duration
type: object
type: string
ipAddresses:
description: IPAddresses is a list of IP addresses to be used on the
Certificate
@@ -134,7 +134,7 @@ spec:
type: array
renewBefore:
description: Certificate renew before expiration duration
type: object
type: string
secretName:
description: SecretName is the name of the secret resource to store
this secret in
+2 -2
View File
@@ -86,7 +86,7 @@ spec:
type: array
duration:
description: Certificate default Duration
type: object
type: string
ipAddresses:
description: IPAddresses is a list of IP addresses to be used on the
Certificate
@@ -134,7 +134,7 @@ spec:
type: array
renewBefore:
description: Certificate renew before expiration duration
type: object
type: string
secretName:
description: SecretName is the name of the secret resource to store
this secret in