This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: UTF-8 -*- | |
import argparse | |
import requests | |
import os | |
def github_repo_issues(repo_path, token): | |
url = f"https://api.github.com/repos/{repo_path}/issues" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: kafka.strimzi.io/v1alpha1 | |
kind: Kafka | |
metadata: | |
name: my-cluster | |
labels: | |
app: my-cluster | |
spec: | |
kafka: | |
replicas: 3 | |
resources: |