Skip to content

Instantly share code, notes, and snippets.

View martincalvert's full-sized avatar

Martin martincalvert

View GitHub Profile
LOG ffmpeg version v4.5-dev-3393-g30322ebe3c
LOG Copyright (c) 2000-2021 the FFmpeg developers
LOG
LOG built with Apple clang version 13.0.0 (clang-1300.0.29.30)
LOG configuration: --cross-prefix=arm64-ios-darwin- --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk --prefix=/Users/taner/Projects/ffmpeg-kit/prebuilt/apple-ios-arm64/ffmpeg --pkg-config=/opt/homebrew/bin/pkg-config --enable-version3 --arch=aarch64 --cpu=armv8 --target-os=darwin --enable-neon --enable-asm --ar=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar --cc=clang --cxx=clang++ --as='/Users/taner/Projects/ffmpeg-kit/.tmp/gas-preprocessor.pl -arch aarch64 -- clang -arch arm64 -target arm64-apple-ios12.1 -march=armv8-a+crc+crypto -mcpu=generic -DFFMPEG_KIT_ARM64 -Wno-unused-function -Wno-deprecated-declarations -fstrict-aliasing -fembed-bitcode -DIOS -DFFMPEG_KIT_BUILD_DATE=20220114 -isysroot /Applications/Xcode.app/Contents/Deve
dmv_keys = []
while true:
for key in dmv_keys:
thing = input(f'Enter {key}')
// Check the presence of each field before adding it to the list, should also think about making an input handler method that validates the quit content
spec:
template:
spec:
containers:
- image: privateImage
imagePullSecrets:
- name: secret
spec:
hostAliases:
- ip: "127.0.0.1"
hostnames:
- "foo.local"
- "bar.local"
spec:
selector:
myKey: myValue
spec:
template:
spec:
containers:
- volumeMounts:
- mountPath: /cache
name: cache-volume
volumes:
- name: cache-volume
emptyDir: {}
spec:
template:
spec:
containers:
- lifecycle:
postStart:
exec:
command: ["/bin/sh", "-c", "echo Hello"]
preStop:
exec:
spec:
template:
spec:
containers:
- resources:
requests:
memory: 500m
cpu: 500m
limits:
memory: 1200m
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: myCustomKey
operator: In
spec:
revisionHistoryLimit: 2