Skip to content

Instantly share code, notes, and snippets.

View josueetcom's full-sized avatar

Josue Rios josueetcom

View GitHub Profile
print('hello world')
print('hello world')
@josueetcom
josueetcom / cloudbuild-provision-cluster-with-sidecars.yaml
Created June 18, 2020 18:44
cloudbuild-provision-cluster.yaml with Istio 1.4 sidecar injector webhook installation
# NOTE: This is a modification of:
# https://github.com/GoogleCloudPlatform/cloud-run-anthos-reference-web-app/blob/master/cloudbuild-provision-cluster.yaml
#
# That includes additional steps to install the Istio sidecar injector webhook per :
# https://cloud.google.com/solutions/authorizing-access-to-cloud-run-on-gke-services-using-istio#installing_the_istio_sidecar_injector_webhook
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
@josueetcom
josueetcom / MainActivity.java
Last active February 27, 2023 20:00 — forked from udacityandroid/MainActivity.java
Copy and paste this java code into the the JustJava app's MainActivity.java file
/**
* Add your package below. Package name can be found in the project's AndroidManifest.xml file.
* This is the package name our example uses:
*
* package com.example.android.justjava;
*/
package com.example.adroid.justjava;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;