Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TypeRegistry = []reflect2.Type{ reflect2.TypeOf((*SecretSelectorEnvType)(nil)), reflect2.TypeOf((*SecretSelectorSpecificEnv)(nil)), }
TypeRegistry contains all the types that are used in the graphql schema, in order to ensure they are not dead-code eliminated.
Functions ¶
This section is empty.
Types ¶
type ConflictError ¶
type ConflictError struct { AppID string Key string Conflicts []GroupConflict }
type Error ¶
type Error struct { Message string `json:"message"` Path []string `json:"path"` Extensions map[string]json.RawMessage `json:"extensions"` }
type GroupConflict ¶
type Secret ¶
type Secret struct { Key string Groups []*SecretGroup }
type SecretGroup ¶
type SecretSelector ¶
type SecretSelector interface { String() string // contains filtered or unexported methods }
type SecretSelectorEnvType ¶
type SecretSelectorEnvType struct {
Kind string
}
func (*SecretSelectorEnvType) String ¶
func (s *SecretSelectorEnvType) String() string
type SecretSelectorSpecificEnv ¶
type SecretSelectorSpecificEnv struct {
Env *Env
}
func (*SecretSelectorSpecificEnv) String ¶
func (s *SecretSelectorSpecificEnv) String() string
Click to show internal directories.
Click to hide internal directories.