I hereby claim:
- I am prskr on github.
- I am baezor (https://keybase.io/baezor) on keybase.
- I have a public key ASAasD3LpOFMa9301LRg8tptjMEN7sam-qoY_hIkqqzuGwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| for ns in $(k get ns -o name | sed "s#namespace/##g"); do k delete -n "$ns" $(k -n "$ns" get pod --field-selector=status.phase=Failed -o name); done |
| apiVersion: rbac.authorization.k8s.io/v1beta1 | |
| kind: ClusterRole | |
| metadata: | |
| name: aws-ingress-controller | |
| rules: | |
| - apiGroups: ["extensions"] | |
| resources: ["ingresses", ] | |
| verbs: ["get", "list"] | |
| - apiGroups: ["extensions"] | |
| resources: ["ingresses/status", ] |
| package de.fhro.inf.prg3.a13.utils; | |
| import de.fhro.inf.prg3.a13.model.Tweet; | |
| import java.util.regex.Pattern; | |
| import java.util.stream.Stream; | |
| /** | |
| * @author Peter Kurfer | |
| */ |
| import java.util.function.Supplier; | |
| /** | |
| * Utility class for functional extensions | |
| * | |
| * @author Peter Kurfer | |
| */ | |
| public abstract class FunctionalUtils { | |
| private FunctionalUtils() { |
| package de.fhro.inf.prg2.common; | |
| import javax.swing.*; | |
| /** | |
| * Helper-Klasse fuer einfache IO Operationen | |
| * | |
| * @author Peter Kurfer | |
| * @version 0.0.1 | |
| * @since SS2016 |
| using System.Linq; | |
| using System.Text; | |
| namespace TicketSystemTests | |
| { | |
| public static class ToStringExtension | |
| { | |
| public static string ToStringReflected(this object obj) | |
| { | |
| var valuesDict = |