mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	remove pkg/api/validation/testdata/v1beta1/*
This commit is contained in:
		@@ -1,13 +0,0 @@
 | 
				
			|||||||
kind: Pod
 | 
					 | 
				
			||||||
apiVersion: v1beta1
 | 
					 | 
				
			||||||
id: name
 | 
					 | 
				
			||||||
desiredState:
 | 
					 | 
				
			||||||
  manifest:
 | 
					 | 
				
			||||||
    version: v1beta1
 | 
					 | 
				
			||||||
    id: redis-master
 | 
					 | 
				
			||||||
    containers:
 | 
					 | 
				
			||||||
      - name: "master"
 | 
					 | 
				
			||||||
        image: "redis"
 | 
					 | 
				
			||||||
        command: "this is a bad command"
 | 
					 | 
				
			||||||
labels:
 | 
					 | 
				
			||||||
  name: "redis-master"
 | 
					 | 
				
			||||||
@@ -1,19 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
  "id": "name",
 | 
					 | 
				
			||||||
  "kind": "Pod",
 | 
					 | 
				
			||||||
  "apiVersion": "v1beta1",
 | 
					 | 
				
			||||||
  "desiredState": {
 | 
					 | 
				
			||||||
    "manifest": {
 | 
					 | 
				
			||||||
      "version": "v1beta1",
 | 
					 | 
				
			||||||
      "id": "redis-master",
 | 
					 | 
				
			||||||
      "containers": [{
 | 
					 | 
				
			||||||
        "name": "master",
 | 
					 | 
				
			||||||
        "image": "redis",
 | 
					 | 
				
			||||||
        "command": "this is a bad command"
 | 
					 | 
				
			||||||
      }]
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  "labels": {
 | 
					 | 
				
			||||||
    "name": "redis-master"
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,28 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
  "apiVersion": "v1beta1",
 | 
					 | 
				
			||||||
  "kind": "Pod",
 | 
					 | 
				
			||||||
  "id": "apache-php",
 | 
					 | 
				
			||||||
  "desiredState": {
 | 
					 | 
				
			||||||
    "manifest": {
 | 
					 | 
				
			||||||
      "version": "v1beta1",
 | 
					 | 
				
			||||||
      "id": "apache-php",
 | 
					 | 
				
			||||||
      "containers": [{
 | 
					 | 
				
			||||||
         "name": "apache-php",
 | 
					 | 
				
			||||||
         "image": "php:5.6.2-apache",
 | 
					 | 
				
			||||||
         "ports": [{ "name": "apache", "containerPort": 80, "hostPort":"13380", "protocol":"TCP" }],
 | 
					 | 
				
			||||||
         "volumeMounts": [{"name": "shared-disk","mountPath": "/var/www/html", "readOnly": false}]
 | 
					 | 
				
			||||||
      }],
 | 
					 | 
				
			||||||
      "restartPolicy": {"always": {}},
 | 
					 | 
				
			||||||
      "dnsPolicy": "ClusterFirst",
 | 
					 | 
				
			||||||
      "volumes": [{
 | 
					 | 
				
			||||||
          "name": "shared-disk",
 | 
					 | 
				
			||||||
          "source": {
 | 
					 | 
				
			||||||
            "GCEPersistentDisk": {
 | 
					 | 
				
			||||||
              "path": "shared-disk"
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
      }]
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  "labels": { "name": "apache-php" }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,28 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
  "apiVersion": "v1beta1",
 | 
					 | 
				
			||||||
  "kind": "Pod",
 | 
					 | 
				
			||||||
  "id": "apache-php",
 | 
					 | 
				
			||||||
  "desiredState": {
 | 
					 | 
				
			||||||
    "manifest": {
 | 
					 | 
				
			||||||
      "version": "v1beta1",
 | 
					 | 
				
			||||||
      "id": "apache-php",
 | 
					 | 
				
			||||||
      "containers": [{
 | 
					 | 
				
			||||||
         "name": "apache-php",
 | 
					 | 
				
			||||||
         "image": "php:5.6.2-apache",
 | 
					 | 
				
			||||||
         "ports": [{ "name": "apache", "containerPort": 80, "hostPort":13380, "protocol":"TCP" }],
 | 
					 | 
				
			||||||
         "volumeMounts": [{"name": "shared-disk","mountPath": "/var/www/html", "readOnly": false}]
 | 
					 | 
				
			||||||
      }],
 | 
					 | 
				
			||||||
      "restartPolicy": {"always": {}},
 | 
					 | 
				
			||||||
      "dnsPolicy": "ClusterFirst",
 | 
					 | 
				
			||||||
      "volumes": [
 | 
					 | 
				
			||||||
          "name": "shared-disk",
 | 
					 | 
				
			||||||
          "source": {
 | 
					 | 
				
			||||||
            "GCEPersistentDisk": {
 | 
					 | 
				
			||||||
              "path": "shared-disk"
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
      ]
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  "labels": { "name": "apache-php" }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,18 +0,0 @@
 | 
				
			|||||||
id: name
 | 
					 | 
				
			||||||
kind: Pod
 | 
					 | 
				
			||||||
apiVersion: v1beta1
 | 
					 | 
				
			||||||
desiredState:
 | 
					 | 
				
			||||||
  manifest:
 | 
					 | 
				
			||||||
    version: v1beta1
 | 
					 | 
				
			||||||
    id: redis-master
 | 
					 | 
				
			||||||
    containers:
 | 
					 | 
				
			||||||
      - name: "master"
 | 
					 | 
				
			||||||
        image: "redis"
 | 
					 | 
				
			||||||
        command:
 | 
					 | 
				
			||||||
                - this
 | 
					 | 
				
			||||||
                - is
 | 
					 | 
				
			||||||
                - an
 | 
					 | 
				
			||||||
                - ok
 | 
					 | 
				
			||||||
                - command
 | 
					 | 
				
			||||||
labels:
 | 
					 | 
				
			||||||
  name: "redis-master"
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user