Documentation
¶
Index ¶
- Constants
- Variables
- type DisablePluginRequest
- func (x *DisablePluginRequest) ClearName()
- func (x *DisablePluginRequest) GetName() string
- func (x *DisablePluginRequest) HasName() bool
- func (*DisablePluginRequest) ProtoMessage()
- func (x *DisablePluginRequest) ProtoReflect() protoreflect.Message
- func (x *DisablePluginRequest) Reset()
- func (x *DisablePluginRequest) SetName(v string)
- func (x *DisablePluginRequest) String() string
- type DisablePluginRequest_builder
- type DisablePluginResponse
- type DisablePluginResponse_builder
- type EnablePluginRequest
- func (x *EnablePluginRequest) ClearName()
- func (x *EnablePluginRequest) GetName() string
- func (x *EnablePluginRequest) HasName() bool
- func (*EnablePluginRequest) ProtoMessage()
- func (x *EnablePluginRequest) ProtoReflect() protoreflect.Message
- func (x *EnablePluginRequest) Reset()
- func (x *EnablePluginRequest) SetName(v string)
- func (x *EnablePluginRequest) String() string
- type EnablePluginRequest_builder
- type EnablePluginResponse
- type EnablePluginResponse_builder
- type ListPluginsRequest
- type ListPluginsRequest_builder
- type ListPluginsResponse
- type ListPluginsResponse_builder
- type Plugin
- func (x *Plugin) ClearConfigurable()
- func (x *Plugin) ClearDisabled()
- func (x *Plugin) ClearExternal()
- func (x *Plugin) ClearMetadata()
- func (x *Plugin) ClearName()
- func (x *Plugin) ClearSecretsProvider()
- func (x *Plugin) ClearVersion()
- func (x *Plugin) GetConfigurable() bool
- func (x *Plugin) GetDisabled() bool
- func (x *Plugin) GetExternal() bool
- func (x *Plugin) GetName() string
- func (x *Plugin) GetSecretsProvider() *SecretsProvider
- func (x *Plugin) GetVersion() string
- func (x *Plugin) HasConfigurable() bool
- func (x *Plugin) HasDisabled() bool
- func (x *Plugin) HasExternal() bool
- func (x *Plugin) HasMetadata() bool
- func (x *Plugin) HasName() bool
- func (x *Plugin) HasSecretsProvider() bool
- func (x *Plugin) HasVersion() bool
- func (*Plugin) ProtoMessage()
- func (x *Plugin) ProtoReflect() protoreflect.Message
- func (x *Plugin) Reset()
- func (x *Plugin) SetConfigurable(v bool)
- func (x *Plugin) SetDisabled(v bool)
- func (x *Plugin) SetExternal(v bool)
- func (x *Plugin) SetName(v string)
- func (x *Plugin) SetSecretsProvider(v *SecretsProvider)
- func (x *Plugin) SetVersion(v string)
- func (x *Plugin) String() string
- func (x *Plugin) WhichMetadata() case_Plugin_Metadata
- type Plugin_builder
- type SecretsProvider
- func (x *SecretsProvider) ClearPattern()
- func (x *SecretsProvider) GetPattern() string
- func (x *SecretsProvider) HasPattern() bool
- func (*SecretsProvider) ProtoMessage()
- func (x *SecretsProvider) ProtoReflect() protoreflect.Message
- func (x *SecretsProvider) Reset()
- func (x *SecretsProvider) SetPattern(v string)
- func (x *SecretsProvider) String() string
- type SecretsProvider_builder
Constants ¶
View Source
const Plugin_Metadata_not_set_case case_Plugin_Metadata = 0
View Source
const Plugin_SecretsProvider_case case_Plugin_Metadata = 6
Variables ¶
View Source
var File_plugins_v1_api_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DisablePluginRequest ¶
type DisablePluginRequest struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*DisablePluginRequest) ClearName ¶
func (x *DisablePluginRequest) ClearName()
func (*DisablePluginRequest) GetName ¶
func (x *DisablePluginRequest) GetName() string
func (*DisablePluginRequest) HasName ¶
func (x *DisablePluginRequest) HasName() bool
func (*DisablePluginRequest) ProtoMessage ¶
func (*DisablePluginRequest) ProtoMessage()
func (*DisablePluginRequest) ProtoReflect ¶
func (x *DisablePluginRequest) ProtoReflect() protoreflect.Message
func (*DisablePluginRequest) Reset ¶
func (x *DisablePluginRequest) Reset()
func (*DisablePluginRequest) SetName ¶
func (x *DisablePluginRequest) SetName(v string)
func (*DisablePluginRequest) String ¶
func (x *DisablePluginRequest) String() string
type DisablePluginRequest_builder ¶
type DisablePluginRequest_builder struct {
Name *string
// contains filtered or unexported fields
}
func (DisablePluginRequest_builder) Build ¶
func (b0 DisablePluginRequest_builder) Build() *DisablePluginRequest
type DisablePluginResponse ¶
type DisablePluginResponse struct {
// contains filtered or unexported fields
}
func (*DisablePluginResponse) ProtoMessage ¶
func (*DisablePluginResponse) ProtoMessage()
func (*DisablePluginResponse) ProtoReflect ¶
func (x *DisablePluginResponse) ProtoReflect() protoreflect.Message
func (*DisablePluginResponse) Reset ¶
func (x *DisablePluginResponse) Reset()
func (*DisablePluginResponse) String ¶
func (x *DisablePluginResponse) String() string
type DisablePluginResponse_builder ¶
type DisablePluginResponse_builder struct {
// contains filtered or unexported fields
}
func (DisablePluginResponse_builder) Build ¶
func (b0 DisablePluginResponse_builder) Build() *DisablePluginResponse
type EnablePluginRequest ¶
type EnablePluginRequest struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*EnablePluginRequest) ClearName ¶
func (x *EnablePluginRequest) ClearName()
func (*EnablePluginRequest) GetName ¶
func (x *EnablePluginRequest) GetName() string
func (*EnablePluginRequest) HasName ¶
func (x *EnablePluginRequest) HasName() bool
func (*EnablePluginRequest) ProtoMessage ¶
func (*EnablePluginRequest) ProtoMessage()
func (*EnablePluginRequest) ProtoReflect ¶
func (x *EnablePluginRequest) ProtoReflect() protoreflect.Message
func (*EnablePluginRequest) Reset ¶
func (x *EnablePluginRequest) Reset()
func (*EnablePluginRequest) SetName ¶
func (x *EnablePluginRequest) SetName(v string)
func (*EnablePluginRequest) String ¶
func (x *EnablePluginRequest) String() string
type EnablePluginRequest_builder ¶
type EnablePluginRequest_builder struct {
Name *string
// contains filtered or unexported fields
}
func (EnablePluginRequest_builder) Build ¶
func (b0 EnablePluginRequest_builder) Build() *EnablePluginRequest
type EnablePluginResponse ¶
type EnablePluginResponse struct {
// contains filtered or unexported fields
}
func (*EnablePluginResponse) ProtoMessage ¶
func (*EnablePluginResponse) ProtoMessage()
func (*EnablePluginResponse) ProtoReflect ¶
func (x *EnablePluginResponse) ProtoReflect() protoreflect.Message
func (*EnablePluginResponse) Reset ¶
func (x *EnablePluginResponse) Reset()
func (*EnablePluginResponse) String ¶
func (x *EnablePluginResponse) String() string
type EnablePluginResponse_builder ¶
type EnablePluginResponse_builder struct {
// contains filtered or unexported fields
}
func (EnablePluginResponse_builder) Build ¶
func (b0 EnablePluginResponse_builder) Build() *EnablePluginResponse
type ListPluginsRequest ¶
type ListPluginsRequest struct {
// contains filtered or unexported fields
}
func (*ListPluginsRequest) ProtoMessage ¶
func (*ListPluginsRequest) ProtoMessage()
func (*ListPluginsRequest) ProtoReflect ¶
func (x *ListPluginsRequest) ProtoReflect() protoreflect.Message
func (*ListPluginsRequest) Reset ¶
func (x *ListPluginsRequest) Reset()
func (*ListPluginsRequest) String ¶
func (x *ListPluginsRequest) String() string
type ListPluginsRequest_builder ¶
type ListPluginsRequest_builder struct {
// contains filtered or unexported fields
}
func (ListPluginsRequest_builder) Build ¶
func (b0 ListPluginsRequest_builder) Build() *ListPluginsRequest
type ListPluginsResponse ¶
type ListPluginsResponse struct {
// contains filtered or unexported fields
}
func (*ListPluginsResponse) GetPlugins ¶
func (x *ListPluginsResponse) GetPlugins() []*Plugin
func (*ListPluginsResponse) ProtoMessage ¶
func (*ListPluginsResponse) ProtoMessage()
func (*ListPluginsResponse) ProtoReflect ¶
func (x *ListPluginsResponse) ProtoReflect() protoreflect.Message
func (*ListPluginsResponse) Reset ¶
func (x *ListPluginsResponse) Reset()
func (*ListPluginsResponse) SetPlugins ¶
func (x *ListPluginsResponse) SetPlugins(v []*Plugin)
func (*ListPluginsResponse) String ¶
func (x *ListPluginsResponse) String() string
type ListPluginsResponse_builder ¶
type ListPluginsResponse_builder struct {
Plugins []*Plugin
// contains filtered or unexported fields
}
func (ListPluginsResponse_builder) Build ¶
func (b0 ListPluginsResponse_builder) Build() *ListPluginsResponse
type Plugin ¶
type Plugin struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*Plugin) ClearConfigurable ¶
func (x *Plugin) ClearConfigurable()
func (*Plugin) ClearDisabled ¶
func (x *Plugin) ClearDisabled()
func (*Plugin) ClearExternal ¶
func (x *Plugin) ClearExternal()
func (*Plugin) ClearMetadata ¶
func (x *Plugin) ClearMetadata()
func (*Plugin) ClearSecretsProvider ¶
func (x *Plugin) ClearSecretsProvider()
func (*Plugin) ClearVersion ¶
func (x *Plugin) ClearVersion()
func (*Plugin) GetConfigurable ¶
func (*Plugin) GetDisabled ¶
func (*Plugin) GetExternal ¶
func (*Plugin) GetSecretsProvider ¶
func (x *Plugin) GetSecretsProvider() *SecretsProvider
func (*Plugin) GetVersion ¶
func (*Plugin) HasConfigurable ¶
func (*Plugin) HasDisabled ¶
func (*Plugin) HasExternal ¶
func (*Plugin) HasMetadata ¶
func (*Plugin) HasSecretsProvider ¶
func (*Plugin) HasVersion ¶
func (*Plugin) ProtoMessage ¶
func (*Plugin) ProtoMessage()
func (*Plugin) ProtoReflect ¶
func (x *Plugin) ProtoReflect() protoreflect.Message
func (*Plugin) SetConfigurable ¶
func (*Plugin) SetDisabled ¶
func (*Plugin) SetExternal ¶
func (*Plugin) SetSecretsProvider ¶
func (x *Plugin) SetSecretsProvider(v *SecretsProvider)
func (*Plugin) SetVersion ¶
func (*Plugin) WhichMetadata ¶
func (x *Plugin) WhichMetadata() case_Plugin_Metadata
type Plugin_builder ¶
type Plugin_builder struct {
// Name
Name *string
// Version
Version *string
// Enabled vs disabled
Disabled *bool
// External vs builtin
External *bool
// Configurable
Configurable *bool
// Fields of oneof xxx_hidden_Metadata:
SecretsProvider *SecretsProvider
// contains filtered or unexported fields
}
func (Plugin_builder) Build ¶
func (b0 Plugin_builder) Build() *Plugin
type SecretsProvider ¶
type SecretsProvider struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*SecretsProvider) ClearPattern ¶
func (x *SecretsProvider) ClearPattern()
func (*SecretsProvider) GetPattern ¶
func (x *SecretsProvider) GetPattern() string
func (*SecretsProvider) HasPattern ¶
func (x *SecretsProvider) HasPattern() bool
func (*SecretsProvider) ProtoMessage ¶
func (*SecretsProvider) ProtoMessage()
func (*SecretsProvider) ProtoReflect ¶
func (x *SecretsProvider) ProtoReflect() protoreflect.Message
func (*SecretsProvider) Reset ¶
func (x *SecretsProvider) Reset()
func (*SecretsProvider) SetPattern ¶
func (x *SecretsProvider) SetPattern(v string)
func (*SecretsProvider) String ¶
func (x *SecretsProvider) String() string
type SecretsProvider_builder ¶
type SecretsProvider_builder struct {
// Pattern
Pattern *string
// contains filtered or unexported fields
}
func (SecretsProvider_builder) Build ¶
func (b0 SecretsProvider_builder) Build() *SecretsProvider
Click to show internal directories.
Click to hide internal directories.