项目作者: servicemeshinterface

项目描述 :
Service Mesh Interface SDK for Go
高级语言: Go
项目地址: git://github.com/servicemeshinterface/smi-sdk-go.git
创建时间: 2019-04-30T16:28:19Z
项目社区:https://github.com/servicemeshinterface/smi-sdk-go

开源协议:Apache License 2.0

下载


SMI SDK for Go

ci

Kubernetes client implementation for SMI.

API

API objects are found at the following locations:

  • pkg/apis/access - Traffic Access Control API (access.smi-spec.io)
  • pkg/apis/metrics - Traffic Metrics API (metrics.smi-spec.io)
  • pkg/apis/specs - Traffic Specs API (spec.smi-spec.io)
  • pkg/apis/split - Traffic Split API (split.smi-spec.io)

Codegen

The Kubernetes client code for the API CRDs is autogenerated and can be found at pkg/gen/client.
To regenerate the client code run make codegen and commit all changes to the pkg/gen dir.

Contributing

Please refer to CONTRIBUTING.md for more information on contributing to the specification.