Fernando Luís da Silva

Results 10 issues of Fernando Luís da Silva

I believe a cluster name is better than a cluster URL, because sometimes need to recreate a cluster, for example, today I create a new EKS to upgrade the K8S...

Create a specific method for check user is logged on node boolean isLoggedIn(String uderId)

On garbage collect after hours on application started make a loss of all data of UserProfile in my network.

create a function to force specific UserCredentials logout process.

Fix Junit's errors in build.

- add parameter gremlin.secret.create for allow helm create secret - if need use custom secret set gremlin.secret.create = false and set custom gremlin.secret.name example: my-custom-secrets example for this case: allow...

Nowadays helm templates don't allow the use of custom secrets. This issue is to allow the use of external secrets to writing internal secrets for the gremlin. see pr: https://github.com/gremlin/helm/pull/32

### TL;DR I have metadata for job, but the actions only allow knative yaml. ``` apiVersion: run.googleapis.com/v1 kind: Job metadata: name: job labels: run.googleapis.com/satisfiesPzs: 'true' cloud.googleapis.com/location: southamerica-east1 spec: template: metadata:...

enhancement

# Summary Allow s3 integration to choice of the bucket storage settings ``` s3.StorageClassStandard (STANDARD) s3.StorageClassIntelligentTiering (INTELLIGENT_TIERING) s3.StorageClassStandardIa (STANDARD_IA) s3.StorageClassOnezoneIa (ONEZONE_IA) s3.StorageClassGlacier (GLACIER) s3.StorageClassGlacierIr (GLACIER_IR) s3.StorageClassDeepArchive (DEEP_ARCHIVE) s3.StorageClassReducedRedundancy (REDUCED_REDUNDANCY) ```...

type/feature
area/artifacts

Hello team, What is the best approach for converting the next command to lib I try Some code, but anyone works fine. ``` ffmpeg -hide_banner -loglevel error -y -i {{.INPUT_FILE}}...