Skip to content

Instantly share code, notes, and snippets.

@the-gigi
the-gigi / clusterpolicies.kyverno.io.yaml
Created July 15, 2023 04:15
ClusterPolicy Kyverno CRD
This file has been truncated, but you can view the full file.
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
labels:
app.kubernetes.io/component: crds
app.kubernetes.io/instance: kyverno
app.kubernetes.io/part-of: kyverno
app.kubernetes.io/version: v1.10.1
@the-gigi
the-gigi / lock.json
Created April 23, 2022 07:13
Gist for testing the gist_lock package
nada
<svg>
<defs>
<g id="smiley"
stroke="black"
stroke-width="2">
<circle cx="60" cy ="35" r="34" />
<circle cx="45" cy ="25" r="5" fill="currentColor" />
<circle cx="75" cy ="25" r="5" fill="currentColor" />
<path d="M 40 40
<svg>
<g id="smiley">
...
</g>
<use x="80" y="0" xlink:href="#smiley" />
<use x="0" y="80" xlink:href="#smiley" />
<use x="80" y="80" xlink:href="#smiley" />
</svg>
<svg>
<g id="smiley"
stroke="black"
stroke-width="2"
>
<circle cx="60" cy ="35" r="34"
fill="yellow"
/>
<circle cx="45" cy ="25" r="5" />
<circle cx="75" cy ="25" r="5" />
<svg>
<circle cx="60" cy ="35" r="34"
fill="yellow"
stroke="black"
stroke-width="2"
/>
<circle cx="45" cy ="25" r="5"
stroke="black"
stroke-width="2"
/>
<svg>
<circle cx=30
cy=50
r=15
fill="red"
stroke="blue"
stroke-width=10
/>
<circle cx=30
cy=50
<svg width="400" height="400">
<polyline points="40 60 80 20 120 60" stroke="blue" stroke-width="20"
stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
<polyline points="40 60 80 20 120 60" stroke="white" fill="none"/>
<polyline points="40 140 80 100 120 140" stroke="red" stroke-width="20"
stroke-linecap="round" fill="none" stroke-linejoin="round"/>
<polyline points="40 140 80 100 120 140" stroke="white" fill="none"/>
<polyline points="40 220 80 180 120 220" stroke="green" stroke-width="20"
<svg>
<line x1="20" x2="120" y1="20" y2="20" stroke="blue" stroke-width="15" stroke-linecap="butt"/>
<line x1="20" x2="120" y1="20" y2="20" stroke="white"/>
<line x1="20" x2="120" y1="60" y2="60" stroke="red" stroke-width="15" stroke-linecap="square"/>
<line x1="20" x2="120" y1="60" y2="60" stroke="white"/>
<line x1="20" x2="120" y1="100" y2="100" stroke="green
" stroke-width="15" stroke-linecap="round"/>
<line x1="20" x2="120" y1="100" y2="100" stroke="white"/>
<svg>
<line x1="10" x2="150" y1="10" y2="10"
stroke="blue"
stroke-width="3"
stroke-dasharray="2, 4, 6, 4"
/>
<circle cx="80" cy="85" r="60"
stroke="teal"
fill="none"
stroke-width="3"