vzmgrpb

package
v0.0.0-...-0888c38 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthService        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowService          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupService = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterVZDeploymentKeyServiceServer

func RegisterVZDeploymentKeyServiceServer(s *grpc.Server, srv VZDeploymentKeyServiceServer)

func RegisterVZDeploymentServiceServer

func RegisterVZDeploymentServiceServer(s *grpc.Server, srv VZDeploymentServiceServer)

func RegisterVZMgrServiceServer

func RegisterVZMgrServiceServer(s *grpc.Server, srv VZMgrServiceServer)

Types

type CreateDeploymentKeyRequest

type CreateDeploymentKeyRequest struct {
	Desc   string       `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
	OrgID  *uuidpb.UUID `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserID *uuidpb.UUID `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
}

func (*CreateDeploymentKeyRequest) Descriptor

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

func (*CreateDeploymentKeyRequest) Equal

func (this *CreateDeploymentKeyRequest) Equal(that interface{}) bool

func (*CreateDeploymentKeyRequest) GetDesc

func (m *CreateDeploymentKeyRequest) GetDesc() string

func (*CreateDeploymentKeyRequest) GetOrgID

func (m *CreateDeploymentKeyRequest) GetOrgID() *uuidpb.UUID

func (*CreateDeploymentKeyRequest) GetUserID

func (m *CreateDeploymentKeyRequest) GetUserID() *uuidpb.UUID

func (*CreateDeploymentKeyRequest) GoString

func (this *CreateDeploymentKeyRequest) GoString() string

func (*CreateDeploymentKeyRequest) Marshal

func (m *CreateDeploymentKeyRequest) Marshal() (dAtA []byte, err error)

func (*CreateDeploymentKeyRequest) MarshalTo

func (m *CreateDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateDeploymentKeyRequest) MarshalToSizedBuffer

func (m *CreateDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateDeploymentKeyRequest) ProtoMessage

func (*CreateDeploymentKeyRequest) ProtoMessage()

func (*CreateDeploymentKeyRequest) Reset

func (m *CreateDeploymentKeyRequest) Reset()

func (*CreateDeploymentKeyRequest) Size

func (m *CreateDeploymentKeyRequest) Size() (n int)

func (*CreateDeploymentKeyRequest) String

func (this *CreateDeploymentKeyRequest) String() string

func (*CreateDeploymentKeyRequest) Unmarshal

func (m *CreateDeploymentKeyRequest) Unmarshal(dAtA []byte) error

func (*CreateDeploymentKeyRequest) XXX_DiscardUnknown

func (m *CreateDeploymentKeyRequest) XXX_DiscardUnknown()

func (*CreateDeploymentKeyRequest) XXX_Marshal

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

func (*CreateDeploymentKeyRequest) XXX_Merge

func (m *CreateDeploymentKeyRequest) XXX_Merge(src proto.Message)

func (*CreateDeploymentKeyRequest) XXX_Size

func (m *CreateDeploymentKeyRequest) XXX_Size() int

func (*CreateDeploymentKeyRequest) XXX_Unmarshal

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

type CreateVizierClusterRequest

type CreateVizierClusterRequest struct {
	OrgID       *uuidpb.UUID `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	ProjectName string       `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
}

func (*CreateVizierClusterRequest) Descriptor

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

func (*CreateVizierClusterRequest) Equal

func (this *CreateVizierClusterRequest) Equal(that interface{}) bool

func (*CreateVizierClusterRequest) GetOrgID

func (m *CreateVizierClusterRequest) GetOrgID() *uuidpb.UUID

func (*CreateVizierClusterRequest) GetProjectName

func (m *CreateVizierClusterRequest) GetProjectName() string

func (*CreateVizierClusterRequest) GoString

func (this *CreateVizierClusterRequest) GoString() string

func (*CreateVizierClusterRequest) Marshal

func (m *CreateVizierClusterRequest) Marshal() (dAtA []byte, err error)

func (*CreateVizierClusterRequest) MarshalTo

func (m *CreateVizierClusterRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateVizierClusterRequest) MarshalToSizedBuffer

func (m *CreateVizierClusterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateVizierClusterRequest) ProtoMessage

func (*CreateVizierClusterRequest) ProtoMessage()

func (*CreateVizierClusterRequest) Reset

func (m *CreateVizierClusterRequest) Reset()

func (*CreateVizierClusterRequest) Size

func (m *CreateVizierClusterRequest) Size() (n int)

func (*CreateVizierClusterRequest) String

func (this *CreateVizierClusterRequest) String() string

func (*CreateVizierClusterRequest) Unmarshal

func (m *CreateVizierClusterRequest) Unmarshal(dAtA []byte) error

func (*CreateVizierClusterRequest) XXX_DiscardUnknown

func (m *CreateVizierClusterRequest) XXX_DiscardUnknown()

func (*CreateVizierClusterRequest) XXX_Marshal

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

func (*CreateVizierClusterRequest) XXX_Merge

func (m *CreateVizierClusterRequest) XXX_Merge(src proto.Message)

func (*CreateVizierClusterRequest) XXX_Size

func (m *CreateVizierClusterRequest) XXX_Size() int

func (*CreateVizierClusterRequest) XXX_Unmarshal

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

type DeleteDeploymentKeyRequest

type DeleteDeploymentKeyRequest struct {
	ID    *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgID *uuidpb.UUID `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
}

func (*DeleteDeploymentKeyRequest) Descriptor

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

func (*DeleteDeploymentKeyRequest) Equal

func (this *DeleteDeploymentKeyRequest) Equal(that interface{}) bool

func (*DeleteDeploymentKeyRequest) GetID

func (*DeleteDeploymentKeyRequest) GetOrgID

func (m *DeleteDeploymentKeyRequest) GetOrgID() *uuidpb.UUID

func (*DeleteDeploymentKeyRequest) GoString

func (this *DeleteDeploymentKeyRequest) GoString() string

func (*DeleteDeploymentKeyRequest) Marshal

func (m *DeleteDeploymentKeyRequest) Marshal() (dAtA []byte, err error)

func (*DeleteDeploymentKeyRequest) MarshalTo

func (m *DeleteDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*DeleteDeploymentKeyRequest) MarshalToSizedBuffer

