MCPcopy
hub / github.com/istio/istio / New

Method New

pkg/test/framework/resource/config/factory.go:20–20  ·  view source on GitHub ↗

New return an empty config Plan.

()

Source from the content-addressed store, hash-verified

18type Factory interface {
19 // New return an empty config Plan.
20 New() Plan
21
22 // YAML returns a Plan with the given YAML and target namespace.
23 YAML(ns string, yamlText ...string) Plan

Callers 15

UnmarshalJSONMethod · 0.65
NewNftImplFunction · 0.65
GetOriginalDestinationFunction · 0.65
executeXTablesMethod · 0.65
run_unspecified.goFile · 0.65
TestGCEPluginFunction · 0.65
TestTokenRotationJobFunction · 0.65
CSRSignMethod · 0.65
generateMethod · 0.65
toEnvoySecretFunction · 0.65

Implementers 1

configFactorypkg/test/framework/config.go

Calls

no outgoing calls