Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

servicemeshinterface/smi-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a143f8b · Apr 29, 2021
Dec 15, 2020
Mar 17, 2021
Mar 20, 2020
Apr 23, 2021
Apr 23, 2021
Apr 23, 2021
May 3, 2019
Mar 31, 2020
Mar 19, 2020
Mar 19, 2020
Mar 18, 2020
Mar 19, 2020
Mar 26, 2020
Apr 23, 2021
Apr 23, 2021

Repository files navigation

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.