Address package level comments for readability.

This commit is contained in:
Brendan Burns
2014-06-12 13:09:41 -07:00
parent f053a49988
commit 164160adef
20 changed files with 196 additions and 22 deletions

View File

@@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Package api includes all types used to communicate between the various
// parts of the Kubernetes system.
package api
// ContainerManifest corresponds to the Container Manifest format, documented at: