Skip to content

Instantly share code, notes, and snippets.

View Pothulapati's full-sized avatar
🎯
Focusing

Tarun Pothulapati Pothulapati

🎯
Focusing
View GitHub Profile
### Keybase proof
I hereby claim:
* I am Pothulapati on github.
* I am pothulapati (https://keybase.io/pothulapati) on keybase.
* I have a public key whose fingerprint is 36FB DE20 CEDC 7216 AAD7 01A6 01DA B2A5 E262 C74A
To claim this, I am signing this object:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
@using StackExchange.Profiling
<html>
<head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5129888924074710",
enable_page_level_ads: true
branches:
only:
- source
install:
- git submodule update --init --recursive
- mkdir ..\Wyam
- mkdir ..\output
# Fetch the latest version of Wyam
- "curl -s https://raw.githubusercontent.com/Wyamio/Wyam/master/RELEASE -o ..\\Wyam\\wyamversion.txt"
#include <bits/stdc++.h>
using namespace std;
int main()
{
int T;
cin >> T;
while(T--)
{
int i,j,k,n;
#include<bits/stdc++.h>
using namespace std;
void merge(long long int a[],int l,int mid,int h)
{
int c[h-l+1];
int i,j,k,p;
i = l;
j = mid+1;
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
controller-tools.k8s.io: "1.0"
name: applications.sfmesh.k8s.io
spec:
group: sfmesh.k8s.io
names:
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
controller-tools.k8s.io: "1.0"
name: applications.sfmesh.k8s.io
spec:
group: sfmesh.k8s.io
names:
apiVersion: v1
items:
- # Source: traefik/templates/acme-pvc.yaml
- # Source: traefik/templates/dns-provider-secret.yaml
kind: List
metadata:
resourceVersion: ""
selfLink: ""
---
# Source: traefik/templates/default-cert-secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: release-name-traefik-default-cert
labels:
app: traefik
chart: "traefik-1.55.1"