pconfiguration

package
v0.2.134 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2019 License: BSD-2-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterSSHExecutionServiceServer

func RegisterSSHExecutionServiceServer(s *grpc.Server, srv SSHExecutionServiceServer)

func RegisterSecretServiceServer

func RegisterSecretServiceServer(s *grpc.Server, srv SecretServiceServer)

Types

type ApplySSHExecutionRequest

type ApplySSHExecutionRequest struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Annotations          map[string]string `` /* 142-byte string literal not displayed */
	Commands             []string          `protobuf:"bytes,10,rep,name=commands" json:"commands,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ApplySSHExecutionRequest) Descriptor

func (*ApplySSHExecutionRequest) Descriptor() ([]byte, []int)

func (*ApplySSHExecutionRequest) GetAnnotations

func (m *ApplySSHExecutionRequest) GetAnnotations() map[string]string

func (*ApplySSHExecutionRequest) GetCommands

func (m *ApplySSHExecutionRequest) GetCommands() []string

func (*ApplySSHExecutionRequest) GetName

func (m *ApplySSHExecutionRequest) GetName() string

func (*ApplySSHExecutionRequest) ProtoMessage

func (*ApplySSHExecutionRequest) ProtoMessage()

func (*ApplySSHExecutionRequest) Reset

func (m *ApplySSHExecutionRequest) Reset()

func (*ApplySSHExecutionRequest) String

func (m *ApplySSHExecutionRequest) String() string

func (*ApplySSHExecutionRequest) XXX_DiscardUnknown

func (m *ApplySSHExecutionRequest) XXX_DiscardUnknown()

func (*ApplySSHExecutionRequest) XXX_Marshal

func (m *ApplySSHExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplySSHExecutionRequest) XXX_Merge

func (dst *ApplySSHExecutionRequest) XXX_Merge(src proto.Message)

func (*ApplySSHExecutionRequest) XXX_Size

func (m *ApplySSHExecutionRequest) XXX_Size() int

func (*ApplySSHExecutionRequest) XXX_Unmarshal

func (m *ApplySSHExecutionRequest) XXX_Unmarshal(b []byte) error

type CreateSecretRequest

type CreateSecretRequest struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Annotations          map[string]string `` /* 142-byte string literal not displayed */
	Secret               []byte            `protobuf:"bytes,10,opt,name=secret,proto3" json:"secret,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CreateSecretRequest) Descriptor

func (*CreateSecretRequest) Descriptor() ([]byte, []int)

func (*CreateSecretRequest) GetAnnotations

func (m *CreateSecretRequest) GetAnnotations() map[string]string

func (*CreateSecretRequest) GetName

func (m *CreateSecretRequest) GetName() string

func (*CreateSecretRequest) GetSecret

func (m *CreateSecretRequest) GetSecret() []byte

func (*CreateSecretRequest) ProtoMessage

func (*CreateSecretRequest) ProtoMessage()

func (*CreateSecretRequest) Reset

func (m *CreateSecretRequest) Reset()

func (*CreateSecretRequest) String

func (m *CreateSecretRequest) String() string

func (*CreateSecretRequest) XXX_DiscardUnknown

func (m *CreateSecretRequest) XXX_DiscardUnknown()

func (*CreateSecretRequest) XXX_Marshal

func (m *CreateSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSecretRequest) XXX_Merge

func (dst *CreateSecretRequest) XXX_Merge(src proto.Message)

func (*CreateSecretRequest) XXX_Size

func (m *CreateSecretRequest) XXX_Size() int

func (*CreateSecretRequest) XXX_Unmarshal

func (m *CreateSecretRequest) XXX_Unmarshal(b []byte) error

type DeleteSSHExecutionRequest

type DeleteSSHExecutionRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteSSHExecutionRequest) Descriptor

func (*DeleteSSHExecutionRequest) Descriptor() ([]byte, []int)

func (*DeleteSSHExecutionRequest) GetName

func (m *DeleteSSHExecutionRequest) GetName() string

func (*DeleteSSHExecutionRequest) ProtoMessage

func (*DeleteSSHExecutionRequest) ProtoMessage()

func (*DeleteSSHExecutionRequest) Reset

func (m *DeleteSSHExecutionRequest) Reset()

func (*DeleteSSHExecutionRequest) String

