rhoas

package module
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2023 License: Apache-2.0 Imports: 1 Imported by: 1

README

RHOAS SDK for Go

Go Reference

Go packages and API clients for Red Hat 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.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Endpoint = oauth2.Endpoint{
	AuthURL:  "https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/auth",
	TokenURL: "https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token",
}

Endpoint is the default OAuth endpoints for RHOAS

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
accountmgmt module
auth module
internal
apigen Module
kafka module
mgmt Module
kafkaadmin module
kafkamgmt module
registrymgmt module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL