svcv1alpha1

package
v0.1.0-rc.16 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_service_v1alpha1_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateEnvironmentRequest

type CreateEnvironmentRequest struct {
	Project string                    `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	Name    string                    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Spec    *v1alpha1.EnvironmentSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEnvironmentRequest) Descriptor deprecated

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

Deprecated: Use CreateEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*CreateEnvironmentRequest) GetName

func (x *CreateEnvironmentRequest) GetName() string

func (*CreateEnvironmentRequest) GetProject

func (x *CreateEnvironmentRequest) GetProject() string

func (*CreateEnvironmentRequest) GetSpec

func (*CreateEnvironmentRequest) ProtoMessage

func (*CreateEnvironmentRequest) ProtoMessage()

func (*CreateEnvironmentRequest) ProtoReflect

func (x *CreateEnvironmentRequest) ProtoReflect() protoreflect.Message

func (*CreateEnvironmentRequest) Reset

func (x *CreateEnvironmentRequest) Reset()

func (*CreateEnvironmentRequest) String

func (x *CreateEnvironmentRequest) String() string

type CreateEnvironmentResponse

type CreateEnvironmentResponse struct {
	Environment *v1alpha1.Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use CreateEnvironmentResponse.ProtoReflect.Descriptor instead.

func (*CreateEnvironmentResponse) GetEnvironment

func (x *CreateEnvironmentResponse) GetEnvironment() *v1alpha1.Environment

func (*CreateEnvironmentResponse) ProtoMessage

func (*CreateEnvironmentResponse) ProtoMessage()

func (*CreateEnvironmentResponse) ProtoReflect

func (*CreateEnvironmentResponse) Reset

func (x *CreateEnvironmentResponse) Reset()

func (*CreateEnvironmentResponse) String

func (x *CreateEnvironmentResponse) String() string

type DeleteEnvironmentRequest

type DeleteEnvironmentRequest struct {
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteEnvironmentRequest) Descriptor deprecated

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

Deprecated: Use DeleteEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*DeleteEnvironmentRequest) GetName

func (x *DeleteEnvironmentRequest) GetName() string

func (*DeleteEnvironmentRequest) GetProject

func (x *DeleteEnvironmentRequest) GetProject() string

func (*DeleteEnvironmentRequest) ProtoMessage

func (*DeleteEnvironmentRequest) ProtoMessage()

func (*DeleteEnvironmentRequest) ProtoReflect

func (x *DeleteEnvironmentRequest) ProtoReflect() protoreflect.Message

func (*DeleteEnvironmentRequest) Reset

func (x *DeleteEnvironmentRequest) Reset()

func (*DeleteEnvironmentRequest) String

func (x *DeleteEnvironmentRequest) String() string

type DeleteEnvironmentResponse

type DeleteEnvironmentResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use DeleteEnvironmentResponse.ProtoReflect.Descriptor instead.

func (*DeleteEnvironmentResponse) ProtoMessage

func (*DeleteEnvironmentResponse) ProtoMessage()

func (*DeleteEnvironmentResponse) ProtoReflect

func (*DeleteEnvironmentResponse) Reset

func (x *DeleteEnvironmentResponse) Reset()

func (*DeleteEnvironmentResponse) String

func (x *DeleteEnvironmentResponse) String() string

type GetEnvironmentRequest

type GetEnvironmentRequest struct {
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEnvironmentRequest) Descriptor deprecated

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

Deprecated: Use GetEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*GetEnvironmentRequest) GetName

func (x *GetEnvironmentRequest) GetName() string

func (*GetEnvironmentRequest) GetProject

func (x *GetEnvironmentRequest) GetProject() string

func (*GetEnvironmentRequest) ProtoMessage

func (*GetEnvironmentRequest) ProtoMessage()

func (*GetEnvironmentRequest) ProtoReflect

func (x *GetEnvironmentRequest) ProtoReflect() protoreflect.Message

func (*GetEnvironmentRequest) Reset

func (x *GetEnvironmentRequest) Reset()

func (*GetEnvironmentRequest) String

func (x *GetEnvironmentRequest) String() string

type GetEnvironmentResponse

type GetEnvironmentResponse struct {
	Environment *v1alpha1.Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use GetEnvironmentResponse.ProtoReflect.Descriptor instead.

func (*GetEnvironmentResponse) GetEnvironment

func (x *GetEnvironmentResponse) GetEnvironment() *v1alpha1.Environment

func (*GetEnvironmentResponse) ProtoMessage

func (*GetEnvironmentResponse) ProtoMessage()

func (*GetEnvironmentResponse) ProtoReflect

func (x *GetEnvironmentResponse) ProtoReflect() protoreflect.Message

func (*GetEnvironmentResponse) Reset

func (x *GetEnvironmentResponse) Reset()

func (*GetEnvironmentResponse) String

func (x *GetEnvironmentResponse) String() string

type ListEnvironmentsRequest

type ListEnvironmentsRequest struct {
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEnvironmentsRequest) Descriptor deprecated

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

Deprecated: Use ListEnvironmentsRequest.ProtoReflect.Descriptor instead.

func (*ListEnvironmentsRequest) GetProject

func (x *ListEnvironmentsRequest) GetProject() string

func (*ListEnvironmentsRequest) ProtoMessage

func (*ListEnvironmentsRequest) ProtoMessage()

func (*ListEnvironmentsRequest) ProtoReflect

func (x *ListEnvironmentsRequest) ProtoReflect() protoreflect.Message

func (*ListEnvironmentsRequest) Reset

func (x *ListEnvironmentsRequest) Reset()

func (*ListEnvironmentsRequest) String

func (x *ListEnvironmentsRequest) String() string

type ListEnvironmentsResponse

type ListEnvironmentsResponse struct {
	Environments []*v1alpha1.Environment `protobuf:"bytes,1,rep,name=environments,proto3" json:"environments,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEnvironmentsResponse) Descriptor deprecated

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

Deprecated: Use ListEnvironmentsResponse.ProtoReflect.Descriptor instead.

func (*ListEnvironmentsResponse) GetEnvironments

func (x *ListEnvironmentsResponse) GetEnvironments() []*v1alpha1.Environment

func (*ListEnvironmentsResponse) ProtoMessage

func (*ListEnvironmentsResponse) ProtoMessage()

func (*ListEnvironmentsResponse) ProtoReflect

func (x *ListEnvironmentsResponse) ProtoReflect() protoreflect.Message

func (*ListEnvironmentsResponse) Reset

func (x *ListEnvironmentsResponse) Reset()

func (*ListEnvironmentsResponse) String

func (x *ListEnvironmentsResponse) String() string

type PromoteEnvironmentRequest

type PromoteEnvironmentRequest struct {
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	State   string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*PromoteEnvironmentRequest) Descriptor deprecated

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

Deprecated: Use PromoteEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*PromoteEnvironmentRequest) GetName

func (x *PromoteEnvironmentRequest) GetName() string

func (*PromoteEnvironmentRequest) GetProject

func (x *PromoteEnvironmentRequest) GetProject() string

func (*PromoteEnvironmentRequest) GetState

func (x *PromoteEnvironmentRequest) GetState() string

func (*PromoteEnvironmentRequest) ProtoMessage

func (*PromoteEnvironmentRequest) ProtoMessage()

func (*PromoteEnvironmentRequest) ProtoReflect

func (*PromoteEnvironmentRequest) Reset

func (x *PromoteEnvironmentRequest) Reset()

func (*PromoteEnvironmentRequest) String

func (x *PromoteEnvironmentRequest) String() string

type PromoteEnvironmentResponse

type PromoteEnvironmentResponse struct {
	Promotion *v1alpha1.Promotion `protobuf:"bytes,1,opt,name=promotion,proto3" json:"promotion,omitempty"`
	// contains filtered or unexported fields
}

func (*PromoteEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use PromoteEnvironmentResponse.ProtoReflect.Descriptor instead.

func (*PromoteEnvironmentResponse) GetPromotion

func (x *PromoteEnvironmentResponse) GetPromotion() *v1alpha1.Promotion

func (*PromoteEnvironmentResponse) ProtoMessage

func (*PromoteEnvironmentResponse) ProtoMessage()

func (*PromoteEnvironmentResponse) ProtoReflect

func (*PromoteEnvironmentResponse) Reset

func (x *PromoteEnvironmentResponse) Reset()

func (*PromoteEnvironmentResponse) String

func (x *PromoteEnvironmentResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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