Skip to content

Instantly share code, notes, and snippets.

diff --git grafanalib/core.py grafanalib/core.py
index ff1836d..95362da 100644
--- grafanalib/core.py
+++ grafanalib/core.py
@@ -5,12 +5,13 @@ encourage it by way of some defaults. Rather, they are ways of building
arbitrary Grafana JSON.
"""
-import attr
-from attr.validators import instance_of, in_

Keybase proof

I hereby claim:

  • I am dholbach on github.
  • I am dholbach (https://keybase.io/dholbach) on keybase.
  • I have a public key ASC5nz5D96ekevvGLOlAd31qbl6gOCoJxAnBTqZGKQK7Lwo

To claim this, I am signing this object:

+++ title = "Third-party Dependencies" weight = 500 +++

Third-party Dependencies

Go modules

Module Version License
cloud.google.com/go v0.38.0 Apache License 2.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 BSD 3-Clause \New\ or \Revised\ License
[daniel@reef build-tools ]$ find . -type d | xargs licensecheck
./LICENSE: Apache License 2.0
./README.md: *No copyright* GENERATED FILE
./files-with-type: *No copyright* UNKNOWN
./image-tag: *No copyright* UNKNOWN
./lint: *No copyright* UNKNOWN
./publish-site: *No copyright* UNKNOWN
./push-images: *No copyright* UNKNOWN
./rebuild-image: *No copyright* UNKNOWN
./sched: *No copyright* UNKNOWN
@dholbach
dholbach / adoc-link.log
Created May 5, 2020 15:46
checking links in cncf/toc .adoc files
@dholbach
dholbach / md-link.log
Last active May 5, 2020 16:28
link checking in cncf/toc .md files
# Here's what an alert definition looks like:
# ALERT AlertName
# IF expr
# FOR duration
# LABELS { severity="critical/warning/etc" }
# ANNOTATIONS {
# summary = "Description of the alert.",
# impact = "Impact for users.",
# dashboardURL = "https://dashboard.json",
❯ cat ~/go/src/k8s.io/kubeadm/kinder/config.yaml
apiVersion: kubeadm.k8s.io/v1beta2
kind: InitConfiguration
---
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
featureGates:
AddonInstaller: true
---
apiVersion: addons.config.k8s.io/v1alpha1
Env for linux/amd64: GOOS=linux GOARCH=amd64 GOROOT=/usr/local/go CGO_ENABLED= CC=
Coverage is disabled.
# k8s.io/kubernetes/vendor/sigs.k8s.io/addon-operators/installer/pkg/apis/config
vendor/sigs.k8s.io/addon-operators/installer/pkg/apis/config/register.go:40:43: cannot use &AddonInstallerConfiguration literal (type *AddonInstallerConfiguration) as type runtime.Object in argument to scheme.AddKnownTypes:
*AddonInstallerConfiguration does not implement runtime.Object (missing DeepCopyObject method)
# k8s.io/kubernetes/vendor/sigs.k8s.io/addon-operators/installer/pkg/apis/config/v1alpha1
vendor/sigs.k8s.io/addon-operators/installer/pkg/apis/config/v1alpha1/defaults.go:23:9: undefined: RegisterDefaults
vendor/sigs.k8s.io/addon-operators/installer/pkg/apis/config/v1alpha1/register.go:41:43: cannot use &AddonInstallerConfiguration literal (type *AddonInstallerConfiguration) as type runtime.Object in argument to scheme.AddKnownTypes:
*AddonInstallerConfiguration does not implement runtime.Object (missing DeepCo