func (m *DeleteDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeleteDeploymentKeyRequest) ProtoMessage

func (*DeleteDeploymentKeyRequest) ProtoMessage()

func (*DeleteDeploymentKeyRequest) Reset

func (m *DeleteDeploymentKeyRequest) Reset()

func (*DeleteDeploymentKeyRequest) Size

func (m *DeleteDeploymentKeyRequest) Size() (n int)

func (*DeleteDeploymentKeyRequest) String

func (this *DeleteDeploymentKeyRequest) String() string

func (*DeleteDeploymentKeyRequest) Unmarshal

func (m *DeleteDeploymentKeyRequest) Unmarshal(dAtA []byte) error

func (*DeleteDeploymentKeyRequest) XXX_DiscardUnknown

func (m *DeleteDeploymentKeyRequest) XXX_DiscardUnknown()

func (*DeleteDeploymentKeyRequest) XXX_Marshal

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

func (*DeleteDeploymentKeyRequest) XXX_Merge

func (m *DeleteDeploymentKeyRequest) XXX_Merge(src proto.Message)

func (*DeleteDeploymentKeyRequest) XXX_Size

func (m *DeleteDeploymentKeyRequest) XXX_Size() int

func (*DeleteDeploymentKeyRequest) XXX_Unmarshal

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

type DeploymentKey

type DeploymentKey struct {
	ID        *uuidpb.UUID     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key       string           `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Desc      string           `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
	OrgID     *uuidpb.UUID     `protobuf:"bytes,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserID    *uuidpb.UUID     `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
}

func (*DeploymentKey) Descriptor

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

func (*DeploymentKey) Equal

func (this *DeploymentKey) Equal(that interface{}) bool

func (*DeploymentKey) GetCreatedAt

func (m *DeploymentKey) GetCreatedAt() *types.Timestamp

func (*DeploymentKey) GetDesc

func (m *DeploymentKey) GetDesc() string

func (*DeploymentKey) GetID

func (m *DeploymentKey) GetID() *uuidpb.UUID

func (*DeploymentKey) GetKey

func (m *DeploymentKey) GetKey() string

func (*DeploymentKey) GetOrgID

func (m *DeploymentKey) GetOrgID() *uuidpb.UUID

func (*DeploymentKey) GetUserID

func (m *DeploymentKey) GetUserID() *uuidpb.UUID

func (*DeploymentKey) GoString

func (this *DeploymentKey) GoString() string

func (*DeploymentKey) Marshal

func (m *DeploymentKey) Marshal() (dAtA []byte, err error)

func (*DeploymentKey) MarshalTo

func (m *DeploymentKey) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentKey) MarshalToSizedBuffer

func (m *DeploymentKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentKey) ProtoMessage

func (*DeploymentKey) ProtoMessage()

func (*DeploymentKey) Reset

func (m *DeploymentKey) Reset()

func (*DeploymentKey) Size

func (m *DeploymentKey) Size() (n int)

func (*DeploymentKey) String

func (this *DeploymentKey) String() string

func (*DeploymentKey) Unmarshal

func (m *DeploymentKey) Unmarshal(dAtA []byte) error

func (*DeploymentKey) XXX_DiscardUnknown

func (m *DeploymentKey) XXX_DiscardUnknown()

func (*DeploymentKey) XXX_Marshal

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

func (*DeploymentKey) XXX_Merge

func (m *DeploymentKey) XXX_Merge(src proto.Message)

func (*DeploymentKey) XXX_Size

func (m *DeploymentKey) XXX_Size() int

func (*DeploymentKey) XXX_Unmarshal

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

type DeploymentKeyMetadata

type DeploymentKeyMetadata struct {
	ID        *uuidpb.UUID     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Desc      string           `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
	OrgID     *uuidpb.UUID     `protobuf:"bytes,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserID    *uuidpb.UUID     `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
}

func (*DeploymentKeyMetadata) Descriptor

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

func (*DeploymentKeyMetadata) Equal

func (this *DeploymentKeyMetadata) Equal(that interface{}) bool

func (*DeploymentKeyMetadata) GetCreatedAt

func (m *DeploymentKeyMetadata) GetCreatedAt() *types.Timestamp

func (*DeploymentKeyMetadata) GetDesc

func (m *DeploymentKeyMetadata) GetDesc() string

func (*DeploymentKeyMetadata) GetID

func (m *DeploymentKeyMetadata) GetID() *uuidpb.UUID

func (*DeploymentKeyMetadata) GetOrgID

func (m *DeploymentKeyMetadata) GetOrgID() *uuidpb.UUID

func (*DeploymentKeyMetadata) GetUserID

func (m *DeploymentKeyMetadata) GetUserID() *uuidpb.UUID

func (*DeploymentKeyMetadata) GoString

func (this *DeploymentKeyMetadata) GoString() string

func (*DeploymentKeyMetadata) Marshal

func (m *DeploymentKeyMetadata) Marshal() (dAtA []byte, err error)

func (*DeploymentKeyMetadata) MarshalTo

func (m *DeploymentKeyMetadata) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentKeyMetadata) MarshalToSizedBuffer

func (m *DeploymentKeyMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentKeyMetadata) ProtoMessage

func (*DeploymentKeyMetadata) ProtoMessage()

func (*DeploymentKeyMetadata) Reset

func (m *DeploymentKeyMetadata) Reset()

func (*DeploymentKeyMetadata) Size

func (m *DeploymentKeyMetadata) Size() (n int)

func (*DeploymentKeyMetadata) String

func (this *DeploymentKeyMetadata) String() string

func (*DeploymentKeyMetadata) Unmarshal

func (m *DeploymentKeyMetadata) Unmarshal(dAtA []byte) error

func (*DeploymentKeyMetadata) XXX_DiscardUnknown

func (m *DeploymentKeyMetadata) XXX_DiscardUnknown()

func (*DeploymentKeyMetadata) XXX_Marshal

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

func (*DeploymentKeyMetadata) XXX_Merge

func (m *DeploymentKeyMetadata) XXX_Merge(src proto.Message)

func (*DeploymentKeyMetadata) XXX_Size

func (m *DeploymentKeyMetadata) XXX_Size() int

func (*DeploymentKeyMetadata) XXX_Unmarshal

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

type GetDeploymentKeyRequest

type GetDeploymentKeyRequest struct {
	ID    *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgID *uuidpb.UUID `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
}

func (*GetDeploymentKeyRequest) Descriptor

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

func (*GetDeploymentKeyRequest) Equal

func (this *GetDeploymentKeyRequest) Equal(that interface{}) bool

func (*GetDeploymentKeyRequest) GetID

func (m *GetDeploymentKeyRequest) GetID() *uuidpb.UUID

func (*GetDeploymentKeyRequest) GetOrgID

func (m *GetDeploymentKeyRequest) GetOrgID() *uuidpb.UUID

func (*GetDeploymentKeyRequest) GoString

func (this *GetDeploymentKeyRequest) GoString() string

func (*GetDeploymentKeyRequest) Marshal

func (m *GetDeploymentKeyRequest) Marshal() (dAtA []byte, err error)

func (*GetDeploymentKeyRequest) MarshalTo

func (m *GetDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetDeploymentKeyRequest) MarshalToSizedBuffer

func (m *GetDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDeploymentKeyRequest) ProtoMessage

func (*GetDeploymentKeyRequest) ProtoMessage()

func (*GetDeploymentKeyRequest) Reset

func (m *GetDeploymentKeyRequest) Reset()

func (*GetDeploymentKeyRequest) Size

func (m *GetDeploymentKeyRequest) Size() (n int)

func (*GetDeploymentKeyRequest) String

func (this *GetDeploymentKeyRequest) String() string

func (*GetDeploymentKeyRequest) Unmarshal

func (m *GetDeploymentKeyRequest) Unmarshal(dAtA []byte) error

func (*GetDeploymentKeyRequest) XXX_DiscardUnknown

func (m *GetDeploymentKeyRequest) XXX_DiscardUnknown()

func (*GetDeploymentKeyRequest) XXX_Marshal

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

func (*GetDeploymentKeyRequest) XXX_Merge

func (m *GetDeploymentKeyRequest) XXX_Merge(src proto.Message)

func (*GetDeploymentKeyRequest) XXX_Size

func (m *GetDeploymentKeyRequest) XXX_Size() int

func (*GetDeploymentKeyRequest) XXX_Unmarshal

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

type GetDeploymentKeyResponse

type GetDeploymentKeyResponse struct {
	Key *DeploymentKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}

func (*GetDeploymentKeyResponse) Descriptor

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

func (*GetDeploymentKeyResponse) Equal

func (this *GetDeploymentKeyResponse) Equal(that interface{}) bool

func (*GetDeploymentKeyResponse) GetKey

func (*GetDeploymentKeyResponse) GoString

func (this *GetDeploymentKeyResponse) GoString() string

func (*GetDeploymentKeyResponse) Marshal

func (m *GetDeploymentKeyResponse) Marshal() (dAtA []byte, err error)

func (*GetDeploymentKeyResponse) MarshalTo

func (m *GetDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetDeploymentKeyResponse) MarshalToSizedBuffer

func (m *GetDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDeploymentKeyResponse) ProtoMessage

func (*GetDeploymentKeyResponse) ProtoMessage()

func (*GetDeploymentKeyResponse) Reset

func (m *GetDeploymentKeyResponse) Reset()

func (*GetDeploymentKeyResponse) Size

func (m *GetDeploymentKeyResponse) Size() (n int)

func (*GetDeploymentKeyResponse) String

func (this *GetDeploymentKeyResponse) String() string

func (*GetDeploymentKeyResponse) Unmarshal

func (m *GetDeploymentKeyResponse) Unmarshal(dAtA []byte) error

func (*GetDeploymentKeyResponse) XXX_DiscardUnknown

func (m *GetDeploymentKeyResponse) XXX_DiscardUnknown()

func (*GetDeploymentKeyResponse) XXX_Marshal

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

func (*GetDeploymentKeyResponse) XXX_Merge

func (m *GetDeploymentKeyResponse) XXX_Merge(src proto.Message)

func (*GetDeploymentKeyResponse) XXX_Size

func (m *GetDeploymentKeyResponse) XXX_Size() int

func (*GetDeploymentKeyResponse) XXX_Unmarshal

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

type GetOrgFromVizierResponse

type GetOrgFromVizierResponse struct {
	OrgID *uuidpb.UUID `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
}

func (*GetOrgFromVizierResponse) Descriptor

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

func (*GetOrgFromVizierResponse) Equal

func (this *GetOrgFromVizierResponse) Equal(that interface{}) bool

func (*GetOrgFromVizierResponse) GetOrgID

func (m *GetOrgFromVizierResponse) GetOrgID() *uuidpb.UUID

func (*GetOrgFromVizierResponse) GoString

func (this *GetOrgFromVizierResponse) GoString() string

func (*GetOrgFromVizierResponse) Marshal

func (m *GetOrgFromVizierResponse) Marshal() (dAtA []byte, err error)

func (*GetOrgFromVizierResponse) MarshalTo

func (m *GetOrgFromVizierResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetOrgFromVizierResponse) MarshalToSizedBuffer

func (m *GetOrgFromVizierResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetOrgFromVizierResponse) ProtoMessage

func (*GetOrgFromVizierResponse) ProtoMessage()

func (*GetOrgFromVizierResponse) Reset

func (m *GetOrgFromVizierResponse) Reset()

func (*GetOrgFromVizierResponse) Size

func (m *GetOrgFromVizierResponse) Size() (n int)

func (*GetOrgFromVizierResponse) String

func (this *GetOrgFromVizierResponse) String() string

func (*GetOrgFromVizierResponse) Unmarshal

func (m *GetOrgFromVizierResponse) Unmarshal(dAtA []byte) error

func (*GetOrgFromVizierResponse) XXX_DiscardUnknown

func (m *GetOrgFromVizierResponse) XXX_DiscardUnknown()

func (*GetOrgFromVizierResponse) XXX_Marshal

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

func (*GetOrgFromVizierResponse) XXX_Merge

func (m *GetOrgFromVizierResponse) XXX_Merge(src proto.Message)

func (*GetOrgFromVizierResponse) XXX_Size

func (m *GetOrgFromVizierResponse) XXX_Size() int

func (*GetOrgFromVizierResponse) XXX_Unmarshal

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

type GetVizierInfosRequest

