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
#!/bin/bash | |
# k8s-edit-configmap - Edit Kubernetes ConfigMap data interactively | |
set -euo pipefail | |
# Function to display usage | |
usage() { echo "Usage: $0 <configmap-name> [-n <namespace>]" | |
echo "Example: $0 my-config -n default" | |
exit 1 | |
} |
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
import service | |
from service import request | |
import asyncio | |
class hello: | |
def __init__(self, s): | |
self.s = s | |
async def say_hi(self): |
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
<!DOCTYPE html><html><head> | |
<title>Test case</title> | |
<style> | |
body { | |
overflow: hidden; | |
} | |
</style> | |
</head> | |
<body> | |
hello world |