Last active
August 25, 2019 20:16
-
-
Save wuestkamp/022b5d4d430166c39ff16a447b3ce00a to your computer and use it in GitHub Desktop.
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: v1 | |
kind: Service | |
metadata: | |
name: mock | |
spec: | |
... | |
--- | |
apiVersion: v1 | |
kind: ReplicationController | |
metadata: | |
name: mock | |
spec: | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment