featureflagtargetgroup

package
v0.35.3 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IncludeRuleDiffs added in v0.34.4

func IncludeRuleDiffs(targetsA, targetsB []string) (extraIncludeRules, missingIncludeRules []string)

func ResourceFeatureFlagTargetGroup

func ResourceFeatureFlagTargetGroup() *schema.Resource

ResourceFeatureFlagTargetGroup ...

func RuleDiffs added in v0.34.4

func RuleDiffs(rulesA, rulesB *[]nextgen.Clause) (extraRules, missingRules []nextgen.Clause)

Types

type FFTargetGroupOpts

type FFTargetGroupOpts struct {
	Identifier string            `json:"identifier,omitempty"`
	Name       string            `json:"name,omitempty"`
	Included   []*string         `json:"included,omitempty"`
	Excluded   []*string         `json:"excluded,omitempty"`
	Rules      []*nextgen.Clause `json:"rules,omitempty"`
}

FFTargetGroupOpts ...

type FFTargetGroupQueryParameters

type FFTargetGroupQueryParameters struct {
	Identifier  string `json:"identifier,omitempty"`
	OrgID       string `json:"orgId,omitempty"`
	Project     string `json:"project,omitempty"`
	AcountID    string `json:"accountId,omitempty"`
	Environment string `json:"environment,omitempty"`
}

FFTargetGroupQueryParameters ...

type PatchInstruction added in v0.34.4

type PatchInstruction struct {
	Kind       string                 `json:"kind"`
	Parameters map[string]interface{} `json:"parameters"`
}

type SegmentRequest

type SegmentRequest struct {
	Identifier  string            `json:"identifier,omitempty"`
	Project     string            `json:"project,omitempty"`
	Environment string            `json:"environment,omitempty"`
	Name        string            `json:"name,omitempty"`
	Included    []*string         `json:"included,omitempty"`
	Excluded    []*string         `json:"excluded,omitempty"`
	Rules       []*nextgen.Clause `json:"rules,omitempty"`
}

SegmentRequest ...

Jump to

Keyboard shortcuts

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