func (m *DeleteSSHExecutionRequest) String() string

func (*DeleteSSHExecutionRequest) XXX_DiscardUnknown

func (m *DeleteSSHExecutionRequest) XXX_DiscardUnknown()

func (*DeleteSSHExecutionRequest) XXX_Marshal

func (m *DeleteSSHExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteSSHExecutionRequest) XXX_Merge

func (dst *DeleteSSHExecutionRequest) XXX_Merge(src proto.Message)

func (*DeleteSSHExecutionRequest) XXX_Size

func (m *DeleteSSHExecutionRequest) XXX_Size() int

func (*DeleteSSHExecutionRequest) XXX_Unmarshal

func (m *DeleteSSHExecutionRequest) XXX_Unmarshal(b []byte) error

type DeleteSecretRequest

type DeleteSecretRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteSecretRequest) Descriptor

func (*DeleteSecretRequest) Descriptor() ([]byte, []int)

func (*DeleteSecretRequest) GetName

func (m *DeleteSecretRequest) GetName() string

func (*DeleteSecretRequest) ProtoMessage

func (*DeleteSecretRequest) ProtoMessage()

func (*DeleteSecretRequest) Reset

func (m *DeleteSecretRequest) Reset()

func (*DeleteSecretRequest) String

func (m *DeleteSecretRequest) String() string

func (*DeleteSecretRequest) XXX_DiscardUnknown

func (m *DeleteSecretRequest) XXX_DiscardUnknown()

func (*DeleteSecretRequest) XXX_Marshal

func (m *DeleteSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteSecretRequest) XXX_Merge

func (dst *DeleteSecretRequest) XXX_Merge(src proto.Message)

func (*DeleteSecretRequest) XXX_Size

func (m *DeleteSecretRequest) XXX_Size() int

func (*DeleteSecretRequest) XXX_Unmarshal

func (m *DeleteSecretRequest) XXX_Unmarshal(b []byte) error

type GenerateSecretRequest

type GenerateSecretRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenerateSecretRequest) Descriptor

func (*GenerateSecretRequest) Descriptor() ([]byte, []int)

func (*GenerateSecretRequest) GetName

func (m *GenerateSecretRequest) GetName() string

func (*GenerateSecretRequest) ProtoMessage

func (*GenerateSecretRequest) ProtoMessage()

func (*GenerateSecretRequest) Reset

func (m *GenerateSecretRequest) Reset()

func (*GenerateSecretRequest) String

func (m *GenerateSecretRequest) String() string

func (*GenerateSecretRequest) XXX_DiscardUnknown

func (m *GenerateSecretRequest) XXX_DiscardUnknown()

func (*GenerateSecretRequest) XXX_Marshal

func (m *GenerateSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerateSecretRequest) XXX_Merge

func (dst *GenerateSecretRequest) XXX_Merge(src proto.Message)

func (*GenerateSecretRequest) XXX_Size

func (m *GenerateSecretRequest) XXX_Size() int

func (*GenerateSecretRequest) XXX_Unmarshal

func (m *GenerateSecretRequest) XXX_Unmarshal(b []byte) error

type GenerateSecretResponse

