unversionedSEARCH AGGREGATION

首页/精选主题/

unversioned

GPU云服务器

安全稳定,可弹性扩展的GPU云服务器。
unversioned
这样搜索试试?

unversioned精品文章

  • Kubernetes1.5源码分析(二) apiServer之资源注册

    ...类似api/v1这样的string,用于标识这个实例 GroupVersion unversioned.GroupVersion // OptionsExternalVersion controls the Kubernetes APIVersion used for common objects in the apiserver // schema like ap...

    imccl 评论0 收藏0
  • Kubelet源码分析(一):启动流程分析

    ...的频率配置 // 同步容器和配置的频率。 SyncFrequency unversioned.Duration `json:syncFrequency` // 文件检查频率 FileCheckFrequency unversioned.Duration `json:fileCheckFrequency` // Http模式检查频率 HTTPCh...

    mindwind 评论0 收藏0
  • Kubernetes1.5源码分析(三) apiServer之go-restful的使用

    ...oupsForDiscoveryLock sync.RWMutex apiGroupsForDiscovery map[string]unversioned.APIGroup ... } 而该结构的初始化是在master的初始化过程中进行的。调用过程: main --> App.Run --> master.Complete.New --> c.Config.Gen...

    Doyle 评论0 收藏0
  • kubernetes1.1.1中的自动扩容特性

    ... // represents a scaling request for a resource. type Scale struct { unversioned.TypeMeta api.ObjectMeta // defines the behavior of the scale. Spec ScaleSpec // current status...

    Drummor 评论0 收藏0
  • Kubernetes1.5源码分析(四) apiServer资源的etcd接口实现

    ...orageFactory}.serversToValidate), } if registered.IsEnabledVersion(unversioned.GroupVersion{Group: autoscaling, Version: v1}) { restStorageMap[replicationControllers/scale] = contro...

    K_B_Z 评论0 收藏0
  • Kubelet源码分析(三):Garbage Collection

    ... return &KubeletServer{ ... ImageMinimumGCAge: unversioned.Duration{Duration: 2 * time.Minute}, ImageGCHighThresholdPercent: 90, ImageGCLowThresholdPerc...

    siberiawolf 评论0 收藏0
  • Kubernetes1.5源码分析(一) apiServer启动分析

    ...FIXME: this GroupVersionResource override should be configurable []unversioned.GroupVersionResource{batch.Resource(cronjobs).WithVersion(v2alpha1)}, master.DefaultAPIResourceConfigS...

    stormgens 评论0 收藏0
  • 使用Kubernetes 1.2.0的正确姿势

    ...告。 3.这条注意事项只在你使用 Go 语言 client(/pkg/client/unversioned)创建Job时适用,比如使用 k8s.io/kubernetes/pkg/apis/extensions.Job 来定义 GO 变量。这种做法并不常用,如果你不明白这里在讨论什么,那你暂时无须关注这个问题。...

    LucasTwilight 评论0 收藏0

推荐文章

相关产品

<