Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

maistra.io/api

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maistra.io/api

Go Modules
Version
v0.0.0-20240319144440-ffa91c765143
Version published
Created
Source

Maistra API and Go client

This repository contains Go API, Kubernetes CRD's and a Go client for dealing with Maistra objects.

Documentation

Refer to the API documentation to learn more about the role of each resource.

Tree hierarchy

API

The API itself is contained in these directories, with a version (e.g. v1 or v2) as subdirs.

  • core/v1: Contains the following types:
    • ServiceMeshControlPlane
    • ServiceMeshExtension
    • ServiceMeshMember
    • ServiceMeshMemberRoll.
  • core/v1alpha1: Contains the following types:
    • ServiceMeshExtension
    • ServiceExports
    • MeshFederation.
  • core/v2: Contains the following types:
    • ServiceMeshControlPlane.

CRDs

  • manifests: Holds the CRD yaml files for Maistra types.

Go client

  • client/versioned: Clientset
  • client/listers: Listers
  • client/informers: informers

Examples

  • example: Full example of how to use the Go client and the API.

Vendor

  • Vendored dependencies

Development

Most of the files are autogenerated. After making changes to the relevant files, just run make (or make clean gen) and commit all the result.

FAQs

Package last updated on 19 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts