UTC: 2021-07-24 17:23
chanwit/au-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
$ mkdir tf-controller | |
$ cd tf-controller |
$ curl -L -o kubebuilder \ | |
https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH) | |
$ chmod +x kubebuilder && mv kubebuilder /usr/local/bin/ |
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}} |
_kubectl_flux_bootstrap_git() | |
{ | |
last_command="kubectl_flux_bootstrap_git" | |
command_aliases=() | |
commands=() | |
flags=() | |
two_word_flags=() |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
creationTimestamp: null | |
name: dockercoin | |
spec: {} | |
status: {} | |
--- | |
apiVersion: v1 | |
kind: Service |
UTC: 2021-07-24 17:23
chanwit/au-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
package com.sut.sa.cpe.entity; | |
import lombok.*; | |
import javax.persistence.Id; | |
import javax.persistence.JoinColumn; | |
import javax.persistence.OneToMany; | |
import javax.persistence.ManyToOne; | |
import javax.persistence.SequenceGenerator; |
{ | |
"cniVersion": "0.3.1", | |
"name": "my-cni-demo", | |
"type": "my-cni-demo", | |
"podcidr": "10.42.0.0/24" | |
} |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: webui | |
spec: | |
selector: | |
app: webui | |
type: LoadBalancer | |
ports: | |
- name: webui |
--- | |
apiVersion: ambassador/v1 | |
kind: Mapping | |
name: productpage_v1_mapping | |
prefix: /app | |
service: https://productpage-v1-fpszyetfsa-uc.a.run.app | |
host_rewrite: productpage-v1-fpszyetfsa-uc.a.run.app | |
--- | |
apiVersion: ambassador/v1 |