Skip to content

Instantly share code, notes, and snippets.

@jasmingacic
Created November 24, 2022 14:54
diff --git a/Makefile b/Makefile
index f974470..c2f7ea9 100644
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,7 @@ docker-build: ## Build docker image with the manager.
--tag kubeshop/kusk-gateway:$(shell git describe --tags $(shell git rev-list --tags --max-count=1)) \
--file ./build/manager/Dockerfile \
.
- minikube image --profile kgw load kubeshop/kusk-gateway:$(shell git describe --tags $(shell git rev-list --tags --max-count=1))
+ # minikube image --profile kgw load kubeshop/kusk-gateway:$(shell git describe --tags $(shell git rev-list --tags --max-count=1))
##@ Deployment
diff --git a/cmd/kusk/Makefile b/cmd/kusk/Makefile
index 87270ce..f65674d 100644
--- a/cmd/kusk/Makefile
+++ b/cmd/kusk/Makefile
@@ -19,7 +19,7 @@ LD_FLAGS += -X 'github.com/kubeshop/kusk-gateway/pkg/analytics.TelemetryToken=${
# LD_FLAGS += -w -s
IMAGE_TAG ?= ${VERSION}
-MANAGER_IMG ?= kubeshop/kusk-gateway:${IMAGE_TAG}
+MANAGER_IMG ?= jasmingacic/kusk-gateway:${IMAGE_TAG}
# Determine if we should use: docker or podman.
CONTAINER_ENGINE ?= $(shell docker version >/dev/null 2>&1 && which docker)
diff --git a/cmd/kusk/cmd/manifest_data.go b/cmd/kusk/cmd/manifest_data.go
index dac15b4..bd5dfba 100644
--- a/cmd/kusk/cmd/manifest_data.go
+++ b/cmd/kusk/cmd/manifest_data.go
@@ -1,59 +1,59 @@
-// Code generated by go-bindata. DO NOT EDIT.
-// sources:
-// config/crd/bases/gateway.kusk.io_apis.yaml (2.721kB)
-// config/crd/bases/gateway.kusk.io_envoyfleet.yaml (71.423kB)
-// config/crd/bases/gateway.kusk.io_envoyfleets.yaml (72.003kB)
-// config/crd/bases/gateway.kusk.io_staticroutes.yaml (17.458kB)
-// config/crd/kustomization.yaml (811B)
-// config/crd/kustomizeconfig.yaml (506B)
-// config/crd/patches/webhook_in_apis.yaml (403B)
-// config/crd/patches/webhook_in_envoyfleet.yaml (409B)
-// config/crd/patches/webhook_in_staticroutes.yaml (411B)
-// config/default/kustomization.yaml (825B)
-// config/default/manager_auth_proxy_patch.yaml (847B)
-// config/default/manager_config_patch.yaml (480B)
-// config/default/manager_webhook_patch.yaml (548B)
-// config/manager/configmap.yaml (576B)
-// config/manager/kustomization.yaml (177B)
-// config/manager/manager.yaml (1.392kB)
-// config/manager/service.yaml (908B)
-// config/rbac/api_editor_role.yaml (368B)
-// config/rbac/api_viewer_role.yaml (325B)
-// config/rbac/auth_proxy_client_clusterrole.yaml (163B)
-// config/rbac/auth_proxy_role.yaml (293B)
-// config/rbac/auth_proxy_role_binding.yaml (296B)
-// config/rbac/auth_proxy_service.yaml (493B)
-// config/rbac/envoyfleet_editor_role.yaml (393B)
-// config/rbac/envoyfleet_manager_role.yaml (576B)
-// config/rbac/envoyfleet_manager_role_binding.yaml (322B)
-// config/rbac/envoyfleet_viewer_role.yaml (350B)
-// config/rbac/kustomization.yaml (763B)
-// config/rbac/leader_election_role.yaml (489B)
-// config/rbac/leader_election_role_binding.yaml (302B)
-// config/rbac/role.yaml (1.661kB)
-// config/rbac/role_binding.yaml (300B)
-// config/rbac/service_account.yaml (95B)
-// config/rbac/staticroute_editor_role.yaml (400B)
-// config/rbac/staticroute_viewer_role.yaml (357B)
-// config/webhook/kustomization.yaml (1.332kB)
-// config/webhook/kustomizeconfig.yaml (791B)
-// config/webhook/manifests.yaml (2.684kB)
-// config/webhook/service.yaml (301B)
-// manifests/api_server.yaml (3.175kB)
-// manifests/api_server_api.yaml (23.344kB)
-// manifests/dashboard.yaml (1.689kB)
-// manifests/dashboard_envoyfleet.yaml (376B)
-// manifests/dashboard_staticroute.yaml (540B)
-// manifests/fleets.yaml (387B)
-
+// Code generated by go-bindata. (@generated) DO NOT EDIT.
+
+ //Package cmd generated by go-bindata.// sources:
+// ../../config/crd/bases/gateway.kusk.io_apis.yaml
+// ../../config/crd/bases/gateway.kusk.io_envoyfleet.yaml
+// ../../config/crd/bases/gateway.kusk.io_envoyfleets.yaml
+// ../../config/crd/bases/gateway.kusk.io_staticroutes.yaml
+// ../../config/crd/kustomization.yaml
+// ../../config/crd/kustomizeconfig.yaml
+// ../../config/crd/patches/webhook_in_apis.yaml
+// ../../config/crd/patches/webhook_in_envoyfleet.yaml
+// ../../config/crd/patches/webhook_in_staticroutes.yaml
+// ../../config/default/kustomization.yaml
+// ../../config/default/manager_auth_proxy_patch.yaml
+// ../../config/default/manager_config_patch.yaml
+// ../../config/default/manager_webhook_patch.yaml
+// ../../config/manager/configmap.yaml
+// ../../config/manager/kustomization.yaml
+// ../../config/manager/manager.yaml
+// ../../config/manager/service.yaml
+// ../../config/rbac/api_editor_role.yaml
+// ../../config/rbac/api_viewer_role.yaml
+// ../../config/rbac/auth_proxy_client_clusterrole.yaml
+// ../../config/rbac/auth_proxy_role.yaml
+// ../../config/rbac/auth_proxy_role_binding.yaml
+// ../../config/rbac/auth_proxy_service.yaml
+// ../../config/rbac/envoyfleet_editor_role.yaml
+// ../../config/rbac/envoyfleet_manager_role.yaml
+// ../../config/rbac/envoyfleet_manager_role_binding.yaml
+// ../../config/rbac/envoyfleet_viewer_role.yaml
+// ../../config/rbac/kustomization.yaml
+// ../../config/rbac/leader_election_role.yaml
+// ../../config/rbac/leader_election_role_binding.yaml
+// ../../config/rbac/role.yaml
+// ../../config/rbac/role_binding.yaml
+// ../../config/rbac/service_account.yaml
+// ../../config/rbac/staticroute_editor_role.yaml
+// ../../config/rbac/staticroute_viewer_role.yaml
+// ../../config/webhook/kustomization.yaml
+// ../../config/webhook/kustomizeconfig.yaml
+// ../../config/webhook/manifests.yaml
+// ../../config/webhook/service.yaml
+// manifests/api_server.yaml
+// manifests/api_server_api.yaml
+// manifests/dashboard.yaml
+// manifests/dashboard_envoyfleet.yaml
+// manifests/dashboard_staticroute.yaml
+// manifests/fleets.yaml
package cmd
import (
"bytes"
"compress/gzip"
- "crypto/sha256"
"fmt"
"io"
+ "io/ioutil"
"os"
"path/filepath"
"strings"
@@ -63,7 +63,7 @@ import (
func bindataRead(data []byte, name string) ([]byte, error) {
gz, err := gzip.NewReader(bytes.NewBuffer(data))
if err != nil {
- return nil, fmt.Errorf("read %q: %w", name, err)
+ return nil, fmt.Errorf("read %q: %v", name, err)
}
var buf bytes.Buffer
@@ -71,7 +71,7 @@ func bindataRead(data []byte, name string) ([]byte, error) {
clErr := gz.Close()
if err != nil {
- return nil, fmt.Errorf("read %q: %w", name, err)
+ return nil, fmt.Errorf("read %q: %v", name, err)
}
if clErr != nil {
return nil, err
@@ -81,9 +81,8 @@ func bindataRead(data []byte, name string) ([]byte, error) {
}
type asset struct {
- bytes []byte
- info os.FileInfo
- digest [sha256.Size]byte
+ bytes []byte
+ info os.FileInfo
}
type bindataFileInfo struct {
@@ -93,21 +92,32 @@ type bindataFileInfo struct {
modTime time.Time
}
+// Name return file name
func (fi bindataFileInfo) Name() string {
return fi.name
}
+
+// Size return file size
func (fi bindataFileInfo) Size() int64 {
return fi.size
}
+
+// Mode return file mode
func (fi bindataFileInfo) Mode() os.FileMode {
return fi.mode
}
+
+// ModTime return file modify time
func (fi bindataFileInfo) ModTime() time.Time {
return fi.modTime
}
+
+// IsDir return file whether a directory
func (fi bindataFileInfo) IsDir() bool {
- return false
+ return fi.mode&os.ModeDir != 0
}
+
+// Sys return file is sys mode
func (fi bindataFileInfo) Sys() interface{} {
return nil
}
@@ -127,8 +137,8 @@ func configCrdBasesGatewayKuskIo_apisYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/crd/bases/gateway.kusk.io_apis.yaml", size: 2721, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x25, 0x4a, 0x7e, 0x22, 0xa5, 0x2, 0xa8, 0xb0, 0xee, 0xd0, 0x49, 0x7d, 0x7c, 0x65, 0xa7, 0x5d, 0x96, 0xaa, 0x7b, 0xae, 0xd6, 0x3b, 0xfb, 0x3b, 0x21, 0xa6, 0xf1, 0xf5, 0x44, 0xd8, 0x84}}
+ info := bindataFileInfo{name: "config/crd/bases/gateway.kusk.io_apis.yaml", size: 2721, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -147,8 +157,8 @@ func configCrdBasesGatewayKuskIo_envoyfleetYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/crd/bases/gateway.kusk.io_envoyfleet.yaml", size: 71423, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x33, 0x93, 0x81, 0x7f, 0xe0, 0x77, 0x81, 0x16, 0xcb, 0xc0, 0x2b, 0x8e, 0x64, 0x98, 0xe3, 0xf3, 0xa, 0xb2, 0x44, 0xa9, 0x10, 0x13, 0xfa, 0x8e, 0xd2, 0x65, 0xda, 0xb8, 0x1c, 0x4d, 0x1f, 0xad}}
+ info := bindataFileInfo{name: "config/crd/bases/gateway.kusk.io_envoyfleet.yaml", size: 71423, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -167,8 +177,8 @@ func configCrdBasesGatewayKuskIo_envoyfleetsYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/crd/bases/gateway.kusk.io_envoyfleets.yaml", size: 72003, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0x3, 0x4e, 0xa, 0x73, 0x1, 0xa2, 0x1d, 0xa8, 0x42, 0x90, 0xe8, 0xc6, 0x99, 0x7a, 0x2, 0x86, 0x7a, 0x9c, 0x4, 0xb2, 0xa4, 0x61, 0xbd, 0xa0, 0x4a, 0x1f, 0x16, 0xb6, 0x8c, 0x25, 0x8}}
+ info := bindataFileInfo{name: "config/crd/bases/gateway.kusk.io_envoyfleets.yaml", size: 72003, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -187,8 +197,8 @@ func configCrdBasesGatewayKuskIo_staticroutesYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/crd/bases/gateway.kusk.io_staticroutes.yaml", size: 17458, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0x90, 0x13, 0x7b, 0xc3, 0x1c, 0xa7, 0xb0, 0x96, 0x70, 0xbb, 0x4d, 0xe5, 0x70, 0x8f, 0xfc, 0xc4, 0xf9, 0xbf, 0x54, 0x15, 0xee, 0x4e, 0x8c, 0x5c, 0x3f, 0xbf, 0x16, 0xfa, 0x2f, 0x61, 0x2d}}
+ info := bindataFileInfo{name: "config/crd/bases/gateway.kusk.io_staticroutes.yaml", size: 17458, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -207,8 +217,8 @@ func configCrdKustomizationYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/crd/kustomization.yaml", size: 811, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x79, 0xa3, 0x6d, 0xed, 0x8a, 0x6e, 0x63, 0x7c, 0x45, 0x10, 0x2, 0x11, 0x9f, 0x5a, 0xbe, 0x5c, 0xef, 0x5f, 0xd0, 0xe2, 0x75, 0xac, 0xb9, 0x3b, 0x27, 0x7b, 0x36, 0x64, 0x87, 0xa2, 0x73, 0xd3}}
+ info := bindataFileInfo{name: "config/crd/kustomization.yaml", size: 811, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -227,8 +237,8 @@ func configCrdKustomizeconfigYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/crd/kustomizeconfig.yaml", size: 506, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6d, 0x77, 0x95, 0xb4, 0x78, 0x71, 0x54, 0x3, 0x13, 0x36, 0x38, 0xa6, 0x2e, 0x9d, 0x24, 0xa6, 0xbf, 0xef, 0x76, 0x29, 0x80, 0x9e, 0x14, 0xcc, 0x73, 0xe8, 0xd2, 0xea, 0x45, 0x75, 0x94, 0xd9}}
+ info := bindataFileInfo{name: "config/crd/kustomizeconfig.yaml", size: 506, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -247,8 +257,8 @@ func configCrdPatchesWebhook_in_apisYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/crd/patches/webhook_in_apis.yaml", size: 403, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x42, 0xe5, 0x4b, 0x33, 0xf7, 0x34, 0x4c, 0x16, 0xd1, 0xb6, 0x36, 0x62, 0xa8, 0x89, 0xc6, 0x13, 0x2d, 0xb0, 0x51, 0xf6, 0x5e, 0xd6, 0x7e, 0x54, 0xd3, 0x13, 0x73, 0xdf, 0x58, 0xbe, 0xa8, 0x37}}
+ info := bindataFileInfo{name: "config/crd/patches/webhook_in_apis.yaml", size: 403, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -267,8 +277,8 @@ func configCrdPatchesWebhook_in_envoyfleetYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/crd/patches/webhook_in_envoyfleet.yaml", size: 409, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xce, 0xd5, 0x2, 0xb, 0x0, 0x79, 0x92, 0x83, 0x67, 0xc7, 0x4, 0xa, 0xa2, 0xb9, 0xcc, 0x2c, 0x90, 0x6f, 0x90, 0x1d, 0x9, 0xe2, 0x28, 0x2f, 0x5d, 0x2e, 0xe1, 0x68, 0xab, 0x6f, 0xa4, 0x93}}
+ info := bindataFileInfo{name: "config/crd/patches/webhook_in_envoyfleet.yaml", size: 409, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -287,12 +297,12 @@ func configCrdPatchesWebhook_in_staticroutesYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/crd/patches/webhook_in_staticroutes.yaml", size: 411, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0xcc, 0xf8, 0x77, 0x56, 0x93, 0x63, 0xa9, 0xd2, 0xfc, 0x5, 0x26, 0x2f, 0x1f, 0x1, 0x3e, 0xff, 0xeb, 0x60, 0x0, 0x65, 0x19, 0x35, 0xdc, 0xd1, 0x24, 0x55, 0xdc, 0xd6, 0x13, 0x60, 0x20}}
+ info := bindataFileInfo{name: "config/crd/patches/webhook_in_staticroutes.yaml", size: 411, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _configDefaultKustomizationYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x52\xbd\x8e\xdb\x3c\x10\xec\xf9\x14\x8b\x73\x71\xdf\x07\xc4\x74\x9c\x34\x81\xba\xd4\x49\x0e\x01\x12\x5c\x6b\xac\xc4\xb1\x44\x88\xe2\x12\xe4\xca\x3f\x79\xfa\x40\x3f\xf0\xdd\xe1\xdc\xa4\xa3\xb4\x33\xc3\x99\xe1\x72\xf2\xcf\xc8\xc5\x4b\xac\xa8\x1f\x8b\xca\xe0\xff\xc0\x36\x12\x8f\xbe\xb5\xfd\x97\x62\xbd\xec\x4e\xfb\x1a\xca\x7b\xd3\xfb\xe8\x2a\xfa\xb6\xa2\x58\xbd\x44\x93\x51\x64\xcc\x0d\x4a\x65\xb6\x64\xed\xae\xc9\x6e\x39\xe4\x9a\x9b\xe5\x34\x70\xe4\x16\x79\xf9\x38\xa3\xee\x44\x7a\x63\x36\xf4\xd5\xb9\x42\x91\x07\x94\xc4\x0d\x48\x85\x38\x04\xba\x09\x5a\x73\x9b\xcd\xd6\xfa\x6d\xb9\x16\xc5\x30\x51\x9f\x39\x8c\x20\x39\x92\x76\xbe\xd0\xd1\x23\x38\xf2\x85\x52\x46\x42\x74\x70\x93\x98\x76\x30\x9b\x45\x7f\x42\xbe\xd1\xfe\x40\xb0\xad\x25\x26\x87\x14\xe4\x3a\x20\xea\x8c\x74\x66\x43\x0f\x67\xc9\x2e\x65\x94\xf2\x40\x35\x1a\x99\xf8\x0f\x1c\x7c\x83\xb2\x7d\x19\x59\xb3\xa1\x27\x51\x90\x76\xac\xe4\x95\x4a\x27\x63\x70\xc4\xa1\x08\x0d\xac\x4d\x47\x67\xaf\xdd\xe4\x62\xb2\x75\xf4\x17\xfa\x4f\x71\x51\xaa\x71\x94\x0c\x7a\xdc\x3e\xfe\xbf\x04\xc0\x4b\x07\x66\xb3\x66\xe1\x5a\x4e\xb0\xab\xfd\x9f\x33\xbd\x9a\x72\x7f\xe7\x1a\xa1\xcc\x55\x39\xf7\xae\x31\xe2\xe8\xa8\x20\xa0\x51\xc9\xc5\x9a\x46\x86\x41\xe2\xc2\xa9\x0c\x11\xa7\x64\xfb\xb1\x46\x8e\x50\xcc\x2f\xeb\x63\x51\x8e\xb7\x82\x5b\x56\x9c\xf9\xba\x75\x38\x21\x48\x9a\x6a\xb9\x4b\x9b\x5c\xbd\xa5\x18\x93\xa6\xcc\x28\xbf\x34\xb3\xa2\xf5\xcd\x0f\xe4\x16\xd3\x52\xac\xcf\x7f\xe0\x51\xbb\x43\xca\x72\xb9\x1e\x66\xac\xbd\xf2\x10\x5e\xcd\xd7\xcd\x78\x3d\x34\x7e\xe0\x76\x59\xad\x3b\x57\x12\x45\x9c\x9f\xd6\xff\x35\x4a\x27\x69\xf7\x1e\xf0\x9b\xdb\x8a\x4e\x7b\xfb\xd9\x7e\xfa\x78\x57\xa7\x72\x38\xfd\x8b\x56\x60\x45\x51\xf3\x37\x00\x00\xff\xff\x9d\x6e\xfb\x84\x39\x03\x00\x00")
+var _configDefaultKustomizationYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x52\xcb\x6e\xdb\x30\x10\xbc\xf3\x2b\x16\xf6\x21\x2d\x50\xd3\xc8\xad\xd0\xad\xe7\xb6\x41\x81\x16\xb9\x1a\x2b\x72\x2d\xb1\x22\xb9\x04\x77\xe5\x47\xbf\xbe\xa0\x64\x38\x09\x92\x1b\xa5\x9d\x19\xce\x0c\x17\x4b\x78\xa6\x2a\x81\x73\x07\xd3\x2c\xca\x29\xfc\x23\xeb\x38\x1f\xc3\x60\xa7\xaf\x62\x03\xef\x4f\x8f\x3d\x29\x3e\x9a\x29\x64\xdf\xc1\xf7\x1b\x0a\x35\x70\x36\x95\x84\xe7\xea\x48\x3a\xb3\x03\x6b\xf7\xae\xfa\xf5\x50\x7b\x74\xeb\x29\x61\xc6\x81\xea\xfa\x71\xa6\x7e\x64\x9e\x8c\xd9\xc2\x37\xef\x05\x32\x26\x92\x82\x8e\x40\x19\x30\x46\xb8\x0b\x5a\x73\x9f\x2d\xd6\xa6\x9d\x5c\x45\x29\x35\xea\x33\xc6\x99\x80\x8f\xa0\x63\x10\x38\x06\x8a\x1e\x82\x40\xa9\x54\x28\x7b\xf2\x4d\x4c\x47\x32\xdb\x55\xbf\x21\xdf\x68\x7f\x01\xb2\x83\x05\x04\x4f\x25\xf2\x35\x51\xd6\x05\xe9\xcd\x16\x36\x67\xae\xbe\x54\x12\xd9\x40\x4f\x8e\x1b\x7f\x83\x31\x38\x92\xdd\xcb\xc8\x9a\x2d\x3c\xb1\x12\xe8\x88\x0a\x41\x41\x46\x9e\xa3\x07\x8c\xc2\x90\x50\xdd\x08\xe7\xa0\x63\x73\xd1\x6c\x1d\xc3\x05\x3e\x29\x5d\x14\x7a\x3a\x72\x25\x78\xd8\x3d\x7c\x5e\x03\xd0\x4b\x07\x66\x7b\xcb\x82\x3d\x9f\xc8\xde\xec\xff\x5a\xe8\x5d\xcb\xfd\x03\x7b\x8a\xb2\x54\xe5\xfd\xbb\xc6\x00\xb3\x07\xa1\x48\x4e\xb9\x8a\x35\x8e\x53\xe2\xbc\x72\x3a\x03\x80\xa5\xd8\x69\xee\xa9\x66\x52\x5a\x5e\x36\x64\x51\xcc\xf7\x82\x07\x54\x3a\xe3\x75\xe7\xe9\x44\x91\x4b\xab\xe5\x43\x5a\x73\xf5\x96\x62\x4c\x69\x99\x49\x7e\x6b\x45\xa5\x21\xb8\x9f\x54\x07\x6a\x4b\x71\x7b\xfe\x03\xce\x3a\x1e\x4a\xe5\xcb\xf5\xb0\x60\xed\x15\x53\x7c\x35\xbf\x6d\xc6\xeb\xa1\x09\x09\x87\x75\xb5\x3e\xb8\x12\x20\xd3\xf9\x69\xf9\xff\x17\x25\x85\x3c\xa0\x0b\x6e\xff\x1e\xf3\x07\x87\x0e\x22\x2a\x89\x9a\xff\x01\x00\x00\xff\xff\xf8\xee\xb5\xe6\xf0\x02\x00\x00")
func configDefaultKustomizationYamlBytes() ([]byte, error) {
return bindataRead(
@@ -307,8 +317,8 @@ func configDefaultKustomizationYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/default/kustomization.yaml", size: 825, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4d, 0x48, 0xdf, 0x81, 0x25, 0x54, 0x2e, 0x7b, 0x5f, 0x64, 0x3, 0xc2, 0x4a, 0x85, 0xc6, 0xb7, 0x40, 0x3a, 0xbe, 0xbd, 0x4b, 0x2, 0x82, 0xd4, 0xcb, 0xb1, 0xb7, 0x6f, 0x8e, 0xa5, 0xba, 0x96}}
+ info := bindataFileInfo{name: "config/default/kustomization.yaml", size: 752, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -327,8 +337,8 @@ func configDefaultManager_auth_proxy_patchYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/default/manager_auth_proxy_patch.yaml", size: 847, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7a, 0x5, 0x2d, 0x1e, 0xc9, 0x36, 0x3d, 0xa8, 0xf7, 0xe9, 0x5e, 0x68, 0xcc, 0xcb, 0x67, 0xa2, 0xe4, 0x50, 0x7b, 0xc5, 0x5, 0x9, 0x9b, 0x83, 0xe3, 0x2e, 0xad, 0x7b, 0xca, 0x52, 0x3a, 0xa9}}
+ info := bindataFileInfo{name: "config/default/manager_auth_proxy_patch.yaml", size: 847, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -347,8 +357,8 @@ func configDefaultManager_config_patchYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/default/manager_config_patch.yaml", size: 480, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3d, 0x18, 0x37, 0x6b, 0xd5, 0x4f, 0xb5, 0x8b, 0x4f, 0x2a, 0x9a, 0x7d, 0x75, 0x2d, 0x9d, 0x54, 0xb5, 0x18, 0xf2, 0x51, 0x38, 0xb7, 0x13, 0x71, 0xc0, 0x6f, 0xae, 0xb7, 0x10, 0x79, 0x9, 0xe8}}
+ info := bindataFileInfo{name: "config/default/manager_config_patch.yaml", size: 480, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -367,8 +377,8 @@ func configDefaultManager_webhook_patchYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/default/manager_webhook_patch.yaml", size: 548, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x74, 0xe3, 0x65, 0x30, 0x1d, 0xf1, 0x70, 0x39, 0x5d, 0x67, 0xd3, 0xcd, 0x4d, 0x67, 0x9a, 0x7, 0xcf, 0xde, 0xde, 0x42, 0xae, 0x90, 0x43, 0x1e, 0x25, 0x33, 0xc3, 0x24, 0x88, 0x75, 0x29, 0x6c}}
+ info := bindataFileInfo{name: "config/default/manager_webhook_patch.yaml", size: 548, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -387,8 +397,8 @@ func configManagerConfigmapYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/manager/configmap.yaml", size: 576, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0x56, 0x85, 0x7b, 0x59, 0x4f, 0xa6, 0x6f, 0x85, 0x89, 0xdc, 0x55, 0xa3, 0x18, 0xd0, 0xc6, 0xb, 0x2b, 0xd5, 0xb5, 0xaf, 0x39, 0x16, 0x7a, 0xb, 0xde, 0x1a, 0x12, 0x13, 0x1f, 0x37, 0x25}}
+ info := bindataFileInfo{name: "config/manager/configmap.yaml", size: 576, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -407,8 +417,8 @@ func configManagerKustomizationYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/manager/kustomization.yaml", size: 177, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfe, 0xae, 0xf2, 0x45, 0x38, 0x6c, 0xf6, 0x5, 0x57, 0x31, 0x2f, 0x69, 0xde, 0x33, 0xa1, 0x42, 0x26, 0x88, 0x4a, 0x83, 0x5c, 0x7e, 0x35, 0x28, 0xaa, 0x1b, 0xd4, 0x8a, 0x17, 0xd4, 0x55, 0xad}}
+ info := bindataFileInfo{name: "config/manager/kustomization.yaml", size: 177, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -427,8 +437,8 @@ func configManagerManagerYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/manager/manager.yaml", size: 1392, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0x67, 0x8e, 0x3c, 0xa1, 0xcf, 0x56, 0xe5, 0xb4, 0x16, 0x31, 0x42, 0x76, 0x10, 0xe8, 0x5b, 0x7b, 0x9b, 0x96, 0xd7, 0x62, 0xf6, 0xd7, 0xc2, 0x2, 0xeb, 0x6c, 0x86, 0xb8, 0x38, 0x1e, 0x68}}
+ info := bindataFileInfo{name: "config/manager/manager.yaml", size: 1392, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -447,8 +457,8 @@ func configManagerServiceYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/manager/service.yaml", size: 908, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xda, 0xcc, 0xe5, 0xb0, 0x60, 0x12, 0xab, 0x23, 0x77, 0x8f, 0x14, 0x3a, 0xd6, 0x92, 0xac, 0xb, 0xf4, 0xa8, 0x5c, 0x21, 0x1c, 0x76, 0x87, 0xc0, 0x13, 0x60, 0xcc, 0x1b, 0x47, 0x18, 0x91, 0x59}}
+ info := bindataFileInfo{name: "config/manager/service.yaml", size: 908, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -467,8 +477,8 @@ func configRbacApi_editor_roleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/api_editor_role.yaml", size: 368, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7f, 0xd6, 0x13, 0x5a, 0xfc, 0xe1, 0xd7, 0xcc, 0xbb, 0xfb, 0x14, 0x7b, 0x74, 0x43, 0xbb, 0x4c, 0x63, 0x29, 0xe7, 0x35, 0x78, 0xb6, 0x6a, 0x72, 0x81, 0x77, 0x9c, 0x44, 0x38, 0x96, 0x4e, 0x72}}
+ info := bindataFileInfo{name: "config/rbac/api_editor_role.yaml", size: 368, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -487,8 +497,8 @@ func configRbacApi_viewer_roleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/api_viewer_role.yaml", size: 325, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x2a, 0xb, 0x7f, 0xca, 0xb8, 0x44, 0xec, 0x56, 0x19, 0xec, 0xb4, 0x42, 0xfb, 0x6e, 0x10, 0xa5, 0x1a, 0xa0, 0x51, 0xf9, 0x7, 0xd6, 0xff, 0x5a, 0x1e, 0x1e, 0xa6, 0x9e, 0xba, 0xdf, 0x64}}
+ info := bindataFileInfo{name: "config/rbac/api_viewer_role.yaml", size: 325, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -507,8 +517,8 @@ func configRbacAuth_proxy_client_clusterroleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/auth_proxy_client_clusterrole.yaml", size: 163, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x78, 0x72, 0x4b, 0x33, 0xae, 0xa9, 0x76, 0x4a, 0x7f, 0x70, 0xe5, 0x4d, 0x2d, 0xb4, 0x93, 0x14, 0x30, 0x29, 0x21, 0x99, 0xee, 0x6c, 0x9, 0x43, 0xaa, 0xdd, 0xdf, 0xfb, 0xdd, 0xdf, 0x2a, 0x7b}}
+ info := bindataFileInfo{name: "config/rbac/auth_proxy_client_clusterrole.yaml", size: 163, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -527,8 +537,8 @@ func configRbacAuth_proxy_roleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/auth_proxy_role.yaml", size: 293, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x7a, 0x5d, 0x16, 0x41, 0x47, 0xf9, 0x48, 0xaa, 0xdf, 0x3e, 0x21, 0xb7, 0xcb, 0x59, 0xb9, 0x9e, 0x62, 0x9e, 0xf5, 0xe4, 0xae, 0x64, 0xc6, 0xfd, 0x3, 0x4a, 0x2e, 0x61, 0x17, 0xbf, 0x54}}
+ info := bindataFileInfo{name: "config/rbac/auth_proxy_role.yaml", size: 293, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -547,8 +557,8 @@ func configRbacAuth_proxy_role_bindingYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/auth_proxy_role_binding.yaml", size: 296, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x5, 0x2c, 0x25, 0xcb, 0x4, 0x40, 0xe6, 0x35, 0x38, 0xcc, 0xde, 0x72, 0xe9, 0x58, 0xa7, 0x1b, 0x3, 0x65, 0x22, 0xb1, 0x4c, 0xb7, 0x54, 0x90, 0x72, 0x2b, 0x11, 0xba, 0x56, 0xa1, 0x9a}}
+ info := bindataFileInfo{name: "config/rbac/auth_proxy_role_binding.yaml", size: 296, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -567,8 +577,8 @@ func configRbacAuth_proxy_serviceYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/auth_proxy_service.yaml", size: 493, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf9, 0x0, 0x25, 0x8, 0x54, 0xfc, 0x5f, 0xa5, 0xaf, 0x51, 0xd3, 0x86, 0x64, 0x6d, 0x4f, 0x64, 0x78, 0x9a, 0xcb, 0x9e, 0x49, 0x92, 0xa2, 0xba, 0x4f, 0xa9, 0x96, 0x93, 0xf9, 0x23, 0xa1, 0x8a}}
+ info := bindataFileInfo{name: "config/rbac/auth_proxy_service.yaml", size: 493, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -587,8 +597,8 @@ func configRbacEnvoyfleet_editor_roleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/envoyfleet_editor_role.yaml", size: 393, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x81, 0xb, 0xe9, 0xbb, 0xf4, 0x1, 0x74, 0x58, 0xe5, 0x3f, 0x6d, 0xd5, 0x3c, 0x43, 0x19, 0x3b, 0x92, 0x56, 0x71, 0x3, 0xa, 0x6, 0xd0, 0x7f, 0x25, 0x87, 0xe6, 0xca, 0xb6, 0xaa, 0xd9, 0x96}}
+ info := bindataFileInfo{name: "config/rbac/envoyfleet_editor_role.yaml", size: 393, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -607,8 +617,8 @@ func configRbacEnvoyfleet_manager_roleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/envoyfleet_manager_role.yaml", size: 576, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0xb4, 0xc8, 0xc8, 0xb6, 0x49, 0x7, 0x1b, 0x88, 0xa2, 0x14, 0x58, 0x12, 0x92, 0x7e, 0x27, 0x88, 0x62, 0x6c, 0x43, 0xbb, 0x1d, 0x6d, 0x6, 0x6a, 0x5d, 0xb6, 0x7a, 0x73, 0x10, 0x60, 0x33}}
+ info := bindataFileInfo{name: "config/rbac/envoyfleet_manager_role.yaml", size: 576, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -627,8 +637,8 @@ func configRbacEnvoyfleet_manager_role_bindingYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/envoyfleet_manager_role_binding.yaml", size: 322, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0x7a, 0x19, 0x75, 0x38, 0x69, 0xf, 0x13, 0x89, 0xce, 0xbb, 0x4a, 0xa6, 0xb5, 0x9f, 0x9a, 0x43, 0x13, 0xc, 0x2b, 0x92, 0x4b, 0xdd, 0x5d, 0x7e, 0xfd, 0x17, 0xd9, 0x59, 0xcb, 0x1c, 0xc7}}
+ info := bindataFileInfo{name: "config/rbac/envoyfleet_manager_role_binding.yaml", size: 322, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -647,8 +657,8 @@ func configRbacEnvoyfleet_viewer_roleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/envoyfleet_viewer_role.yaml", size: 350, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9e, 0x1b, 0x21, 0xf, 0x6e, 0x28, 0x97, 0x94, 0xed, 0x72, 0x6c, 0x8f, 0xf8, 0xaa, 0x4, 0x9d, 0x2, 0x64, 0xee, 0x67, 0x22, 0xf2, 0x53, 0xbc, 0x5b, 0x21, 0xd8, 0x7d, 0x76, 0x65, 0xc4, 0x68}}
+ info := bindataFileInfo{name: "config/rbac/envoyfleet_viewer_role.yaml", size: 350, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -667,8 +677,8 @@ func configRbacKustomizationYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/kustomization.yaml", size: 763, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x34, 0x4, 0xd0, 0xfa, 0x9d, 0xc3, 0x18, 0x4f, 0xab, 0x3d, 0xb6, 0x29, 0xa4, 0x41, 0x38, 0x2, 0x5, 0x68, 0x11, 0xb7, 0x33, 0x6b, 0x9b, 0xb8, 0xe1, 0x8, 0xf3, 0xfa, 0x9f, 0x33, 0x29, 0x30}}
+ info := bindataFileInfo{name: "config/rbac/kustomization.yaml", size: 763, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -687,8 +697,8 @@ func configRbacLeader_election_roleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/leader_election_role.yaml", size: 489, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfa, 0x59, 0x39, 0x6a, 0x24, 0xf5, 0xf2, 0x8c, 0xaa, 0x7e, 0xda, 0x7c, 0x8, 0x51, 0x23, 0x3e, 0xf, 0xd, 0x3c, 0x57, 0x69, 0x46, 0x4a, 0x8d, 0x6b, 0xb6, 0x39, 0xe7, 0x57, 0x9f, 0x2f, 0xdf}}
+ info := bindataFileInfo{name: "config/rbac/leader_election_role.yaml", size: 489, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -707,8 +717,8 @@ func configRbacLeader_election_role_bindingYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/leader_election_role_binding.yaml", size: 302, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0x79, 0x73, 0xa2, 0x54, 0xd2, 0xc2, 0xfe, 0x58, 0x33, 0xf7, 0x93, 0x8e, 0x2, 0x6d, 0x67, 0xb2, 0xfc, 0x4b, 0x2e, 0x9c, 0xcb, 0x1a, 0xf7, 0xbd, 0xbc, 0x80, 0xb7, 0x72, 0x93, 0xa3, 0xfe}}
+ info := bindataFileInfo{name: "config/rbac/leader_election_role_binding.yaml", size: 302, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -727,8 +737,8 @@ func configRbacRoleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/role.yaml", size: 1661, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x33, 0x8f, 0xd, 0x46, 0xc8, 0x71, 0xb4, 0x78, 0xd6, 0x26, 0x82, 0x2a, 0xd0, 0x23, 0xc5, 0x5c, 0xa8, 0xe2, 0x91, 0x98, 0xcb, 0xcf, 0x7f, 0xbe, 0x56, 0x55, 0x35, 0xa9, 0x72, 0x31, 0xe8, 0x8f}}
+ info := bindataFileInfo{name: "config/rbac/role.yaml", size: 1661, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -747,8 +757,8 @@ func configRbacRole_bindingYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/role_binding.yaml", size: 300, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0xfc, 0xed, 0x31, 0xe, 0x15, 0x55, 0x8e, 0xa3, 0xb2, 0x45, 0x43, 0x9d, 0x36, 0xbb, 0xe6, 0xb9, 0xa8, 0xb1, 0xba, 0xc7, 0xa5, 0xcf, 0xa1, 0xe6, 0xc9, 0x20, 0xcc, 0x78, 0x3a, 0xd0, 0xd4}}
+ info := bindataFileInfo{name: "config/rbac/role_binding.yaml", size: 300, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -767,8 +777,8 @@ func configRbacService_accountYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/service_account.yaml", size: 95, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x82, 0x16, 0xf, 0x26, 0xb5, 0x44, 0x84, 0x8e, 0xbf, 0xd9, 0x2c, 0x55, 0x4a, 0x6c, 0x73, 0x67, 0x8f, 0xee, 0xb3, 0x28, 0xd9, 0x59, 0x62, 0xbb, 0x89, 0xd7, 0xba, 0x9d, 0x6b, 0x57, 0x83, 0x1b}}
+ info := bindataFileInfo{name: "config/rbac/service_account.yaml", size: 95, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -787,8 +797,8 @@ func configRbacStaticroute_editor_roleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/staticroute_editor_role.yaml", size: 400, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x98, 0x6a, 0x2a, 0xbd, 0x1c, 0xa5, 0xde, 0x99, 0xe5, 0x19, 0x47, 0x66, 0xb3, 0x28, 0xd9, 0x4e, 0x78, 0x76, 0x80, 0x6c, 0x9a, 0xcc, 0x2f, 0x6e, 0xf5, 0xf, 0x2f, 0x86, 0xed, 0xa6, 0xf7, 0x39}}
+ info := bindataFileInfo{name: "config/rbac/staticroute_editor_role.yaml", size: 400, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -807,8 +817,8 @@ func configRbacStaticroute_viewer_roleYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/rbac/staticroute_viewer_role.yaml", size: 357, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbd, 0x5, 0x5b, 0x1e, 0xc6, 0xbc, 0x2a, 0xfc, 0x3, 0x87, 0xe, 0xa4, 0x27, 0xd3, 0xb1, 0x1f, 0x7, 0x20, 0xc2, 0x77, 0xf7, 0xba, 0x53, 0x92, 0xa0, 0xed, 0x60, 0x42, 0xb5, 0x94, 0x3, 0x83}}
+ info := bindataFileInfo{name: "config/rbac/staticroute_viewer_role.yaml", size: 357, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -827,8 +837,8 @@ func configWebhookKustomizationYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/webhook/kustomization.yaml", size: 1332, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x85, 0xf5, 0x9f, 0xd6, 0x2, 0x2f, 0xfa, 0xc3, 0x25, 0xed, 0x68, 0xe6, 0x75, 0x22, 0xb7, 0x90, 0xb4, 0x2a, 0x57, 0x62, 0xc3, 0x5c, 0x3d, 0x32, 0x5e, 0x67, 0x70, 0xfa, 0x25, 0x43, 0xcd}}
+ info := bindataFileInfo{name: "config/webhook/kustomization.yaml", size: 1332, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -847,8 +857,8 @@ func configWebhookKustomizeconfigYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/webhook/kustomizeconfig.yaml", size: 791, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5, 0x1c, 0xba, 0x9d, 0x3a, 0xc8, 0x62, 0x8f, 0x55, 0x3, 0xcf, 0x9a, 0x3d, 0xf, 0xce, 0x99, 0x6e, 0xa3, 0x2, 0x85, 0xb7, 0xe5, 0x2a, 0x41, 0xbe, 0x4d, 0x3d, 0x4, 0x47, 0xe1, 0xd6, 0x94}}
+ info := bindataFileInfo{name: "config/webhook/kustomizeconfig.yaml", size: 791, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -867,8 +877,8 @@ func configWebhookManifestsYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/webhook/manifests.yaml", size: 2684, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x85, 0xd7, 0x78, 0x13, 0x8c, 0xbd, 0xbf, 0xf8, 0x91, 0xe9, 0x7a, 0xed, 0xa0, 0x69, 0xae, 0x53, 0x4f, 0x66, 0x60, 0x3, 0x6a, 0x83, 0x23, 0x7c, 0xa, 0x80, 0x76, 0x16, 0x52, 0x16, 0x96, 0x40}}
+ info := bindataFileInfo{name: "config/webhook/manifests.yaml", size: 2684, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -887,12 +897,12 @@ func configWebhookServiceYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "config/webhook/service.yaml", size: 301, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x59, 0x9, 0x1a, 0xc7, 0x61, 0xb3, 0x1f, 0xa4, 0xb8, 0xf1, 0xfa, 0xb1, 0xe3, 0xc6, 0x3c, 0xe3, 0x4, 0x74, 0xd7, 0xf, 0x4b, 0xd3, 0x1a, 0xff, 0x91, 0x8, 0x30, 0x33, 0xac, 0x65, 0x70, 0xc5}}
+ info := bindataFileInfo{name: "config/webhook/service.yaml", size: 301, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _cmdKuskManifestsApi_serverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\x4f\x6f\xa3\x3e\x10\xbd\xf3\x29\xac\xde\x21\xe5\x16\x21\xfd\x0e\xfd\x75\xa5\x6a\xa5\xd5\x2a\xea\xae\xf6\x3e\x98\x69\xf0\xc6\xd8\x96\x3d\x10\xd1\x4f\xbf\x32\x01\x62\x68\x42\xd3\x64\x2b\x2d\xa7\xd8\xf3\xef\xcd\x9b\xe1\x91\x38\x8e\x23\x30\xe2\x17\x5a\x27\xb4\xca\x58\x93\x46\x3b\xa1\x8a\x8c\xfd\x40\xdb\x08\x8e\x0f\x9c\xeb\x5a\x51\x54\x21\x41\x01\x04\x59\xc4\x98\x82\x0a\x33\xb6\xab\xdd\x2e\xde\x02\xe1\x1e\xda\x18\x8c\xe8\x0d\xce\x00\x1f\xac\xae\x75\x84\x55\x34\xaf\x61\x73\xe0\x09\xd4\x54\x6a\x2b\x5e\x81\x84\x56\xc9\x6e\xed\x12\xa1\x57\x63\xf5\x47\x59\x3b\x42\xfb\xac\x25\x5e\x52\xda\xd6\x12\x9d\xb7\xc7\x0c\x8c\x78\xb2\xba\x36\xdd\xd1\x3f\x31\xeb\x3d\x13\x1f\x96\x08\xdd\xdd\x5b\x74\xba\xb6\x1c\x03\x37\x30\xc2\x75\x87\x06\x6d\x1e\xdc\x73\x8b\x40\x78\xcc\x86\x34\xfe\x96\xc2\x1d\x0f\x7b\x20\x5e\x8e\xa7\xda\x14\x61\x94\x99\x18\x0b\x94\xd8\x19\x6f\xc5\xbb\x72\x04\x54\x9f\x84\x7d\xc0\x79\x4b\x01\x54\x8d\x6e\x5f\x24\xf6\x0d\x2f\xd3\x32\xb6\xf4\x0e\x4b\x66\x89\xa5\x81\xc2\xbf\x83\xfa\x53\xc9\xf1\xb9\x05\xb7\xba\x26\xbc\x64\x6b\xfe\x19\x7a\x42\xdc\xd7\x11\x04\xc6\xb8\xb3\xd9\x0f\xaa\xb1\x90\x72\xe1\xc5\x39\x59\xed\xee\xee\xa2\x5a\xfe\x62\x94\x9f\xe3\x95\xd1\xc5\xf4\xb0\x92\x7a\x7b\x05\xb8\xdb\x24\xec\x7f\xa1\x0a\xa1\xb6\x37\x89\xa8\xd5\x12\x9f\xf1\xc5\x87\x0e\x2c\x2d\xc0\x88\x18\x7b\x2b\xa4\x67\x8b\xba\x3a\xff\x8d\x9c\x7a\x05\x3d\xa9\xff\x9e\x8c\xb3\x90\x2f\x56\x7e\xbf\x3a\x47\x86\xbe\xa0\x91\xba\xad\x70\xf6\x79\x91\x90\xa3\xec\x47\x03\xc6\x24\xbb\x3a\x47\xab\x90\xb0\xe3\x57\x28\x47\xa0\xf8\x39\x20\x6f\x03\x16\x89\xfe\xc8\x04\x9c\x41\xee\x51\x59\x34\x52\x70\x70\x19\x4b\x23\xc6\x1c\x4a\xe4\xa4\xed\x01\x6f\xe5\xb7\xe5\x5b\xd0\xc0\x87\x10\x5d\xd1\x31\x61\x65\x24\x10\xf6\xe5\x03\x1a\xfd\x23\x27\x48\x3e\x8c\xe5\x0a\xfe\x07\x92\xfc\xc3\xb5\x22\x10\x0a\x6d\x80\x20\x66\xa2\x82\x6d\x17\x9d\xa3\x2b\xb5\x59\xcd\xd3\x64\x4d\x9a\xa4\x49\x7a\x3f\x86\xb0\x43\xc8\xa6\x96\x72\xa3\xa5\xe0\x6d\xc6\x1e\xe4\x1e\x5a\x17\x78\xbc\xd3\x46\x7c\xc6\x21\xde\x63\xee\x34\xdf\x8d\x2f\xff\x58\x6d\x01\xe0\x31\x28\x6b\x92\x2b\xb0\x82\xdd\x06\x84\x1c\xe0\xc5\xb1\xd1\x96\xfe\x5b\xdf\xaf\xd3\xc0\xe2\xef\xde\xb8\x1e\x3a\xd9\xbb\xc9\x75\x40\xf6\x46\x5b\xca\xd8\x2c\x53\x97\xcd\x6a\xd2\x5c\xcb\x8c\xfd\x7c\xdc\x04\x36\x29\x1a\x54\xe8\xdc\xc6\xea\x1c\xa7\xd5\x4a\x22\xf3\x84\x94\xcd\x33\x01\x95\x19\x5b\x95\x08\x92\xca\xd7\xb9\xb1\xab\x3f\xc1\x67\x11\x0a\xf1\x79\x25\xdc\x44\xaa\xbe\x9f\x5e\x85\xf7\xfe\xe8\xde\x24\xce\xc3\xd6\x07\x03\x1b\x06\xe5\xfb\x8b\x42\xd8\xeb\x61\x5b\x4e\xcd\x83\xc0\x6e\x91\xc6\x11\xde\xf7\xa9\xcc\x7c\xa6\x33\xbf\x74\x21\x65\xb0\x2f\x53\xad\xfa\x4c\x6d\xa5\xd6\xe0\xf8\xf1\xf9\xba\x89\xfe\x04\x00\x00\xff\xff\xc2\xa2\xba\x86\x67\x0c\x00\x00")
+var _cmdKuskManifestsApi_serverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\xdf\x6f\x9b\x30\x10\x7e\xe7\xaf\xb0\xfa\x0e\x69\xde\x22\xa4\x3d\x74\x9d\x54\x4d\x9a\xa6\xa8\x9b\xf6\x7e\x98\x2b\xb8\x31\xb6\x65\x1f\x89\xe8\x5f\x3f\x99\x00\x31\x24\xa1\x69\xb2\x4a\xe3\x29\xf6\xfd\xfa\xee\xbb\xe3\x23\x71\x1c\x47\x60\xc4\x1f\xb4\x4e\x68\x95\xb2\xed\x32\xda\x08\x95\xa7\xec\x17\xda\xad\xe0\xf8\xc0\xb9\xae\x15\x45\x15\x12\xe4\x40\x90\x46\x8c\x29\xa8\x30\x65\x9b\xda\x6d\xe2\x02\x08\x77\xd0\xc4\x60\x44\x67\x70\x06\x78\x6f\x75\x8d\x23\xac\xa2\x69\x0d\x9b\x01\x4f\xa0\xa6\x52\x5b\xf1\x06\x24\xb4\x4a\x36\x2b\x97\x08\xbd\x18\xaa\x3f\xca\xda\x11\xda\x67\x2d\xf1\x92\xd2\xb6\x96\xe8\xbc\x3d\x66\x60\xc4\x93\xd5\xb5\x69\x8f\xfe\x89\x59\xe7\x99\xf8\xb0\x44\xe8\xf6\xde\xa2\xd3\xb5\xe5\x18\xb8\x81\x11\xae\x3d\x6c\xd1\x66\xc1\x3d\xb7\x08\x84\x87\x6c\x48\xc3\x6f\x29\xdc\xe1\xb0\x03\xe2\xe5\x70\xaa\x4d\x1e\x46\x99\x91\x31\x47\x89\xad\xf1\x56\xbc\x0b\x47\x40\xf5\x49\xd8\x7b\x9c\xb7\x14\x40\xb5\xd5\xcd\x8b\xc4\xae\xe1\x79\x5a\x86\x96\xde\x61\xc9\xcc\xb1\xd4\x53\xf8\x6f\x50\x7f\x2a\x39\x3e\xb7\xe0\x56\xd7\x84\x97\x6c\xcd\x7f\x43\x4f\x88\xfb\x3a\x82\xc0\x18\x77\x36\xfb\x5e\x35\x66\x52\xce\xbc\x38\x27\xab\xdd\xdd\x5d\x54\xcb\x5f\x0c\xf2\x73\xb8\x32\x3a\x1f\x1f\x16\x52\x17\x57\x80\xbb\x4d\xc2\xbe\x0a\x95\x0b\x55\xdc\x24\xa2\x56\x4b\x7c\xc6\x17\x1f\xda\xb3\x34\x03\x23\x62\xec\x58\x48\xcf\x16\x75\x75\xf6\x8a\x9c\x3a\x05\x3d\xa9\xff\x9e\x8c\xb3\x90\x2f\x56\x7e\xbf\x3a\x07\x86\xbe\xa1\x91\xba\xa9\x70\xf2\x79\x91\x90\xa1\xec\x46\x03\xc6\x24\x9b\x3a\x43\xab\x90\xb0\xe5\x57\x28\x47\xa0\xf8\x39\x20\xc7\x01\xb3\x44\x7f\x64\x02\xce\x20\xf7\xa8\x2c\x1a\x29\x38\xb8\x94\x2d\x23\xc6\x1c\x4a\xe4\xa4\xed\x1e\x6f\xe5\xb7\xe5\x47\xd0\xc0\x87\x10\x5d\xd1\x31\x61\x65\x24\x10\x76\xe5\x03\x1a\xfd\x23\x47\x48\x3e\x8c\xe5\x0a\xfe\x7b\x92\xfc\xc3\xb5\x22\x10\x0a\x6d\x80\x20\x66\xa2\x82\xa2\x8d\xce\xd0\x95\xda\x2c\xa6\x69\xd2\xed\x32\x59\x26\xcb\xfb\x21\x84\xed\x43\xd6\xb5\x94\x6b\x2d\x05\x6f\x52\xf6\x20\x77\xd0\xb8\xc0\xe3\x9d\x36\xe2\x33\x0e\xf1\x0e\x33\xa7\xf9\x66\x78\xf9\x87\x6a\x29\x7b\x05\x57\x09\x55\x00\x17\xfc\x08\xe3\x21\x2e\xf5\xe4\xbb\xa3\xf0\x59\xb0\x60\x8b\x80\x91\x3d\xbe\x38\x36\xda\xd2\x97\xd5\xfd\x6a\x19\x58\xfc\xdd\x91\xeb\xbe\x95\x9d\x1b\x5d\x07\x6c\xaf\xb5\xa5\x94\x4d\x32\xb5\xd9\xac\x26\xcd\xb5\x4c\xd9\xef\xc7\x75\x60\x93\x62\x8b\x0a\x9d\x5b\x5b\x9d\xe1\xb8\x5a\x49\x64\x9e\x90\xd2\x69\x26\xa0\x32\x65\x8b\x12\x41\x52\xf9\x36\x35\xb6\xf5\x47\xf8\x2c\x42\x2e\x3e\xaf\x84\x1b\x69\xd5\xcf\xd3\xbb\xf0\xde\x3f\xdd\x9b\xd4\xb9\x5f\xfb\x60\x60\xfd\xa0\x7c\x7f\x51\x08\x7b\xd5\xaf\xf6\xa9\x79\x10\xd8\x02\x69\x18\xe1\x7d\x97\xca\x4c\x67\x3a\xf1\x5b\xce\xa4\x0c\xf6\x65\x2c\x56\x9f\x29\xae\xd4\x18\x1c\xbe\x3e\xdf\xd7\xd1\xdf\x00\x00\x00\xff\xff\xe7\xc2\x31\x4e\x68\x0c\x00\x00")
func cmdKuskManifestsApi_serverYamlBytes() ([]byte, error) {
return bindataRead(
@@ -907,8 +917,8 @@ func cmdKuskManifestsApi_serverYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "cmd/kusk/manifests/api_server.yaml", size: 3175, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb1, 0x80, 0x30, 0xea, 0x72, 0xce, 0x6c, 0xd8, 0x6e, 0x83, 0x22, 0x87, 0x68, 0x46, 0x62, 0x22, 0xaa, 0x55, 0x1b, 0x82, 0xec, 0xe4, 0x2f, 0x8e, 0xda, 0x7b, 0xf2, 0xb3, 0x5, 0x99, 0x2f, 0x52}}
+ info := bindataFileInfo{name: "cmd/kusk/manifests/api_server.yaml", size: 3176, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -927,8 +937,8 @@ func cmdKuskManifestsApi_server_apiYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "cmd/kusk/manifests/api_server_api.yaml", size: 23344, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0x50, 0xfb, 0x25, 0x2e, 0xcd, 0xe2, 0x29, 0x96, 0xd1, 0x87, 0x2f, 0x98, 0xc8, 0x7, 0x30, 0xbe, 0xbb, 0x25, 0x7b, 0xd8, 0x94, 0xea, 0x2f, 0x37, 0x80, 0x55, 0x92, 0xd5, 0xae, 0xc4, 0x93}}
+ info := bindataFileInfo{name: "cmd/kusk/manifests/api_server_api.yaml", size: 23344, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -947,8 +957,8 @@ func cmdKuskManifestsDashboardYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "cmd/kusk/manifests/dashboard.yaml", size: 1689, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb, 0x6e, 0x73, 0x25, 0xea, 0x1e, 0xfc, 0xe5, 0xb1, 0xe2, 0xd4, 0x2c, 0x47, 0xe8, 0x3b, 0xe8, 0xe4, 0x55, 0xdb, 0x19, 0xc0, 0xf9, 0x66, 0xb9, 0x2, 0xf, 0xa4, 0x4f, 0x3, 0x67, 0xfe, 0x81}}
+ info := bindataFileInfo{name: "cmd/kusk/manifests/dashboard.yaml", size: 1689, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -967,8 +977,8 @@ func cmdKuskManifestsDashboard_envoyfleetYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "cmd/kusk/manifests/dashboard_envoyfleet.yaml", size: 376, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0xee, 0x33, 0x2e, 0x57, 0x39, 0x9a, 0x88, 0xd6, 0xe3, 0xd4, 0xa9, 0x7c, 0x1f, 0x95, 0x5c, 0xe2, 0x49, 0x83, 0x63, 0x6f, 0x32, 0x55, 0x5d, 0x67, 0x91, 0x62, 0x2a, 0xeb, 0x3, 0x20, 0x62}}
+ info := bindataFileInfo{name: "cmd/kusk/manifests/dashboard_envoyfleet.yaml", size: 376, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -987,8 +997,8 @@ func cmdKuskManifestsDashboard_staticrouteYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "cmd/kusk/manifests/dashboard_staticroute.yaml", size: 540, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x62, 0xa2, 0x83, 0x52, 0x48, 0x6d, 0xf3, 0x7, 0x4d, 0xd7, 0x86, 0x3b, 0xd6, 0x9f, 0x3c, 0x15, 0x15, 0xe9, 0xb9, 0xaf, 0x39, 0xa2, 0xfd, 0xd9, 0xa3, 0x3c, 0x77, 0x85, 0x88, 0xc9, 0xfe, 0x1d}}
+ info := bindataFileInfo{name: "cmd/kusk/manifests/dashboard_staticroute.yaml", size: 540, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -1007,8 +1017,8 @@ func cmdKuskManifestsFleetsYaml() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "cmd/kusk/manifests/fleets.yaml", size: 387, mode: os.FileMode(0644), modTime: time.Unix(1, 0)}
- a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3b, 0xf1, 0xc6, 0xfe, 0x26, 0x5e, 0xd7, 0xbb, 0x22, 0x4c, 0xc6, 0xe6, 0xc, 0xfd, 0x8f, 0x58, 0xc9, 0x4c, 0x7e, 0xa2, 0x9d, 0xd5, 0x27, 0x5c, 0xf, 0xf5, 0x3b, 0xff, 0x47, 0x9f, 0x1c, 0xed}}
+ info := bindataFileInfo{name: "cmd/kusk/manifests/fleets.yaml", size: 387, mode: os.FileMode(420), modTime: time.Unix(1, 0)}
+ a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -1016,8 +1026,8 @@ func cmdKuskManifestsFleetsYaml() (*asset, error) {
// It returns an error if the asset could not be found or
// could not be loaded.
func Asset(name string) ([]byte, error) {
- canonicalName := strings.Replace(name, "\\", "/", -1)
- if f, ok := _bindata[canonicalName]; ok {
+ cannonicalName := strings.Replace(name, "\\", "/", -1)
+ if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
@@ -1027,12 +1037,6 @@ func Asset(name string) ([]byte, error) {
return nil, fmt.Errorf("Asset %s not found", name)
}
-// AssetString returns the asset contents as a string (instead of a []byte).
-func AssetString(name string) (string, error) {
- data, err := Asset(name)
- return string(data), err
-}
-
// MustAsset is like Asset but panics when Asset would return an error.
// It simplifies safe initialization of global variables.
func MustAsset(name string) []byte {
@@ -1044,18 +1048,12 @@ func MustAsset(name string) []byte {
return a
}
-// MustAssetString is like AssetString but panics when Asset would return an
-// error. It simplifies safe initialization of global variables.
-func MustAssetString(name string) string {
- return string(MustAsset(name))
-}
-
// AssetInfo loads and returns the asset info for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func AssetInfo(name string) (os.FileInfo, error) {
- canonicalName := strings.Replace(name, "\\", "/", -1)
- if f, ok := _bindata[canonicalName]; ok {
+ cannonicalName := strings.Replace(name, "\\", "/", -1)
+ if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
@@ -1065,33 +1063,6 @@ func AssetInfo(name string) (os.FileInfo, error) {
return nil, fmt.Errorf("AssetInfo %s not found", name)
}
-// AssetDigest returns the digest of the file with the given name. It returns an
-// error if the asset could not be found or the digest could not be loaded.
-func AssetDigest(name string) ([sha256.Size]byte, error) {
- canonicalName := strings.Replace(name, "\\", "/", -1)
- if f, ok := _bindata[canonicalName]; ok {
- a, err := f()
- if err != nil {
- return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err)
- }
- return a.digest, nil
- }
- return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name)
-}
-
-// Digests returns a map of all known files and their checksums.
-func Digests() (map[string][sha256.Size]byte, error) {
- mp := make(map[string][sha256.Size]byte, len(_bindata))
- for name := range _bindata {
- a, err := _bindata[name]()
- if err != nil {
- return nil, err
- }
- mp[name] = a.digest
- }
- return mp, nil
-}
-
// AssetNames returns the names of the assets.
func AssetNames() []string {
names := make([]string, 0, len(_bindata))
@@ -1150,29 +1121,24 @@ var _bindata = map[string]func() (*asset, error){
"cmd/kusk/manifests/fleets.yaml": cmdKuskManifestsFleetsYaml,
}
-// AssetDebug is true if the assets were built with the debug flag enabled.
-const AssetDebug = false
-
// AssetDir returns the file names below a certain
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
-//
-// data/
-// foo.txt
-// img/
-// a.png
-// b.png
-//
-// then AssetDir("data") would return []string{"foo.txt", "img"},
-// AssetDir("data/img") would return []string{"a.png", "b.png"},
-// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and
+// data/
+// foo.txt
+// img/
+// a.png
+// b.png
+// then AssetDir("data") would return []string{"foo.txt", "img"}
+// AssetDir("data/img") would return []string{"a.png", "b.png"}
+// AssetDir("foo.txt") and AssetDir("notexist") would return an error
// AssetDir("") will return []string{"data"}.
func AssetDir(name string) ([]string, error) {
node := _bintree
if len(name) != 0 {
- canonicalName := strings.Replace(name, "\\", "/", -1)
- pathList := strings.Split(canonicalName, "/")
+ cannonicalName := strings.Replace(name, "\\", "/", -1)
+ pathList := strings.Split(cannonicalName, "/")
for _, p := range pathList {
node = node.Children[p]
if node == nil {
@@ -1196,76 +1162,76 @@ type bintree struct {
}
var _bintree = &bintree{nil, map[string]*bintree{
- "cmd": {nil, map[string]*bintree{
- "kusk": {nil, map[string]*bintree{
- "manifests": {nil, map[string]*bintree{
- "api_server.yaml": {cmdKuskManifestsApi_serverYaml, map[string]*bintree{}},
- "api_server_api.yaml": {cmdKuskManifestsApi_server_apiYaml, map[string]*bintree{}},
- "dashboard.yaml": {cmdKuskManifestsDashboardYaml, map[string]*bintree{}},
- "dashboard_envoyfleet.yaml": {cmdKuskManifestsDashboard_envoyfleetYaml, map[string]*bintree{}},
- "dashboard_staticroute.yaml": {cmdKuskManifestsDashboard_staticrouteYaml, map[string]*bintree{}},
- "fleets.yaml": {cmdKuskManifestsFleetsYaml, map[string]*bintree{}},
+ "cmd": &bintree{nil, map[string]*bintree{
+ "kusk": &bintree{nil, map[string]*bintree{
+ "manifests": &bintree{nil, map[string]*bintree{
+ "api_server.yaml": &bintree{cmdKuskManifestsApi_serverYaml, map[string]*bintree{}},
+ "api_server_api.yaml": &bintree{cmdKuskManifestsApi_server_apiYaml, map[string]*bintree{}},
+ "dashboard.yaml": &bintree{cmdKuskManifestsDashboardYaml, map[string]*bintree{}},
+ "dashboard_envoyfleet.yaml": &bintree{cmdKuskManifestsDashboard_envoyfleetYaml, map[string]*bintree{}},
+ "dashboard_staticroute.yaml": &bintree{cmdKuskManifestsDashboard_staticrouteYaml, map[string]*bintree{}},
+ "fleets.yaml": &bintree{cmdKuskManifestsFleetsYaml, map[string]*bintree{}},
}},
}},
}},
- "config": {nil, map[string]*bintree{
- "crd": {nil, map[string]*bintree{
- "bases": {nil, map[string]*bintree{
- "gateway.kusk.io_apis.yaml": {configCrdBasesGatewayKuskIo_apisYaml, map[string]*bintree{}},
- "gateway.kusk.io_envoyfleet.yaml": {configCrdBasesGatewayKuskIo_envoyfleetYaml, map[string]*bintree{}},
- "gateway.kusk.io_envoyfleets.yaml": {configCrdBasesGatewayKuskIo_envoyfleetsYaml, map[string]*bintree{}},
- "gateway.kusk.io_staticroutes.yaml": {configCrdBasesGatewayKuskIo_staticroutesYaml, map[string]*bintree{}},
+ "config": &bintree{nil, map[string]*bintree{
+ "crd": &bintree{nil, map[string]*bintree{
+ "bases": &bintree{nil, map[string]*bintree{
+ "gateway.kusk.io_apis.yaml": &bintree{configCrdBasesGatewayKuskIo_apisYaml, map[string]*bintree{}},
+ "gateway.kusk.io_envoyfleet.yaml": &bintree{configCrdBasesGatewayKuskIo_envoyfleetYaml, map[string]*bintree{}},
+ "gateway.kusk.io_envoyfleets.yaml": &bintree{configCrdBasesGatewayKuskIo_envoyfleetsYaml, map[string]*bintree{}},
+ "gateway.kusk.io_staticroutes.yaml": &bintree{configCrdBasesGatewayKuskIo_staticroutesYaml, map[string]*bintree{}},
}},
- "kustomization.yaml": {configCrdKustomizationYaml, map[string]*bintree{}},
- "kustomizeconfig.yaml": {configCrdKustomizeconfigYaml, map[string]*bintree{}},
- "patches": {nil, map[string]*bintree{
- "webhook_in_apis.yaml": {configCrdPatchesWebhook_in_apisYaml, map[string]*bintree{}},
- "webhook_in_envoyfleet.yaml": {configCrdPatchesWebhook_in_envoyfleetYaml, map[string]*bintree{}},
- "webhook_in_staticroutes.yaml": {configCrdPatchesWebhook_in_staticroutesYaml, map[string]*bintree{}},
+ "kustomization.yaml": &bintree{configCrdKustomizationYaml, map[string]*bintree{}},
+ "kustomizeconfig.yaml": &bintree{configCrdKustomizeconfigYaml, map[string]*bintree{}},
+ "patches": &bintree{nil, map[string]*bintree{
+ "webhook_in_apis.yaml": &bintree{configCrdPatchesWebhook_in_apisYaml, map[string]*bintree{}},
+ "webhook_in_envoyfleet.yaml": &bintree{configCrdPatchesWebhook_in_envoyfleetYaml, map[string]*bintree{}},
+ "webhook_in_staticroutes.yaml": &bintree{configCrdPatchesWebhook_in_staticroutesYaml, map[string]*bintree{}},
}},
}},
- "default": {nil, map[string]*bintree{
- "kustomization.yaml": {configDefaultKustomizationYaml, map[string]*bintree{}},
- "manager_auth_proxy_patch.yaml": {configDefaultManager_auth_proxy_patchYaml, map[string]*bintree{}},
- "manager_config_patch.yaml": {configDefaultManager_config_patchYaml, map[string]*bintree{}},
- "manager_webhook_patch.yaml": {configDefaultManager_webhook_patchYaml, map[string]*bintree{}},
+ "default": &bintree{nil, map[string]*bintree{
+ "kustomization.yaml": &bintree{configDefaultKustomizationYaml, map[string]*bintree{}},
+ "manager_auth_proxy_patch.yaml": &bintree{configDefaultManager_auth_proxy_patchYaml, map[string]*bintree{}},
+ "manager_config_patch.yaml": &bintree{configDefaultManager_config_patchYaml, map[string]*bintree{}},
+ "manager_webhook_patch.yaml": &bintree{configDefaultManager_webhook_patchYaml, map[string]*bintree{}},
}},
- "manager": {nil, map[string]*bintree{
- "configmap.yaml": {configManagerConfigmapYaml, map[string]*bintree{}},
- "kustomization.yaml": {configManagerKustomizationYaml, map[string]*bintree{}},
- "manager.yaml": {configManagerManagerYaml, map[string]*bintree{}},
- "service.yaml": {configManagerServiceYaml, map[string]*bintree{}},
+ "manager": &bintree{nil, map[string]*bintree{
+ "configmap.yaml": &bintree{configManagerConfigmapYaml, map[string]*bintree{}},
+ "kustomization.yaml": &bintree{configManagerKustomizationYaml, map[string]*bintree{}},
+ "manager.yaml": &bintree{configManagerManagerYaml, map[string]*bintree{}},
+ "service.yaml": &bintree{configManagerServiceYaml, map[string]*bintree{}},
}},
- "rbac": {nil, map[string]*bintree{
- "api_editor_role.yaml": {configRbacApi_editor_roleYaml, map[string]*bintree{}},
- "api_viewer_role.yaml": {configRbacApi_viewer_roleYaml, map[string]*bintree{}},
- "auth_proxy_client_clusterrole.yaml": {configRbacAuth_proxy_client_clusterroleYaml, map[string]*bintree{}},
- "auth_proxy_role.yaml": {configRbacAuth_proxy_roleYaml, map[string]*bintree{}},
- "auth_proxy_role_binding.yaml": {configRbacAuth_proxy_role_bindingYaml, map[string]*bintree{}},
- "auth_proxy_service.yaml": {configRbacAuth_proxy_serviceYaml, map[string]*bintree{}},
- "envoyfleet_editor_role.yaml": {configRbacEnvoyfleet_editor_roleYaml, map[string]*bintree{}},
- "envoyfleet_manager_role.yaml": {configRbacEnvoyfleet_manager_roleYaml, map[string]*bintree{}},
- "envoyfleet_manager_role_binding.yaml": {configRbacEnvoyfleet_manager_role_bindingYaml, map[string]*bintree{}},
- "envoyfleet_viewer_role.yaml": {configRbacEnvoyfleet_viewer_roleYaml, map[string]*bintree{}},
- "kustomization.yaml": {configRbacKustomizationYaml, map[string]*bintree{}},
- "leader_election_role.yaml": {configRbacLeader_election_roleYaml, map[string]*bintree{}},
- "leader_election_role_binding.yaml": {configRbacLeader_election_role_bindingYaml, map[string]*bintree{}},
- "role.yaml": {configRbacRoleYaml, map[string]*bintree{}},
- "role_binding.yaml": {configRbacRole_bindingYaml, map[string]*bintree{}},
- "service_account.yaml": {configRbacService_accountYaml, map[string]*bintree{}},
- "staticroute_editor_role.yaml": {configRbacStaticroute_editor_roleYaml, map[string]*bintree{}},
- "staticroute_viewer_role.yaml": {configRbacStaticroute_viewer_roleYaml, map[string]*bintree{}},
+ "rbac": &bintree{nil, map[string]*bintree{
+ "api_editor_role.yaml": &bintree{configRbacApi_editor_roleYaml, map[string]*bintree{}},
+ "api_viewer_role.yaml": &bintree{configRbacApi_viewer_roleYaml, map[string]*bintree{}},
+ "auth_proxy_client_clusterrole.yaml": &bintree{configRbacAuth_proxy_client_clusterroleYaml, map[string]*bintree{}},
+ "auth_proxy_role.yaml": &bintree{configRbacAuth_proxy_roleYaml, map[string]*bintree{}},
+ "auth_proxy_role_binding.yaml": &bintree{configRbacAuth_proxy_role_bindingYaml, map[string]*bintree{}},
+ "auth_proxy_service.yaml": &bintree{configRbacAuth_proxy_serviceYaml, map[string]*bintree{}},
+ "envoyfleet_editor_role.yaml": &bintree{configRbacEnvoyfleet_editor_roleYaml, map[string]*bintree{}},
+ "envoyfleet_manager_role.yaml": &bintree{configRbacEnvoyfleet_manager_roleYaml, map[string]*bintree{}},
+ "envoyfleet_manager_role_binding.yaml": &bintree{configRbacEnvoyfleet_manager_role_bindingYaml, map[string]*bintree{}},
+ "envoyfleet_viewer_role.yaml": &bintree{configRbacEnvoyfleet_viewer_roleYaml, map[string]*bintree{}},
+ "kustomization.yaml": &bintree{configRbacKustomizationYaml, map[string]*bintree{}},
+ "leader_election_role.yaml": &bintree{configRbacLeader_election_roleYaml, map[string]*bintree{}},
+ "leader_election_role_binding.yaml": &bintree{configRbacLeader_election_role_bindingYaml, map[string]*bintree{}},
+ "role.yaml": &bintree{configRbacRoleYaml, map[string]*bintree{}},
+ "role_binding.yaml": &bintree{configRbacRole_bindingYaml, map[string]*bintree{}},
+ "service_account.yaml": &bintree{configRbacService_accountYaml, map[string]*bintree{}},
+ "staticroute_editor_role.yaml": &bintree{configRbacStaticroute_editor_roleYaml, map[string]*bintree{}},
+ "staticroute_viewer_role.yaml": &bintree{configRbacStaticroute_viewer_roleYaml, map[string]*bintree{}},
}},
- "webhook": {nil, map[string]*bintree{
- "kustomization.yaml": {configWebhookKustomizationYaml, map[string]*bintree{}},
- "kustomizeconfig.yaml": {configWebhookKustomizeconfigYaml, map[string]*bintree{}},
- "manifests.yaml": {configWebhookManifestsYaml, map[string]*bintree{}},
- "service.yaml": {configWebhookServiceYaml, map[string]*bintree{}},
+ "webhook": &bintree{nil, map[string]*bintree{
+ "kustomization.yaml": &bintree{configWebhookKustomizationYaml, map[string]*bintree{}},
+ "kustomizeconfig.yaml": &bintree{configWebhookKustomizeconfigYaml, map[string]*bintree{}},
+ "manifests.yaml": &bintree{configWebhookManifestsYaml, map[string]*bintree{}},
+ "service.yaml": &bintree{configWebhookServiceYaml, map[string]*bintree{}},
}},
}},
}}
-// RestoreAsset restores an asset under the given directory.
+// RestoreAsset restores an asset under the given directory
func RestoreAsset(dir, name string) error {
data, err := Asset(name)
if err != nil {
@@ -1279,14 +1245,18 @@ func RestoreAsset(dir, name string) error {
if err != nil {
return err
}
- err = os.WriteFile(_filePath(dir, name), data, info.Mode())
+ err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
if err != nil {
return err
}
- return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
+ err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
+ if err != nil {
+ return err
+ }
+ return nil
}
-// RestoreAssets restores an asset under the given directory recursively.
+// RestoreAssets restores an asset under the given directory recursively
func RestoreAssets(dir, name string) error {
children, err := AssetDir(name)
// File
@@ -1304,6 +1274,6 @@ func RestoreAssets(dir, name string) error {
}
func _filePath(dir, name string) string {
- canonicalName := strings.Replace(name, "\\", "/", -1)
- return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...)
+ cannonicalName := strings.Replace(name, "\\", "/", -1)
+ return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}
diff --git a/cmd/kusk/manifests/api_server.yaml b/cmd/kusk/manifests/api_server.yaml
index aa32b0e..e0590fa 100644
--- a/cmd/kusk/manifests/api_server.yaml
+++ b/cmd/kusk/manifests/api_server.yaml
@@ -123,7 +123,7 @@ spec:
imagePullPolicy: Always
name: kusk-gateway-api
- name: kusk-gateway-api-websocket
- image: kubeshop/kusk-gateway-api-websocket:v.1.1.10
+ image: jasmingacic/kusk-gateway-api-websocket:latest
imagePullPolicy: Always
args:
- --port=8081
diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml
index 3710440..b5e7942 100644
--- a/config/default/kustomization.yaml
+++ b/config/default/kustomization.yaml
@@ -27,8 +27,5 @@ patchesStrategicMerge:
images:
- name: kusk-gateway
- newName: kubeshop/kusk-gateway
- newTag: v1.3.20
-- name: kusk-gateway:dev
- newName: kubeshop/kusk-gateway
+ newName: jasmingacic/kusk-gateway
newTag: latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment