messages

package
v0.0.0-...-841f565 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileSystemObserverFileChanged

type FileSystemObserverFileChanged struct {
	Files []*fs.File
}

FileSystemObserverFileChanged a struct

type GraphRunnerExecuteCommand

type GraphRunnerExecuteCommand struct {
	TargetKeys     []string `json:"targetKeys"`
	K8sContext     string   `json:"k8sContext"`
	K8sNamespace   string   `json:"k8sNamespace"`
	PushAfterBuild bool     `json:"pushAfterBuild"`
	ForceBuild     bool     `json:"forceBuild"`
	SkipFilters    []string `json:"skipFilters"`
	MaxConcurrency int      `json:"maxConcurrency"`
}

GraphRunnerExecuteCommand is a struct that represent the payload for the command handler request

type GraphRunnerExecuteCommandResponse

type GraphRunnerExecuteCommandResponse struct {
	SubscriptionId string `json:"subscriptionId"`
}

GraphRunnerExecuteCommandResponse is a struct that represent the payload for the command handler response

type K8sEchoResourceChanged

type K8sEchoResourceChanged struct {
	Name        string                       `json:"name"`
	Action      K8sEchoResourceChangedAction `json:"action"`
	Namespace   string                       `json:"namespace"`
	Labels      map[string]string            `json:"labels"`
	Annotations map[string]string            `json:"annotations"`
	Raw         string                       `json:"raw"`
}

type K8sEchoResourceChangedAction

type K8sEchoResourceChangedAction int64

Jump to

Keyboard shortcuts

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