type GetVizierInfosRequest struct {
	VizierIDs []*uuidpb.UUID `protobuf:"bytes,1,rep,name=vizier_ids,json=vizierIds,proto3" json:"vizier_ids,omitempty"`
}

func (*GetVizierInfosRequest) Descriptor

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

func (*GetVizierInfosRequest) Equal

func (this *GetVizierInfosRequest) Equal(that interface{}) bool

func (*GetVizierInfosRequest) GetVizierIDs

func (m *GetVizierInfosRequest) GetVizierIDs() []*uuidpb.UUID

func (*GetVizierInfosRequest) GoString

func (this *GetVizierInfosRequest) GoString() string

func (*GetVizierInfosRequest) Marshal

func (m *GetVizierInfosRequest) Marshal() (dAtA []byte, err error)

func (*GetVizierInfosRequest) MarshalTo

func (m *GetVizierInfosRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetVizierInfosRequest) MarshalToSizedBuffer

func (m *GetVizierInfosRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetVizierInfosRequest) ProtoMessage

func (*GetVizierInfosRequest) ProtoMessage()

func (*GetVizierInfosRequest) Reset

func (m *GetVizierInfosRequest) Reset()

func (*GetVizierInfosRequest) Size

func (m *GetVizierInfosRequest) Size() (n int)

func (*GetVizierInfosRequest) String

func (this *GetVizierInfosRequest) String() string

func (*GetVizierInfosRequest) Unmarshal

func (m *GetVizierInfosRequest) Unmarshal(dAtA []byte) error

func (*GetVizierInfosRequest) XXX_DiscardUnknown

func (m *GetVizierInfosRequest) XXX_DiscardUnknown()

func (*GetVizierInfosRequest) XXX_Marshal

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

func (*GetVizierInfosRequest) XXX_Merge

func (m *GetVizierInfosRequest) XXX_Merge(src proto.Message)

func (*GetVizierInfosRequest) XXX_Size

func (m *GetVizierInfosRequest) XXX_Size() int

func (*GetVizierInfosRequest) XXX_Unmarshal

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

type GetVizierInfosResponse

type GetVizierInfosResponse struct {
	VizierInfos []*cvmsgspb.VizierInfo `protobuf:"bytes,1,rep,name=vizier_infos,json=vizierInfos,proto3" json:"vizier_infos,omitempty"`
}

func (*GetVizierInfosResponse) Descriptor

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

func (*GetVizierInfosResponse) Equal

func (this *GetVizierInfosResponse) Equal(that interface{}) bool

func (*GetVizierInfosResponse) GetVizierInfos

func (m *GetVizierInfosResponse) GetVizierInfos() []*cvmsgspb.VizierInfo

func (*GetVizierInfosResponse) GoString

func (this *GetVizierInfosResponse) GoString() string

func (*GetVizierInfosResponse) Marshal

func (m *GetVizierInfosResponse) Marshal() (dAtA []byte, err error)

func (*GetVizierInfosResponse) MarshalTo

func (m *GetVizierInfosResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetVizierInfosResponse) MarshalToSizedBuffer

func (m *GetVizierInfosResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetVizierInfosResponse) ProtoMessage

func (*GetVizierInfosResponse) ProtoMessage()

func (*GetVizierInfosResponse) Reset

func (m *GetVizierInfosResponse) Reset()

func (*GetVizierInfosResponse) Size

func (m *GetVizierInfosResponse) Size() (n int)

func (*GetVizierInfosResponse) String

func (this *GetVizierInfosResponse) String() string

func (*GetVizierInfosResponse) Unmarshal

func (m *GetVizierInfosResponse) Unmarshal(dAtA []byte) error

func (*GetVizierInfosResponse) XXX_DiscardUnknown

func (m *GetVizierInfosResponse) XXX_DiscardUnknown()

func (*GetVizierInfosResponse) XXX_Marshal

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

func (*GetVizierInfosResponse) XXX_Merge

func (m *GetVizierInfosResponse) XXX_Merge(src proto.Message)

func (*GetVizierInfosResponse) XXX_Size

func (m *GetVizierInfosResponse) XXX_Size() int

func (*GetVizierInfosResponse) XXX_Unmarshal

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

type GetViziersByOrgResponse

type GetViziersByOrgResponse struct {
	VizierIDs []*uuidpb.UUID `protobuf:"bytes,1,rep,name=vizier_ids,json=vizierIds,proto3" json:"vizier_ids,omitempty"`
}

func (*GetViziersByOrgResponse) Descriptor

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

func (*GetViziersByOrgResponse) Equal

func (this *GetViziersByOrgResponse) Equal(that interface{}) bool

func (*GetViziersByOrgResponse) GetVizierIDs

func (m *GetViziersByOrgResponse) GetVizierIDs() []*uuidpb.UUID

func (*GetViziersByOrgResponse) GoString

func (this *GetViziersByOrgResponse) GoString() string

func (*GetViziersByOrgResponse) Marshal

func (m *GetViziersByOrgResponse) Marshal() (dAtA []byte, err error)

func (*GetViziersByOrgResponse) MarshalTo

func (m *GetViziersByOrgResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetViziersByOrgResponse) MarshalToSizedBuffer

func (m *GetViziersByOrgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetViziersByOrgResponse) ProtoMessage

func (*GetViziersByOrgResponse) ProtoMessage()

func (*GetViziersByOrgResponse) Reset

func (m *GetViziersByOrgResponse) Reset()

func (*GetViziersByOrgResponse) Size

func (m *GetViziersByOrgResponse) Size() (n int)

func (*GetViziersByOrgResponse) String

func (this *GetViziersByOrgResponse) String() string

func (*GetViziersByOrgResponse) Unmarshal

func (m *GetViziersByOrgResponse) Unmarshal(dAtA []byte) error

func (*GetViziersByOrgResponse) XXX_DiscardUnknown

func (m *GetViziersByOrgResponse) XXX_DiscardUnknown()

func (*GetViziersByOrgResponse) XXX_Marshal

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

func (*GetViziersByOrgResponse) XXX_Merge

func (m *GetViziersByOrgResponse) XXX_Merge(src proto.Message)

func (*GetViziersByOrgResponse) XXX_Size

func (m *GetViziersByOrgResponse) XXX_Size() int

func (*GetViziersByOrgResponse) XXX_Unmarshal

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

