You can use an unexported package variable pointing to the time.Now function.
var (
timeNow = time.Now
timeAfter = time.After
)
// ...
type Obj struct{}
You can use an unexported package variable pointing to the time.Now function.
var (
timeNow = time.Now
timeAfter = time.After
)
// ...
type Obj struct{}
Kubernetes is un-opinionated about how secrets are managed. There's many ways to do it and there's no one-size-fits-all solution. Here's some ways people are doing GitOps secrets:
There are two ways you could go about to solve your problem
If you use cgo, then a lot of go module tools get really slow per golang/go#29427
For example, this is really slow:
go list -m -u all
Maybe Instead:
After reading Rouan Wilsenach’s article on Ship / Show / Ask, I realized that when creating a pull request, I’m thinking about:
https://stackoverflow.com/posts/69419917/timeline#history_9281a690-64c3-4302-bb36-1ebb6dfd3ecf
Go to Question revision history:
SSH (and git+ssh) has very particular opinions about file permissions. In Kubernetes you can set secret file permissions, but not ownership: (see the "Secret files permissions" section) https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets
apiVersion: v1
kind: Pod
metadata:
name: security-context-demo
# get your own login
query {
viewer {
login
}
}
List the organizations for a user: