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,11 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// A client for the Kubernetes cluster management API
// There are three fundamental objects
// Pod - A co-scheduled set of running containers
// ReplicationController - A manager for replicating Pods
// Service - A discoverable load balancer
package client
import (