type GetViziersByShardRequest

type GetViziersByShardRequest struct {
	FromShardID string `protobuf:"bytes,1,opt,name=from_shard_id,json=fromShardId,proto3" json:"from_shard_id,omitempty"`
	ToShardID   string `protobuf:"bytes,2,opt,name=to_shard_id,json=toShardId,proto3" json:"to_shard_id,omitempty"`
}

func (*GetViziersByShardRequest) Descriptor

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

func (*GetViziersByShardRequest) Equal

func (this *GetViziersByShardRequest) Equal(that interface{}) bool

func (*GetViziersByShardRequest) GetFromShardID

func (m *GetViziersByShardRequest) GetFromShardID() string

func (*GetViziersByShardRequest) GetToShardID

func (m *GetViziersByShardRequest) GetToShardID() string

func (*GetViziersByShardRequest) GoString

func (this *GetViziersByShardRequest) GoString() string

func (*GetViziersByShardRequest) Marshal

func (m *GetViziersByShardRequest) Marshal() (dAtA []byte, err error)

func (*GetViziersByShardRequest) MarshalTo

func (m *GetViziersByShardRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetViziersByShardRequest) MarshalToSizedBuffer

func (m *GetViziersByShardRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetViziersByShardRequest) ProtoMessage

func (*GetViziersByShardRequest) ProtoMessage()

func (*GetViziersByShardRequest) Reset

func (m *GetViziersByShardRequest) Reset()

func (*GetViziersByShardRequest) Size

func (m *GetViziersByShardRequest) Size() (n int)

func (*GetViziersByShardRequest) String

func (this *GetViziersByShardRequest) String() string

func (*GetViziersByShardRequest) Unmarshal

func (m *GetViziersByShardRequest) Unmarshal(dAtA []byte) error

func (*GetViziersByShardRequest) XXX_DiscardUnknown

func (m *GetViziersByShardRequest) XXX_DiscardUnknown()

func (*GetViziersByShardRequest) XXX_Marshal

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

func (*GetViziersByShardRequest) XXX_Merge

func (m *GetViziersByShardRequest) XXX_Merge(src proto.Message)

func (*GetViziersByShardRequest) XXX_Size

func (m *GetViziersByShardRequest) XXX_Size() int

func (*GetViziersByShardRequest) XXX_Unmarshal

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

type GetViziersByShardResponse

type GetViziersByShardResponse struct {
	Viziers []*GetViziersByShardResponse_VizierInfo `protobuf:"bytes,1,rep,name=viziers,proto3" json:"viziers,omitempty"`
}

func (*GetViziersByShardResponse) Descriptor

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

func (*GetViziersByShardResponse) Equal

func (this *GetViziersByShardResponse) Equal(that interface{}) bool

func (*GetViziersByShardResponse) GetViziers

func (*GetViziersByShardResponse) GoString

func (this *GetViziersByShardResponse) GoString() string

func (*GetViziersByShardResponse) Marshal

func (m *GetViziersByShardResponse) Marshal() (dAtA []byte, err error)

func (*GetViziersByShardResponse) MarshalTo

func (m *GetViziersByShardResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetViziersByShardResponse) MarshalToSizedBuffer

func (m *GetViziersByShardResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetViziersByShardResponse) ProtoMessage

func (*GetViziersByShardResponse) ProtoMessage()

func (*GetViziersByShardResponse) Reset

func (m *GetViziersByShardResponse) Reset()

func (*GetViziersByShardResponse) Size

func (m *GetViziersByShardResponse) Size() (n int)

func (*GetViziersByShardResponse) String

func (this *GetViziersByShardResponse) String() string

func (*GetViziersByShardResponse) Unmarshal

func (m *GetViziersByShardResponse) Unmarshal(dAtA []byte) error

func (*GetViziersByShardResponse) XXX_DiscardUnknown

func (m *GetViziersByShardResponse) XXX_DiscardUnknown()

func (*GetViziersByShardResponse) XXX_Marshal

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

func (*GetViziersByShardResponse) XXX_Merge

func (m *GetViziersByShardResponse) XXX_Merge(src proto.Message)

func (*GetViziersByShardResponse) XXX_Size

func (m *GetViziersByShardResponse) XXX_Size() int

func (*GetViziersByShardResponse) XXX_Unmarshal

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

type GetViziersByShardResponse_VizierInfo

type GetViziersByShardResponse_VizierInfo struct {
	VizierID *uuidpb.UUID `protobuf:"bytes,1,opt,name=vizier_id,json=vizierId,proto3" json:"vizier_id,omitempty"`
	OrgID    *uuidpb.UUID `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	K8sUID   string       `protobuf:"bytes,4,opt,name=k8s_uid,json=k8sUid,proto3" json:"k8s_uid,omitempty"`
}

func (*GetViziersByShardResponse_VizierInfo) Descriptor

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

func (*GetViziersByShardResponse_VizierInfo) Equal

func (this *GetViziersByShardResponse_VizierInfo) Equal(that interface{}) bool

func (*GetViziersByShardResponse_VizierInfo) GetK8sUID

func (*GetViziersByShardResponse_VizierInfo) GetOrgID

func (*GetViziersByShardResponse_VizierInfo) GetVizierID

func (*GetViziersByShardResponse_VizierInfo) GoString

func (*GetViziersByShardResponse_VizierInfo) Marshal

func (m *GetViziersByShardResponse_VizierInfo) Marshal() (dAtA []byte, err error)

func (*GetViziersByShardResponse_VizierInfo) MarshalTo

func (m *GetViziersByShardResponse_VizierInfo) MarshalTo(dAtA []byte) (int, error)

func (*GetViziersByShardResponse_VizierInfo) MarshalToSizedBuffer

func (m *GetViziersByShardResponse_VizierInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetViziersByShardResponse_VizierInfo) ProtoMessage

func (*GetViziersByShardResponse_VizierInfo) ProtoMessage()

func (*GetViziersByShardResponse_VizierInfo) Reset

func (*GetViziersByShardResponse_VizierInfo) Size

func (*GetViziersByShardResponse_VizierInfo) String

func (*GetViziersByShardResponse_VizierInfo) Unmarshal

func (m *GetViziersByShardResponse_VizierInfo) Unmarshal(dAtA []byte) error

func (*GetViziersByShardResponse_VizierInfo) XXX_DiscardUnknown

func (m *GetViziersByShardResponse_VizierInfo) XXX_DiscardUnknown()

func (*GetViziersByShardResponse_VizierInfo) XXX_Marshal

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

func (*GetViziersByShardResponse_VizierInfo) XXX_Merge

func (*GetViziersByShardResponse_VizierInfo) XXX_Size

func (*GetViziersByShardResponse_VizierInfo) XXX_Unmarshal

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

type ListDeploymentKeyRequest

type ListDeploymentKeyRequest struct {
	OrgID *uuidpb.UUID `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
}