type GenerateSecretResponse struct {
	Secret               []byte   `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenerateSecretResponse) Descriptor

func (*GenerateSecretResponse) Descriptor() ([]byte, []int)

func (*GenerateSecretResponse) GetSecret

func (m *GenerateSecretResponse) GetSecret() []byte

func (*GenerateSecretResponse) ProtoMessage

func (*GenerateSecretResponse) ProtoMessage()

func (*GenerateSecretResponse) Reset

func (m *GenerateSecretResponse) Reset()

func (*GenerateSecretResponse) String

func (m *GenerateSecretResponse) String() string

func (*GenerateSecretResponse) XXX_DiscardUnknown

func (m *GenerateSecretResponse) XXX_DiscardUnknown()

func (*GenerateSecretResponse) XXX_Marshal

func (m *GenerateSecretResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerateSecretResponse) XXX_Merge

func (dst *GenerateSecretResponse) XXX_Merge(src proto.Message)

func (*GenerateSecretResponse) XXX_Size

func (m *GenerateSecretResponse) XXX_Size() int

func (*GenerateSecretResponse) XXX_Unmarshal

func (m *GenerateSecretResponse) XXX_Unmarshal(b []byte) error

type GetSSHExecutionRequest

type GetSSHExecutionRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSSHExecutionRequest) Descriptor

func (*GetSSHExecutionRequest) Descriptor() ([]byte, []int)

func (*GetSSHExecutionRequest) GetName

func (m *GetSSHExecutionRequest) GetName() string

func (*GetSSHExecutionRequest) ProtoMessage

func (*GetSSHExecutionRequest) ProtoMessage()

func (*GetSSHExecutionRequest) Reset

func (m *GetSSHExecutionRequest) Reset()

func (*GetSSHExecutionRequest) String

func (m *GetSSHExecutionRequest) String() string

func (*GetSSHExecutionRequest) XXX_DiscardUnknown

func (m *GetSSHExecutionRequest) XXX_DiscardUnknown()

func (*GetSSHExecutionRequest) XXX_Marshal

func (m *GetSSHExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSSHExecutionRequest) XXX_Merge

func (dst *GetSSHExecutionRequest) XXX_Merge(src proto.Message)

func (*GetSSHExecutionRequest) XXX_Size

func (m *GetSSHExecutionRequest) XXX_Size() int

func (*GetSSHExecutionRequest) XXX_Unmarshal

func (m *GetSSHExecutionRequest) XXX_Unmarshal(b []byte) error

type GetSecretRequest

type GetSecretRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSecretRequest) Descriptor

func (*GetSecretRequest) Descriptor() ([]byte, []int)

func (*GetSecretRequest) GetName

func (m *GetSecretRequest) GetName() string

func (*GetSecretRequest) ProtoMessage

func (*GetSecretRequest) ProtoMessage()

func (*GetSecretRequest) Reset

func (m *GetSecretRequest) Reset()

func (*GetSecretRequest) String

func (m *GetSecretRequest) String() string

func (*GetSecretRequest) XXX_DiscardUnknown

func (m *GetSecretRequest) XXX_DiscardUnknown()

func (*GetSecretRequest) XXX_Marshal

func (m *GetSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSecretRequest) XXX_Merge

func (dst *GetSecretRequest) XXX_Merge(src proto.Message)

func (*GetSecretRequest) XXX_Size

func (m *GetSecretRequest) XXX_Size() int

func (*GetSecretRequest) XXX_Unmarshal

func (m *GetSecretRequest) XXX_Unmarshal(b []byte) error

type ListSSHExecutionsRequest

type ListSSHExecutionsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListSSHExecutionsRequest) Descriptor

func (*ListSSHExecutionsRequest) Descriptor() ([]byte, []int)

func (*ListSSHExecutionsRequest) ProtoMessage

func (*ListSSHExecutionsRequest) ProtoMessage()

func (*ListSSHExecutionsRequest) Reset

func (m *ListSSHExecutionsRequest) Reset()

func (*ListSSHExecutionsRequest) String

func (m *ListSSHExecutionsRequest) String() string

func (*ListSSHExecutionsRequest) XXX_DiscardUnknown

func (m *ListSSHExecutionsRequest) XXX_DiscardUnknown()

func (*ListSSHExecutionsRequest) XXX_Marshal

func (m *ListSSHExecutionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSSHExecutionsRequest) XXX_Merge

func (dst *ListSSHExecutionsRequest) XXX_Merge(src proto.Message)

func (*ListSSHExecutionsRequest) XXX_Size

func (m *ListSSHExecutionsRequest) XXX_Size() int

func (*ListSSHExecutionsRequest) XXX_Unmarshal

func (m *ListSSHExecutionsRequest) XXX_Unmarshal(b []byte) error

type ListSSHExecutionsResponse

type ListSSHExecutionsResponse struct {
	Sshs                 []*SSHExecution `protobuf:"bytes,1,rep,name=sshs" json:"sshs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListSSHExecutionsResponse) Descriptor

func (*ListSSHExecutionsResponse) Descriptor() ([]byte, []int)

func (*ListSSHExecutionsResponse) GetSshs

func (m *ListSSHExecutionsResponse) GetSshs() []*SSHExecution

func (*ListSSHExecutionsResponse) ProtoMessage

func (*ListSSHExecutionsResponse) ProtoMessage()

func (*ListSSHExecutionsResponse) Reset

func (m *ListSSHExecutionsResponse) Reset()

func (*ListSSHExecutionsResponse) String

func (m *ListSSHExecutionsResponse) String() string

func (*ListSSHExecutionsResponse) XXX_DiscardUnknown

func (m *ListSSHExecutionsResponse) XXX_DiscardUnknown()

func (*ListSSHExecutionsResponse) XXX_Marshal

func (m *ListSSHExecutionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSSHExecutionsResponse) XXX_Merge

func (dst *ListSSHExecutionsResponse) XXX_Merge(src proto.Message)

func (*ListSSHExecutionsResponse) XXX_Size

func (m *ListSSHExecutionsResponse) XXX_Size() int

func (*ListSSHExecutionsResponse) XXX_Unmarshal

func (m *ListSSHExecutionsResponse) XXX_Unmarshal(b []byte) error

type ListSecretsRequest

type ListSecretsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListSecretsRequest) Descriptor

