Documentation ¶
Index ¶
Constants ¶
View Source
const WasmStrictSandboxMetadataKey = "strictSandbox"
Variables ¶
This section is empty.
Functions ¶
func ContainsNamespace ¶
func ContainsNamespace(items []common.NameValuePair) bool
Types ¶
type Meta ¶
type Meta struct {
// contains filtered or unexported fields
}
func (*Meta) AddWasmStrictSandbox ¶
AddWasmStrictSandbox adds global wasm strict sandbox configuration to component metadata. When strict sandbox is enabled, WASM components always run in strict mode regardless of their configuration. When strict sandbox is disabled or unset, keep the original component configuration.
func (*Meta) AuthSecretStoreOrDefault ¶
type Resource ¶
type Resource interface { Kind() string GetName() string GetNamespace() string LogName() string GetSecretStore() string NameValuePairs() []common.NameValuePair // Returns a deep copy of the resource, with the object meta set only with // Name and Namespace. EmptyMetaDeepCopy() metav1.Object }
Resource interface that applies to both Component and HTTPEndpoint resources.
Click to show internal directories.
Click to hide internal directories.