func (*ListDeploymentKeyRequest) Descriptor

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

func (*ListDeploymentKeyRequest) Equal

func (this *ListDeploymentKeyRequest) Equal(that interface{}) bool

func (*ListDeploymentKeyRequest) GetOrgID

func (m *ListDeploymentKeyRequest) GetOrgID() *uuidpb.UUID

func (*ListDeploymentKeyRequest) GoString

func (this *ListDeploymentKeyRequest) GoString() string

func (*ListDeploymentKeyRequest) Marshal

func (m *ListDeploymentKeyRequest) Marshal() (dAtA []byte, err error)

func (*ListDeploymentKeyRequest) MarshalTo

func (m *ListDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListDeploymentKeyRequest) MarshalToSizedBuffer

func (m *ListDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListDeploymentKeyRequest) ProtoMessage

func (*ListDeploymentKeyRequest) ProtoMessage()

func (*ListDeploymentKeyRequest) Reset

func (m *ListDeploymentKeyRequest) Reset()

func (*ListDeploymentKeyRequest) Size

func (m *ListDeploymentKeyRequest) Size() (n int)

func (*ListDeploymentKeyRequest) String

func (this *ListDeploymentKeyRequest) String() string

func (*ListDeploymentKeyRequest) Unmarshal

func (m *ListDeploymentKeyRequest) Unmarshal(dAtA []byte) error

func (*ListDeploymentKeyRequest) XXX_DiscardUnknown

func (m *ListDeploymentKeyRequest) XXX_DiscardUnknown()

func (*ListDeploymentKeyRequest) XXX_Marshal

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

func (*ListDeploymentKeyRequest) XXX_Merge

func (m *ListDeploymentKeyRequest) XXX_Merge(src proto.Message)

func (*ListDeploymentKeyRequest) XXX_Size

func (m *ListDeploymentKeyRequest) XXX_Size() int

func (*ListDeploymentKeyRequest) XXX_Unmarshal

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

type ListDeploymentKeyResponse

