mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 03:47:34 +00:00
Address package level comments for readability.
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user