Skip to content

ivan-degtiarenko/app-services-sdk-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RHOAS SDK for Go

Go Reference

Go packages and API clients for Red Had OpenShift Application Services (RHOAS)

Prequisites

Installation

Install the RHOAS SDK with go get:

$ go get github.com/redhat-developer/app-services-sdk-go

Import:

import "github.com/redhat-developer/app-services-sdk-go"

Management SDKs

NOTE: Some of these APIs are under development and may sometimes cause backwards-incompatible changes.

API Status Package
KafkaManagement beta github.com/redhat-developer/app-services-sdk-go/kafkamgmt/apiv1
Service Account Management alpha github.com/redhat-developer/app-services-sdk-go/serviceaccountmgmt/apiv1
ServiceRegistryManagement alpha github.com/redhat-developer/app-services-sdk-go/registrymgmt/apiv1
ConnectorManagement alpha github.com/redhat-developer/app-services-sdk-go/connectormgmt/apiv1

Instances SDKs

API Status Package
KafkaInstance beta github.com/redhat-developer/app-services-sdk-go/kafkainstance/apiv1
RegistryInstance beta github.com/redhat-developer/app-services-sdk-go/registryinstance/apiv1internal

Documentation

Documentation

Examples

Examples

Contributing

Contributions are welcome. See CONTRIBUTING for details.

Packages

No packages published

Languages

  • Go 74.7%
  • Shell 17.4%
  • JavaScript 5.0%
  • Makefile 2.9%