zeus_config_map_reqs

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeySwapAction              = "key-swap"
	SetOrCreateKeyFromExisting = "set-or-create-from-key"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigMapActionRequest

type ConfigMapActionRequest struct {
	zeus_req_types.TopologyDeployRequest
	Action        string
	ConfigMapName string
	Keys          KeySwap
	FilterOpts    *strings_filter.FilterOpts
}

type KeySwap

type KeySwap struct {
	KeyOne string `json:"keyOne"`
	KeyTwo string `json:"keyTwo"`
}

KeySwap If using create new key from existing then keyOne=keyToCopy, keyTwo=keyToSetOrCreateFromCopy

Jump to

Keyboard shortcuts

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