func (*ListSecretsRequest) Descriptor() ([]byte, []int)

func (*ListSecretsRequest) ProtoMessage

func (*ListSecretsRequest) ProtoMessage()

func (*ListSecretsRequest) Reset

func (m *ListSecretsRequest) Reset()

func (*ListSecretsRequest) String

func (m *ListSecretsRequest) String() string

func (*ListSecretsRequest) XXX_DiscardUnknown

func (m *ListSecretsRequest) XXX_DiscardUnknown()

func (*ListSecretsRequest) XXX_Marshal

func (m *ListSecretsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSecretsRequest) XXX_Merge

func (dst *ListSecretsRequest) XXX_Merge(src proto.Message)

func (*ListSecretsRequest) XXX_Size

func (m *ListSecretsRequest) XXX_Size() int

func (*ListSecretsRequest) XXX_Unmarshal

func (m *ListSecretsRequest) XXX_Unmarshal(b []byte) error

type ListSecretsResponse

type ListSecretsResponse struct {
	Secrets              []*Secret `protobuf:"bytes,1,rep,name=secrets" json:"secrets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListSecretsResponse) Descriptor

func (*ListSecretsResponse) Descriptor() ([]byte, []int)

func (*ListSecretsResponse) GetSecrets

func (m *ListSecretsResponse) GetSecrets() []*Secret

func (*ListSecretsResponse) ProtoMessage

func (*ListSecretsResponse) ProtoMessage()

func (*ListSecretsResponse) Reset

func (m *ListSecretsResponse) Reset()

func (*ListSecretsResponse) String

func (m *ListSecretsResponse) String() string

func (*ListSecretsResponse) XXX_DiscardUnknown

func (m *ListSecretsResponse) XXX_DiscardUnknown()

func (*ListSecretsResponse) XXX_Marshal

func (m *ListSecretsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSecretsResponse) XXX_Merge

func (dst *ListSecretsResponse) XXX_Merge(src proto.Message)

func (*ListSecretsResponse) XXX_Size

func (m *ListSecretsResponse) XXX_Size() int

func (*ListSecretsResponse) XXX_Unmarshal

func (m *ListSecretsResponse) XXX_Unmarshal(b []byte) error

type RunSSHExecutionRequest

type RunSSHExecutionRequest struct {
	Filter               *RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter `protobuf:"bytes,1,opt,name=filter" json:"filter,omitempty"`
	Username             string                                                   `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
	KeySecretName        string                                                   `protobuf:"bytes,3,opt,name=key_secret_name,json=keySecretName" json:"key_secret_name,omitempty"`
	EnvironmentVariables map[string]string                                        `` /* 188-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                 `json:"-"`
	XXX_unrecognized     []byte                                                   `json:"-"`
	XXX_sizecache        int32                                                    `json:"-"`
}

func (*RunSSHExecutionRequest) Descriptor

func (*RunSSHExecutionRequest) Descriptor() ([]byte, []int)

func (*RunSSHExecutionRequest) GetEnvironmentVariables

func (m *RunSSHExecutionRequest) GetEnvironmentVariables() map[string]string

func (*RunSSHExecutionRequest) GetFilter

func (*RunSSHExecutionRequest) GetKeySecretName

func (m *RunSSHExecutionRequest) GetKeySecretName() string

func (*RunSSHExecutionRequest) GetUsername

func (m *RunSSHExecutionRequest) GetUsername() string

func (*RunSSHExecutionRequest) ProtoMessage

func (*RunSSHExecutionRequest) ProtoMessage()

func (*RunSSHExecutionRequest) Reset

func (m *RunSSHExecutionRequest) Reset()

func (*RunSSHExecutionRequest) String

func (m *RunSSHExecutionRequest) String() string

func (*RunSSHExecutionRequest) XXX_DiscardUnknown

func (m *RunSSHExecutionRequest) XXX_DiscardUnknown()

func (*RunSSHExecutionRequest) XXX_Marshal

func (m *RunSSHExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RunSSHExecutionRequest) XXX_Merge

func (dst *RunSSHExecutionRequest) XXX_Merge(src proto.Message)

func (*RunSSHExecutionRequest) XXX_Size

func (m *RunSSHExecutionRequest) XXX_Size() int

func (*RunSSHExecutionRequest) XXX_Unmarshal

func (m *RunSSHExecutionRequest) XXX_Unmarshal(b []byte) error

type RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter

type RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Label                map[string]string `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) Descriptor

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) GetLabel

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) GetName

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) ProtoMessage

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) Reset

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) String

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) XXX_DiscardUnknown

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) XXX_Marshal

func (m *RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) XXX_Merge

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) XXX_Size

func (*RunSSHExecutionRequest_SSHExecutionVirtualMachineFilter) XXX_Unmarshal

type SSHExecution

type SSHExecution struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Annotations          map[string]string `` /* 142-byte string literal not displayed */
	Commands             []string          `protobuf:"bytes,10,rep,name=commands" json:"commands,omitempty"`
	Results              []string          `protobuf:"bytes,50,rep,name=results" json:"results,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SSHExecution) Descriptor

func (*SSHExecution) Descriptor() ([]byte, []int)

func (*SSHExecution) GetAnnotations

func (m *SSHExecution) GetAnnotations() map[string]string

func (*SSHExecution) GetCommands

func (m *SSHExecution) GetCommands() []string

func (*SSHExecution) GetName

func (m *SSHExecution) GetName() string

func (*SSHExecution) GetResults

func (m *SSHExecution) GetResults() []string

func (*SSHExecution) ProtoMessage

func (*SSHExecution) ProtoMessage()

func (*SSHExecution) Reset

func (m *SSHExecution) Reset()

func (*SSHExecution) String

func (m *SSHExecution) String() string

func (*SSHExecution) XXX_DiscardUnknown

func (m *SSHExecution) XXX_DiscardUnknown()

func (*SSHExecution) XXX_Marshal

func (m *SSHExecution) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSHExecution) XXX_Merge

func (dst *SSHExecution) XXX_Merge(src proto.Message)

func (*SSHExecution) XXX_Size

func (m *SSHExecution) XXX_Size() int

func (*SSHExecution) XXX_Unmarshal

func (m *SSHExecution) XXX_Unmarshal(b []byte) error

type SSHExecutionResult

type SSHExecutionResult struct {
	VirtualMachineName   string               `protobuf:"bytes,1,opt,name=virtual_machine_name,json=virtualMachineName" json:"virtual_machine_name,omitempty"`
	KeySecretName        string               `protobuf:"bytes,2,opt,name=key_secret_name,json=keySecretName" json:"key_secret_name,omitempty"`
	StartedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=started_at,json=startedAt" json:"started_at,omitempty"`
	FinishedAt           *timestamp.Timestamp `protobuf:"bytes,4,opt,name=finished_at,json=finishedAt" json:"finished_at,omitempty"`
	Output               string               `protobuf:"bytes,5,opt,name=output" json:"output,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SSHExecutionResult) Descriptor

func (*SSHExecutionResult) Descriptor() ([]byte, []int)

func (*SSHExecutionResult) GetFinishedAt

func (m *SSHExecutionResult) GetFinishedAt() *timestamp.Timestamp

func (*SSHExecutionResult) GetKeySecretName

func (m *SSHExecutionResult) GetKeySecretName() string

func (*SSHExecutionResult) GetOutput

func (m *SSHExecutionResult) GetOutput() string

func (*SSHExecutionResult) GetStartedAt

func (m *SSHExecutionResult) GetStartedAt() *timestamp.Timestamp

func (*SSHExecutionResult) GetVirtualMachineName

func (m *SSHExecutionResult) GetVirtualMachineName() string

func (*SSHExecutionResult) ProtoMessage

func (*SSHExecutionResult) ProtoMessage()

func (*SSHExecutionResult) Reset

func (m *SSHExecutionResult) Reset()

func (*SSHExecutionResult) String

func (m *SSHExecutionResult) String() string

func (*SSHExecutionResult) XXX_DiscardUnknown

func (m *SSHExecutionResult) XXX_DiscardUnknown()

func (*SSHExecutionResult) XXX_Marshal

func (m *SSHExecutionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSHExecutionResult) XXX_Merge

func (dst *SSHExecutionResult) XXX_Merge(src proto.Message)

func (*SSHExecutionResult) XXX_Size

func (m *SSHExecutionResult) XXX_Size() int

func (*SSHExecutionResult) XXX_Unmarshal

func (m *SSHExecutionResult) XXX_Unmarshal(b []byte) error

type SSHExecutionServiceClient

type SSHExecutionServiceClient interface {
	ListSSHExecutions(ctx context.Context, in *ListSSHExecutionsRequest, opts ...grpc.CallOption) (*ListSSHExecutionsResponse, error)
	GetSSHExecution(ctx context.Context, in *GetSSHExecutionRequest, opts ...grpc.CallOption) (*SSHExecution, error)
	ApplySSHExecution(ctx context.Context, in *ApplySSHExecutionRequest, opts ...grpc.CallOption) (*SSHExecution, error)
	DeleteSSHExecution(ctx context.Context, in *DeleteSSHExecutionRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// TODO: `returns (stream ...)` looks more good, but stream is not supported by n0cli.
	RunSSHExecution(ctx context.Context, in *RunSSHExecutionRequest, opts ...grpc.CallOption) (*SSHExecutionResult, error)
}

func NewSSHExecutionServiceClient

func NewSSHExecutionServiceClient(cc *grpc.ClientConn) SSHExecutionServiceClient

type SSHExecutionServiceServer

type SSHExecutionServiceServer interface {
	ListSSHExecutions(context.Context, *ListSSHExecutionsRequest) (*ListSSHExecutionsResponse, error)
	GetSSHExecution(context.Context, *GetSSHExecutionRequest) (*SSHExecution, error)
	ApplySSHExecution(context.Context, *ApplySSHExecutionRequest) (*SSHExecution, error)
	DeleteSSHExecution(context.Context, *DeleteSSHExecutionRequest) (*empty.Empty, error)
	// TODO: `returns (stream ...)` looks more good, but stream is not supported by n0cli.
	RunSSHExecution(context.Context, *RunSSHExecutionRequest) (*SSHExecutionResult, error)
}

type Secret

type Secret struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Annotations          map[string]string `` /* 142-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Secret) Descriptor

func (*Secret) Descriptor() ([]byte, []int)

func (*Secret) GetAnnotations

func (m *Secret) GetAnnotations() map[string]string

func (*Secret) GetName

func (m *Secret) GetName() string

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) Reset

func (m *Secret) Reset()

func (*Secret) String

func (m *Secret) String() string

func (*Secret) XXX_DiscardUnknown

func (m *Secret) XXX_DiscardUnknown()

func (*Secret) XXX_Marshal

func (m *Secret) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Secret) XXX_Merge

func (dst *Secret) XXX_Merge(src proto.Message)

func (*Secret) XXX_Size

func (m *Secret) XXX_Size() int

func (*Secret) XXX_Unmarshal

func (m *Secret) XXX_Unmarshal(b []byte) error

type SecretServiceClient

type SecretServiceClient interface {
	ListSecrets(ctx context.Context, in *ListSecretsRequest, opts ...grpc.CallOption) (*ListSecretsResponse, error)
	GetSecret(ctx context.Context, in *GetSecretRequest, opts ...grpc.CallOption) (*Secret, error)
	CreateSecret(ctx context.Context, in *CreateSecretRequest, opts ...grpc.CallOption) (*Secret, error)
	DeleteSecret(ctx context.Context, in *DeleteSecretRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GenerateSecret(ctx context.Context, in *GenerateSecretRequest, opts ...grpc.CallOption) (*GenerateSecretResponse, error)
}

func NewSecretServiceClient

func NewSecretServiceClient(cc *grpc.ClientConn) SecretServiceClient

Jump to

Keyboard shortcuts

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