type ListDeploymentKeyResponse struct {
	Keys []*DeploymentKeyMetadata `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
}

func (*ListDeploymentKeyResponse) Descriptor

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

func (*ListDeploymentKeyResponse) Equal

func (this *ListDeploymentKeyResponse) Equal(that interface{}) bool

func (*ListDeploymentKeyResponse) GetKeys

func (*ListDeploymentKeyResponse) GoString

func (this *ListDeploymentKeyResponse) GoString() string

func (*ListDeploymentKeyResponse) Marshal

func (m *ListDeploymentKeyResponse) Marshal() (dAtA []byte, err error)

func (*ListDeploymentKeyResponse) MarshalTo

func (m *ListDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListDeploymentKeyResponse) MarshalToSizedBuffer

func (m *ListDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListDeploymentKeyResponse) ProtoMessage

func (*ListDeploymentKeyResponse) ProtoMessage()

func (*ListDeploymentKeyResponse) Reset

func (m *ListDeploymentKeyResponse) Reset()

func (*ListDeploymentKeyResponse) Size

func (m *ListDeploymentKeyResponse) Size() (n int)

func (*ListDeploymentKeyResponse) String

func (this *ListDeploymentKeyResponse) String() string

func (*ListDeploymentKeyResponse) Unmarshal

func (m *ListDeploymentKeyResponse) Unmarshal(dAtA []byte) error

func (*ListDeploymentKeyResponse) XXX_DiscardUnknown

func (m *ListDeploymentKeyResponse) XXX_DiscardUnknown()

func (*ListDeploymentKeyResponse) XXX_Marshal

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

func (*ListDeploymentKeyResponse) XXX_Merge

func (m *ListDeploymentKeyResponse) XXX_Merge(src proto.Message)

func (*ListDeploymentKeyResponse) XXX_Size

func (m *ListDeploymentKeyResponse) XXX_Size() int

func (*ListDeploymentKeyResponse) XXX_Unmarshal

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

type LookupDeploymentKeyRequest

type LookupDeploymentKeyRequest struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}

func (*LookupDeploymentKeyRequest) Descriptor

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

func (*LookupDeploymentKeyRequest) Equal

func (this *LookupDeploymentKeyRequest) Equal(that interface{}) bool

func (*LookupDeploymentKeyRequest) GetKey

func (m *LookupDeploymentKeyRequest) GetKey() string

func (*LookupDeploymentKeyRequest) GoString

func (this *LookupDeploymentKeyRequest) GoString() string

func (*LookupDeploymentKeyRequest) Marshal

func (m *LookupDeploymentKeyRequest) Marshal() (dAtA []byte, err error)

func (*LookupDeploymentKeyRequest) MarshalTo

func (m *LookupDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*LookupDeploymentKeyRequest) MarshalToSizedBuffer

func (m *LookupDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LookupDeploymentKeyRequest) ProtoMessage

func (*LookupDeploymentKeyRequest) ProtoMessage()

func (*LookupDeploymentKeyRequest) Reset

func (m *LookupDeploymentKeyRequest) Reset()

func (*LookupDeploymentKeyRequest) Size

func (m *LookupDeploymentKeyRequest) Size() (n int)

func (*LookupDeploymentKeyRequest) String

func (this *LookupDeploymentKeyRequest) String() string

func (*LookupDeploymentKeyRequest) Unmarshal

func (m *LookupDeploymentKeyRequest) Unmarshal(dAtA []byte) error

func (*LookupDeploymentKeyRequest) XXX_DiscardUnknown

func (m *LookupDeploymentKeyRequest) XXX_DiscardUnknown()

func (*LookupDeploymentKeyRequest) XXX_Marshal

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

func (*LookupDeploymentKeyRequest) XXX_Merge

func (m *LookupDeploymentKeyRequest) XXX_Merge(src proto.Message)

func (*LookupDeploymentKeyRequest) XXX_Size

func (m *LookupDeploymentKeyRequest) XXX_Size() int

func (*LookupDeploymentKeyRequest) XXX_Unmarshal

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

type LookupDeploymentKeyResponse

type LookupDeploymentKeyResponse struct {
	Key *DeploymentKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}

func (*LookupDeploymentKeyResponse) Descriptor

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

func (*LookupDeploymentKeyResponse) Equal

func (this *LookupDeploymentKeyResponse) Equal(that interface{}) bool

func (*LookupDeploymentKeyResponse) GetKey

func (*LookupDeploymentKeyResponse) GoString

func (this *LookupDeploymentKeyResponse) GoString() string

func (*LookupDeploymentKeyResponse) Marshal

func (m *LookupDeploymentKeyResponse) Marshal() (dAtA []byte, err error)

func (*LookupDeploymentKeyResponse) MarshalTo

func (m *LookupDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*LookupDeploymentKeyResponse) MarshalToSizedBuffer

func (m *LookupDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LookupDeploymentKeyResponse) ProtoMessage

func (*LookupDeploymentKeyResponse) ProtoMessage()

func (*LookupDeploymentKeyResponse) Reset

func (m *LookupDeploymentKeyResponse) Reset()

func (*LookupDeploymentKeyResponse) Size

func (m *LookupDeploymentKeyResponse) Size() (n int)

func (*LookupDeploymentKeyResponse) String

func (this *LookupDeploymentKeyResponse) String() string

func (*LookupDeploymentKeyResponse) Unmarshal

func (m *LookupDeploymentKeyResponse) Unmarshal(dAtA []byte) error

func (*LookupDeploymentKeyResponse) XXX_DiscardUnknown

func (m *LookupDeploymentKeyResponse) XXX_DiscardUnknown()

func (*LookupDeploymentKeyResponse) XXX_Marshal

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

func (*LookupDeploymentKeyResponse) XXX_Merge

func (m *LookupDeploymentKeyResponse) XXX_Merge(src proto.Message)

func (*LookupDeploymentKeyResponse) XXX_Size

func (m *LookupDeploymentKeyResponse) XXX_Size() int

func (*LookupDeploymentKeyResponse) XXX_Unmarshal

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

type RegisterVizierDeploymentRequest

type RegisterVizierDeploymentRequest struct {
	K8sClusterUID  string `protobuf:"bytes,1,opt,name=k8s_cluster_uid,json=k8sClusterUid,proto3" json:"k8s_cluster_uid,omitempty"`
	DeploymentKey  string `protobuf:"bytes,2,opt,name=deployment_key,json=deploymentKey,proto3" json:"deployment_key,omitempty"`
	K8sClusterName string `protobuf:"bytes,3,opt,name=k8s_cluster_name,json=k8sClusterName,proto3" json:"k8s_cluster_name,omitempty"`
}

func (*RegisterVizierDeploymentRequest) Descriptor

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

func (*RegisterVizierDeploymentRequest) Equal

func (this *RegisterVizierDeploymentRequest) Equal(that interface{}) bool

func (*RegisterVizierDeploymentRequest) GetDeploymentKey

func (m *RegisterVizierDeploymentRequest) GetDeploymentKey() string

func (*RegisterVizierDeploymentRequest) GetK8sClusterName

func (m *RegisterVizierDeploymentRequest) GetK8sClusterName() string

func (*RegisterVizierDeploymentRequest) GetK8sClusterUID

func (m *RegisterVizierDeploymentRequest) GetK8sClusterUID() string

func (*RegisterVizierDeploymentRequest) GoString

func (this *RegisterVizierDeploymentRequest) GoString() string

func (*RegisterVizierDeploymentRequest) Marshal

func (m *RegisterVizierDeploymentRequest) Marshal() (dAtA []byte, err error)

func (*RegisterVizierDeploymentRequest) MarshalTo

func (m *RegisterVizierDeploymentRequest) MarshalTo(dAtA []byte) (int, error)

func (*RegisterVizierDeploymentRequest) MarshalToSizedBuffer

func (m *RegisterVizierDeploymentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RegisterVizierDeploymentRequest) ProtoMessage

func (*RegisterVizierDeploymentRequest) ProtoMessage()

func (*RegisterVizierDeploymentRequest) Reset

func (*RegisterVizierDeploymentRequest) Size

func (m *RegisterVizierDeploymentRequest) Size() (n int)

func (*RegisterVizierDeploymentRequest) String

func (this *RegisterVizierDeploymentRequest) String() string

func (*RegisterVizierDeploymentRequest) Unmarshal

func (m *RegisterVizierDeploymentRequest) Unmarshal(dAtA []byte) error

func (*RegisterVizierDeploymentRequest) XXX_DiscardUnknown

func (m *RegisterVizierDeploymentRequest) XXX_DiscardUnknown()

func (*RegisterVizierDeploymentRequest) XXX_Marshal

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

func (*RegisterVizierDeploymentRequest) XXX_Merge

func (m *RegisterVizierDeploymentRequest) XXX_Merge(src proto.Message)

func (*RegisterVizierDeploymentRequest) XXX_Size

func (m *RegisterVizierDeploymentRequest) XXX_Size() int

func (*RegisterVizierDeploymentRequest) XXX_Unmarshal

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

type RegisterVizierDeploymentResponse

type RegisterVizierDeploymentResponse struct {
	VizierID   *uuidpb.UUID `protobuf:"bytes,1,opt,name=vizier_id,json=vizierId,proto3" json:"vizier_id,omitempty"`
	VizierName string       `protobuf:"bytes,2,opt,name=vizier_name,json=vizierName,proto3" json:"vizier_name,omitempty"`
}

func (*RegisterVizierDeploymentResponse) Descriptor

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

func (*RegisterVizierDeploymentResponse) Equal

func (this *RegisterVizierDeploymentResponse) Equal(that interface{}) bool

func (*RegisterVizierDeploymentResponse) GetVizierID

func (m *RegisterVizierDeploymentResponse) GetVizierID() *uuidpb.UUID

func (*RegisterVizierDeploymentResponse) GetVizierName

func (m *RegisterVizierDeploymentResponse) GetVizierName() string

func (*RegisterVizierDeploymentResponse) GoString

func (this *RegisterVizierDeploymentResponse) GoString() string

func (*RegisterVizierDeploymentResponse) Marshal

func (m *RegisterVizierDeploymentResponse) Marshal() (dAtA []byte, err error)

func (*RegisterVizierDeploymentResponse) MarshalTo

func (m *RegisterVizierDeploymentResponse) MarshalTo(dAtA []byte) (int, error)

func (*RegisterVizierDeploymentResponse) MarshalToSizedBuffer

func (m *RegisterVizierDeploymentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RegisterVizierDeploymentResponse) ProtoMessage

func (*RegisterVizierDeploymentResponse) ProtoMessage()

func (*RegisterVizierDeploymentResponse) Reset

func (*RegisterVizierDeploymentResponse) Size

func (m *RegisterVizierDeploymentResponse) Size() (n int)

func (*RegisterVizierDeploymentResponse) String

func (*RegisterVizierDeploymentResponse) Unmarshal

func (m *RegisterVizierDeploymentResponse) Unmarshal(dAtA []byte) error

func (*RegisterVizierDeploymentResponse) XXX_DiscardUnknown

func (m *RegisterVizierDeploymentResponse) XXX_DiscardUnknown()

func (*RegisterVizierDeploymentResponse) XXX_Marshal

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

func (*RegisterVizierDeploymentResponse) XXX_Merge

func (*RegisterVizierDeploymentResponse) XXX_Size

func (m *RegisterVizierDeploymentResponse) XXX_Size() int

func (*RegisterVizierDeploymentResponse) XXX_Unmarshal

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

type UnimplementedVZDeploymentKeyServiceServer

type UnimplementedVZDeploymentKeyServiceServer struct {
}

UnimplementedVZDeploymentKeyServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedVZDeploymentKeyServiceServer) Create

func (*UnimplementedVZDeploymentKeyServiceServer) Delete

func (*UnimplementedVZDeploymentKeyServiceServer) Get

func (*UnimplementedVZDeploymentKeyServiceServer) List

func (*UnimplementedVZDeploymentKeyServiceServer) LookupDeploymentKey

type UnimplementedVZDeploymentServiceServer

type UnimplementedVZDeploymentServiceServer struct {
}

UnimplementedVZDeploymentServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedVZDeploymentServiceServer) RegisterVizierDeployment

type UnimplementedVZMgrServiceServer

type UnimplementedVZMgrServiceServer struct {
}

UnimplementedVZMgrServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedVZMgrServiceServer) CreateVizierCluster

func (*UnimplementedVZMgrServiceServer) GetOrgFromVizier

func (*UnimplementedVZMgrServiceServer) GetVizierConnectionInfo

func (*UnimplementedVZMgrServiceServer) GetVizierInfo

func (*UnimplementedVZMgrServiceServer) GetVizierInfos

func (*UnimplementedVZMgrServiceServer) GetViziersByOrg

func (*UnimplementedVZMgrServiceServer) GetViziersByShard

func (*UnimplementedVZMgrServiceServer) UpdateVizierConfig

func (*UnimplementedVZMgrServiceServer) VizierConnected

type VZDeploymentKeyServiceClient

VZDeploymentKeyServiceClient is the client API for VZDeploymentKeyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVZDeploymentKeyServiceClient

func NewVZDeploymentKeyServiceClient(cc *grpc.ClientConn) VZDeploymentKeyServiceClient

type VZDeploymentKeyServiceServer

VZDeploymentKeyServiceServer is the server API for VZDeploymentKeyService service.

type VZDeploymentServiceClient

type VZDeploymentServiceClient interface {
	RegisterVizierDeployment(ctx context.Context, in *RegisterVizierDeploymentRequest, opts ...grpc.CallOption) (*RegisterVizierDeploymentResponse, error)
}

VZDeploymentServiceClient is the client API for VZDeploymentService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVZDeploymentServiceClient

func NewVZDeploymentServiceClient(cc *grpc.ClientConn) VZDeploymentServiceClient

type VZDeploymentServiceServer

type VZDeploymentServiceServer interface {
	RegisterVizierDeployment(context.Context, *RegisterVizierDeploymentRequest) (*RegisterVizierDeploymentResponse, error)
}

VZDeploymentServiceServer is the server API for VZDeploymentService service.

type VZMgrServiceClient

type VZMgrServiceClient interface {
	CreateVizierCluster(ctx context.Context, in *CreateVizierClusterRequest, opts ...grpc.CallOption) (*uuidpb.UUID, error)
	GetViziersByOrg(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*GetViziersByOrgResponse, error)
	GetVizierInfo(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*cvmsgspb.VizierInfo, error)
	GetViziersByShard(ctx context.Context, in *GetViziersByShardRequest, opts ...grpc.CallOption) (*GetViziersByShardResponse, error)
	GetVizierConnectionInfo(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*cvmsgspb.VizierConnectionInfo, error)
	GetVizierInfos(ctx context.Context, in *GetVizierInfosRequest, opts ...grpc.CallOption) (*GetVizierInfosResponse, error)
	VizierConnected(ctx context.Context, in *cvmsgspb.RegisterVizierRequest, opts ...grpc.CallOption) (*cvmsgspb.RegisterVizierAck, error)
	UpdateVizierConfig(ctx context.Context, in *cvmsgspb.UpdateVizierConfigRequest, opts ...grpc.CallOption) (*cvmsgspb.UpdateVizierConfigResponse, error)
	UpdateOrInstallVizier(ctx context.Context, in *cvmsgspb.UpdateOrInstallVizierRequest, opts ...grpc.CallOption) (*cvmsgspb.UpdateOrInstallVizierResponse, error)
	GetOrgFromVizier(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*GetOrgFromVizierResponse, error)
}

VZMgrServiceClient is the client API for VZMgrService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVZMgrServiceClient

func NewVZMgrServiceClient(cc *grpc.ClientConn) VZMgrServiceClient

Directories

Path Synopsis
Package mock_vzmgrpb is a generated GoMock package.
Package mock_vzmgrpb is a generated GoMock package.

Jump to

Keyboard shortcuts

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