application

package
v2.0.0-...-5e8ce1c Latest Latest
Warning

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

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

Documentation

Overview

Package application is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthApplication        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApplication          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupApplication = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterApplicationServiceHandler

func RegisterApplicationServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterApplicationServiceHandler registers the http handlers for service ApplicationService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterApplicationServiceHandlerClient

func RegisterApplicationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationServiceClient) error

RegisterApplicationServiceHandlerClient registers the http handlers for service ApplicationService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApplicationServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApplicationServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApplicationServiceClient" to call the correct interceptors.

func RegisterApplicationServiceHandlerFromEndpoint

func RegisterApplicationServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterApplicationServiceHandlerFromEndpoint is same as RegisterApplicationServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterApplicationServiceHandlerServer

func RegisterApplicationServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationServiceServer) error

RegisterApplicationServiceHandlerServer registers the http handlers for service ApplicationService to "mux". UnaryRPC :call ApplicationServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterApplicationServiceHandlerFromEndpoint instead.

func RegisterApplicationServiceServer

func RegisterApplicationServiceServer(s *grpc.Server, srv ApplicationServiceServer)

Types

type ApplicationCreateRequest

type ApplicationCreateRequest struct {
	Application          *v1alpha1.Application `protobuf:"bytes,1,req,name=application" json:"application,omitempty"`
	Upsert               *bool                 `protobuf:"varint,2,opt,name=upsert" json:"upsert,omitempty"`
	Validate             *bool                 `protobuf:"varint,3,opt,name=validate" json:"validate,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ApplicationCreateRequest) Descriptor

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

func (*ApplicationCreateRequest) GetApplication

func (m *ApplicationCreateRequest) GetApplication() *v1alpha1.Application

func (*ApplicationCreateRequest) GetUpsert

func (m *ApplicationCreateRequest) GetUpsert() bool

func (*ApplicationCreateRequest) GetValidate

func (m *ApplicationCreateRequest) GetValidate() bool

func (*ApplicationCreateRequest) Marshal

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

func (*ApplicationCreateRequest) MarshalTo

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

func (*ApplicationCreateRequest) MarshalToSizedBuffer

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

func (*ApplicationCreateRequest) ProtoMessage

func (*ApplicationCreateRequest) ProtoMessage()

func (*ApplicationCreateRequest) Reset

func (m *ApplicationCreateRequest) Reset()

func (*ApplicationCreateRequest) Size

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

func (*ApplicationCreateRequest) String

func (m *ApplicationCreateRequest) String() string

func (*ApplicationCreateRequest) Unmarshal

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

func (*ApplicationCreateRequest) XXX_DiscardUnknown

func (m *ApplicationCreateRequest) XXX_DiscardUnknown()

func (*ApplicationCreateRequest) XXX_Marshal

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

func (*ApplicationCreateRequest) XXX_Merge

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

func (*ApplicationCreateRequest) XXX_Size

func (m *ApplicationCreateRequest) XXX_Size() int

func (*ApplicationCreateRequest) XXX_Unmarshal

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

type ApplicationDeleteRequest

type ApplicationDeleteRequest struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Cascade              *bool    `protobuf:"varint,2,opt,name=cascade" json:"cascade,omitempty"`
	PropagationPolicy    *string  `protobuf:"bytes,3,opt,name=propagationPolicy" json:"propagationPolicy,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,4,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,5,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationDeleteRequest) Descriptor

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

func (*ApplicationDeleteRequest) GetAppNamespace

func (m *ApplicationDeleteRequest) GetAppNamespace() string

func (*ApplicationDeleteRequest) GetCascade

func (m *ApplicationDeleteRequest) GetCascade() bool

func (*ApplicationDeleteRequest) GetName

func (m *ApplicationDeleteRequest) GetName() string

func (*ApplicationDeleteRequest) GetProject

func (m *ApplicationDeleteRequest) GetProject() string

func (*ApplicationDeleteRequest) GetPropagationPolicy

func (m *ApplicationDeleteRequest) GetPropagationPolicy() string

func (*ApplicationDeleteRequest) Marshal

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

func (*ApplicationDeleteRequest) MarshalTo

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

func (*ApplicationDeleteRequest) MarshalToSizedBuffer

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

func (*ApplicationDeleteRequest) ProtoMessage

func (*ApplicationDeleteRequest) ProtoMessage()

func (*ApplicationDeleteRequest) Reset

func (m *ApplicationDeleteRequest) Reset()

func (*ApplicationDeleteRequest) Size

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

func (*ApplicationDeleteRequest) String

func (m *ApplicationDeleteRequest) String() string

func (*ApplicationDeleteRequest) Unmarshal

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

func (*ApplicationDeleteRequest) XXX_DiscardUnknown

func (m *ApplicationDeleteRequest) XXX_DiscardUnknown()

func (*ApplicationDeleteRequest) XXX_Marshal

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

func (*ApplicationDeleteRequest) XXX_Merge

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

func (*ApplicationDeleteRequest) XXX_Size

func (m *ApplicationDeleteRequest) XXX_Size() int

func (*ApplicationDeleteRequest) XXX_Unmarshal

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

type ApplicationManifestQuery

type ApplicationManifestQuery struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Revision             *string  `protobuf:"bytes,2,opt,name=revision" json:"revision,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,3,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,4,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ManifestQuery is a query for manifest resources

func (*ApplicationManifestQuery) Descriptor

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

func (*ApplicationManifestQuery) GetAppNamespace

func (m *ApplicationManifestQuery) GetAppNamespace() string

func (*ApplicationManifestQuery) GetName

func (m *ApplicationManifestQuery) GetName() string

func (*ApplicationManifestQuery) GetProject

func (m *ApplicationManifestQuery) GetProject() string

func (*ApplicationManifestQuery) GetRevision

func (m *ApplicationManifestQuery) GetRevision() string

func (*ApplicationManifestQuery) Marshal

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

func (*ApplicationManifestQuery) MarshalTo

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

func (*ApplicationManifestQuery) MarshalToSizedBuffer

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

func (*ApplicationManifestQuery) ProtoMessage

func (*ApplicationManifestQuery) ProtoMessage()

func (*ApplicationManifestQuery) Reset

func (m *ApplicationManifestQuery) Reset()

func (*ApplicationManifestQuery) Size

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

func (*ApplicationManifestQuery) String

func (m *ApplicationManifestQuery) String() string

func (*ApplicationManifestQuery) Unmarshal

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

func (*ApplicationManifestQuery) XXX_DiscardUnknown

func (m *ApplicationManifestQuery) XXX_DiscardUnknown()

func (*ApplicationManifestQuery) XXX_Marshal

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

func (*ApplicationManifestQuery) XXX_Merge

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

func (*ApplicationManifestQuery) XXX_Size

func (m *ApplicationManifestQuery) XXX_Size() int

func (*ApplicationManifestQuery) XXX_Unmarshal

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

type ApplicationManifestQueryWithFiles

type ApplicationManifestQueryWithFiles struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Checksum             *string  `protobuf:"bytes,2,req,name=checksum" json:"checksum,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,3,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,4,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationManifestQueryWithFiles) Descriptor

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

func (*ApplicationManifestQueryWithFiles) GetAppNamespace

func (m *ApplicationManifestQueryWithFiles) GetAppNamespace() string

func (*ApplicationManifestQueryWithFiles) GetChecksum

func (m *ApplicationManifestQueryWithFiles) GetChecksum() string

func (*ApplicationManifestQueryWithFiles) GetName

func (*ApplicationManifestQueryWithFiles) GetProject

func (m *ApplicationManifestQueryWithFiles) GetProject() string

func (*ApplicationManifestQueryWithFiles) Marshal

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

func (*ApplicationManifestQueryWithFiles) MarshalTo

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

func (*ApplicationManifestQueryWithFiles) MarshalToSizedBuffer

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

func (*ApplicationManifestQueryWithFiles) ProtoMessage

func (*ApplicationManifestQueryWithFiles) ProtoMessage()

func (*ApplicationManifestQueryWithFiles) Reset

func (*ApplicationManifestQueryWithFiles) Size

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

func (*ApplicationManifestQueryWithFiles) String

func (*ApplicationManifestQueryWithFiles) Unmarshal

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

func (*ApplicationManifestQueryWithFiles) XXX_DiscardUnknown

func (m *ApplicationManifestQueryWithFiles) XXX_DiscardUnknown()

func (*ApplicationManifestQueryWithFiles) XXX_Marshal

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

func (*ApplicationManifestQueryWithFiles) XXX_Merge

func (*ApplicationManifestQueryWithFiles) XXX_Size

func (m *ApplicationManifestQueryWithFiles) XXX_Size() int

func (*ApplicationManifestQueryWithFiles) XXX_Unmarshal

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

type ApplicationManifestQueryWithFilesWrapper

type ApplicationManifestQueryWithFilesWrapper struct {
	// Types that are valid to be assigned to Part:
	//	*ApplicationManifestQueryWithFilesWrapper_Query
	//	*ApplicationManifestQueryWithFilesWrapper_Chunk
	Part                 isApplicationManifestQueryWithFilesWrapper_Part `protobuf_oneof:"part"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

func (*ApplicationManifestQueryWithFilesWrapper) Descriptor

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

func (*ApplicationManifestQueryWithFilesWrapper) GetChunk

func (*ApplicationManifestQueryWithFilesWrapper) GetPart

func (m *ApplicationManifestQueryWithFilesWrapper) GetPart() isApplicationManifestQueryWithFilesWrapper_Part

func (*ApplicationManifestQueryWithFilesWrapper) GetQuery

func (*ApplicationManifestQueryWithFilesWrapper) Marshal

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

func (*ApplicationManifestQueryWithFilesWrapper) MarshalTo

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

func (*ApplicationManifestQueryWithFilesWrapper) MarshalToSizedBuffer

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

func (*ApplicationManifestQueryWithFilesWrapper) ProtoMessage

func (*ApplicationManifestQueryWithFilesWrapper) Reset

func (*ApplicationManifestQueryWithFilesWrapper) Size

func (*ApplicationManifestQueryWithFilesWrapper) String

func (*ApplicationManifestQueryWithFilesWrapper) Unmarshal

func (*ApplicationManifestQueryWithFilesWrapper) XXX_DiscardUnknown

func (m *ApplicationManifestQueryWithFilesWrapper) XXX_DiscardUnknown()

func (*ApplicationManifestQueryWithFilesWrapper) XXX_Marshal

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

func (*ApplicationManifestQueryWithFilesWrapper) XXX_Merge

func (*ApplicationManifestQueryWithFilesWrapper) XXX_OneofWrappers

func (*ApplicationManifestQueryWithFilesWrapper) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ApplicationManifestQueryWithFilesWrapper) XXX_Size

func (*ApplicationManifestQueryWithFilesWrapper) XXX_Unmarshal

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

type ApplicationManifestQueryWithFilesWrapper_Chunk

type ApplicationManifestQueryWithFilesWrapper_Chunk struct {
	Chunk *FileChunk `protobuf:"bytes,2,opt,name=chunk,oneof" json:"chunk,omitempty"`
}

func (*ApplicationManifestQueryWithFilesWrapper_Chunk) MarshalTo

func (*ApplicationManifestQueryWithFilesWrapper_Chunk) MarshalToSizedBuffer

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

func (*ApplicationManifestQueryWithFilesWrapper_Chunk) Size

type ApplicationManifestQueryWithFilesWrapper_Query

type ApplicationManifestQueryWithFilesWrapper_Query struct {
	Query *ApplicationManifestQueryWithFiles `protobuf:"bytes,1,opt,name=query,oneof" json:"query,omitempty"`
}

func (*ApplicationManifestQueryWithFilesWrapper_Query) MarshalTo

func (*ApplicationManifestQueryWithFilesWrapper_Query) MarshalToSizedBuffer

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

func (*ApplicationManifestQueryWithFilesWrapper_Query) Size

type ApplicationPatchRequest

type ApplicationPatchRequest struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Patch                *string  `protobuf:"bytes,2,req,name=patch" json:"patch,omitempty"`
	PatchType            *string  `protobuf:"bytes,3,req,name=patchType" json:"patchType,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,5,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,6,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ApplicationPatchRequest is a request to patch an application

func (*ApplicationPatchRequest) Descriptor

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

func (*ApplicationPatchRequest) GetAppNamespace

func (m *ApplicationPatchRequest) GetAppNamespace() string

func (*ApplicationPatchRequest) GetName

func (m *ApplicationPatchRequest) GetName() string

func (*ApplicationPatchRequest) GetPatch

func (m *ApplicationPatchRequest) GetPatch() string

func (*ApplicationPatchRequest) GetPatchType

func (m *ApplicationPatchRequest) GetPatchType() string

func (*ApplicationPatchRequest) GetProject

func (m *ApplicationPatchRequest) GetProject() string

func (*ApplicationPatchRequest) Marshal

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

func (*ApplicationPatchRequest) MarshalTo

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

func (*ApplicationPatchRequest) MarshalToSizedBuffer

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

func (*ApplicationPatchRequest) ProtoMessage

func (*ApplicationPatchRequest) ProtoMessage()

func (*ApplicationPatchRequest) Reset

func (m *ApplicationPatchRequest) Reset()

func (*ApplicationPatchRequest) Size

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

func (*ApplicationPatchRequest) String

func (m *ApplicationPatchRequest) String() string

func (*ApplicationPatchRequest) Unmarshal

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

func (*ApplicationPatchRequest) XXX_DiscardUnknown

func (m *ApplicationPatchRequest) XXX_DiscardUnknown()

func (*ApplicationPatchRequest) XXX_Marshal

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

func (*ApplicationPatchRequest) XXX_Merge

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

func (*ApplicationPatchRequest) XXX_Size

func (m *ApplicationPatchRequest) XXX_Size() int

func (*ApplicationPatchRequest) XXX_Unmarshal

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

type ApplicationPodLogsQuery

type ApplicationPodLogsQuery struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Namespace            *string  `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"`
	PodName              *string  `protobuf:"bytes,3,opt,name=podName" json:"podName,omitempty"`
	Container            *string  `protobuf:"bytes,4,opt,name=container" json:"container,omitempty"`
	SinceSeconds         *int64   `protobuf:"varint,5,opt,name=sinceSeconds" json:"sinceSeconds,omitempty"`
	SinceTime            *v1.Time `protobuf:"bytes,6,opt,name=sinceTime" json:"sinceTime,omitempty"`
	TailLines            *int64   `protobuf:"varint,7,opt,name=tailLines" json:"tailLines,omitempty"`
	Follow               *bool    `protobuf:"varint,8,opt,name=follow" json:"follow,omitempty"`
	UntilTime            *string  `protobuf:"bytes,9,opt,name=untilTime" json:"untilTime,omitempty"`
	Filter               *string  `protobuf:"bytes,10,opt,name=filter" json:"filter,omitempty"`
	Kind                 *string  `protobuf:"bytes,11,opt,name=kind" json:"kind,omitempty"`
	Group                *string  `protobuf:"bytes,12,opt,name=group" json:"group,omitempty"`
	ResourceName         *string  `protobuf:"bytes,13,opt,name=resourceName" json:"resourceName,omitempty"`
	Previous             *bool    `protobuf:"varint,14,opt,name=previous" json:"previous,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,15,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,16,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationPodLogsQuery) Descriptor

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

func (*ApplicationPodLogsQuery) GetAppNamespace

func (m *ApplicationPodLogsQuery) GetAppNamespace() string

func (*ApplicationPodLogsQuery) GetContainer

func (m *ApplicationPodLogsQuery) GetContainer() string

func (*ApplicationPodLogsQuery) GetFilter

func (m *ApplicationPodLogsQuery) GetFilter() string

func (*ApplicationPodLogsQuery) GetFollow

func (m *ApplicationPodLogsQuery) GetFollow() bool

func (*ApplicationPodLogsQuery) GetGroup

func (m *ApplicationPodLogsQuery) GetGroup() string

func (*ApplicationPodLogsQuery) GetKind

func (m *ApplicationPodLogsQuery) GetKind() string

func (*ApplicationPodLogsQuery) GetName

func (m *ApplicationPodLogsQuery) GetName() string

func (*ApplicationPodLogsQuery) GetNamespace

func (m *ApplicationPodLogsQuery) GetNamespace() string

func (*ApplicationPodLogsQuery) GetPodName

func (m *ApplicationPodLogsQuery) GetPodName() string

func (*ApplicationPodLogsQuery) GetPrevious

func (m *ApplicationPodLogsQuery) GetPrevious() bool

func (*ApplicationPodLogsQuery) GetProject

func (m *ApplicationPodLogsQuery) GetProject() string

func (*ApplicationPodLogsQuery) GetResourceName

func (m *ApplicationPodLogsQuery) GetResourceName() string

func (*ApplicationPodLogsQuery) GetSinceSeconds

func (m *ApplicationPodLogsQuery) GetSinceSeconds() int64

func (*ApplicationPodLogsQuery) GetSinceTime

func (m *ApplicationPodLogsQuery) GetSinceTime() *v1.Time

func (*ApplicationPodLogsQuery) GetTailLines

func (m *ApplicationPodLogsQuery) GetTailLines() int64

func (*ApplicationPodLogsQuery) GetUntilTime

func (m *ApplicationPodLogsQuery) GetUntilTime() string

func (*ApplicationPodLogsQuery) Marshal

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

func (*ApplicationPodLogsQuery) MarshalTo

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

func (*ApplicationPodLogsQuery) MarshalToSizedBuffer

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

func (*ApplicationPodLogsQuery) ProtoMessage

func (*ApplicationPodLogsQuery) ProtoMessage()

func (*ApplicationPodLogsQuery) Reset

func (m *ApplicationPodLogsQuery) Reset()

func (*ApplicationPodLogsQuery) Size

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

func (*ApplicationPodLogsQuery) String

func (m *ApplicationPodLogsQuery) String() string

func (*ApplicationPodLogsQuery) Unmarshal

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

func (*ApplicationPodLogsQuery) XXX_DiscardUnknown

func (m *ApplicationPodLogsQuery) XXX_DiscardUnknown()

func (*ApplicationPodLogsQuery) XXX_Marshal

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

func (*ApplicationPodLogsQuery) XXX_Merge

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

func (*ApplicationPodLogsQuery) XXX_Size

func (m *ApplicationPodLogsQuery) XXX_Size() int

func (*ApplicationPodLogsQuery) XXX_Unmarshal

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

type ApplicationQuery

type ApplicationQuery struct {
	// the application's name
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// forces application reconciliation if set to 'hard'
	Refresh *string `protobuf:"bytes,2,opt,name=refresh" json:"refresh,omitempty"`
	// the project names to restrict returned list applications
	Projects []string `protobuf:"bytes,3,rep,name=projects" json:"projects,omitempty"`
	// when specified with a watch call, shows changes that occur after that particular version of a resource.
	ResourceVersion *string `protobuf:"bytes,4,opt,name=resourceVersion" json:"resourceVersion,omitempty"`
	// the selector to restrict returned list to applications only with matched labels
	Selector *string `protobuf:"bytes,5,opt,name=selector" json:"selector,omitempty"`
	// the repoURL to restrict returned list applications
	Repo *string `protobuf:"bytes,6,opt,name=repo" json:"repo,omitempty"`
	// the application's namespace
	AppNamespace *string `protobuf:"bytes,7,opt,name=appNamespace" json:"appNamespace,omitempty"`
	// the project names to restrict returned list applications (legacy name for backwards-compatibility)
	Project              []string `protobuf:"bytes,8,rep,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ApplicationQuery is a query for application resources. When getting multiple applications, the "projects" field acts as a filter. When getting a single application, you may specify either zero or one project. If you specify zero projects, the application will be returned regardless of which project it belongs to (assuming you have access). If you specify one project, the application will only be returned if it exists and belongs to the specified project. Otherwise you will receive a 404.

func (*ApplicationQuery) Descriptor

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

func (*ApplicationQuery) GetAppNamespace

func (m *ApplicationQuery) GetAppNamespace() string

func (*ApplicationQuery) GetName

func (m *ApplicationQuery) GetName() string

func (*ApplicationQuery) GetProject

func (m *ApplicationQuery) GetProject() []string

func (*ApplicationQuery) GetProjects

func (m *ApplicationQuery) GetProjects() []string

func (*ApplicationQuery) GetRefresh

func (m *ApplicationQuery) GetRefresh() string

func (*ApplicationQuery) GetRepo

func (m *ApplicationQuery) GetRepo() string

func (*ApplicationQuery) GetResourceVersion

func (m *ApplicationQuery) GetResourceVersion() string

func (*ApplicationQuery) GetSelector

func (m *ApplicationQuery) GetSelector() string

func (*ApplicationQuery) Marshal

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

func (*ApplicationQuery) MarshalTo

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

func (*ApplicationQuery) MarshalToSizedBuffer

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

func (*ApplicationQuery) ProtoMessage

func (*ApplicationQuery) ProtoMessage()

func (*ApplicationQuery) Reset

func (m *ApplicationQuery) Reset()

func (*ApplicationQuery) Size

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

func (*ApplicationQuery) String

func (m *ApplicationQuery) String() string

func (*ApplicationQuery) Unmarshal

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

func (*ApplicationQuery) XXX_DiscardUnknown

func (m *ApplicationQuery) XXX_DiscardUnknown()

func (*ApplicationQuery) XXX_Marshal

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

func (*ApplicationQuery) XXX_Merge

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

func (*ApplicationQuery) XXX_Size

func (m *ApplicationQuery) XXX_Size() int

func (*ApplicationQuery) XXX_Unmarshal

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

type ApplicationResourceDeleteRequest

type ApplicationResourceDeleteRequest struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Namespace            *string  `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"`
	ResourceName         *string  `protobuf:"bytes,3,req,name=resourceName" json:"resourceName,omitempty"`
	Version              *string  `protobuf:"bytes,4,req,name=version" json:"version,omitempty"`
	Group                *string  `protobuf:"bytes,5,opt,name=group" json:"group,omitempty"`
	Kind                 *string  `protobuf:"bytes,6,req,name=kind" json:"kind,omitempty"`
	Force                *bool    `protobuf:"varint,7,opt,name=force" json:"force,omitempty"`
	Orphan               *bool    `protobuf:"varint,8,opt,name=orphan" json:"orphan,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,9,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,10,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationResourceDeleteRequest) Descriptor

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

func (*ApplicationResourceDeleteRequest) GetAppNamespace

func (m *ApplicationResourceDeleteRequest) GetAppNamespace() string

func (*ApplicationResourceDeleteRequest) GetForce

func (m *ApplicationResourceDeleteRequest) GetForce() bool

func (*ApplicationResourceDeleteRequest) GetGroup

func (*ApplicationResourceDeleteRequest) GetKind

func (*ApplicationResourceDeleteRequest) GetName

func (*ApplicationResourceDeleteRequest) GetNamespace

func (m *ApplicationResourceDeleteRequest) GetNamespace() string

func (*ApplicationResourceDeleteRequest) GetOrphan

func (m *ApplicationResourceDeleteRequest) GetOrphan() bool

func (*ApplicationResourceDeleteRequest) GetProject

func (m *ApplicationResourceDeleteRequest) GetProject() string

func (*ApplicationResourceDeleteRequest) GetResourceName

func (m *ApplicationResourceDeleteRequest) GetResourceName() string

func (*ApplicationResourceDeleteRequest) GetVersion

func (m *ApplicationResourceDeleteRequest) GetVersion() string

func (*ApplicationResourceDeleteRequest) Marshal

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

func (*ApplicationResourceDeleteRequest) MarshalTo

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

func (*ApplicationResourceDeleteRequest) MarshalToSizedBuffer

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

func (*ApplicationResourceDeleteRequest) ProtoMessage

func (*ApplicationResourceDeleteRequest) ProtoMessage()

func (*ApplicationResourceDeleteRequest) Reset

func (*ApplicationResourceDeleteRequest) Size

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

func (*ApplicationResourceDeleteRequest) String

func (*ApplicationResourceDeleteRequest) Unmarshal

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

func (*ApplicationResourceDeleteRequest) XXX_DiscardUnknown

func (m *ApplicationResourceDeleteRequest) XXX_DiscardUnknown()

func (*ApplicationResourceDeleteRequest) XXX_Marshal

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

func (*ApplicationResourceDeleteRequest) XXX_Merge

func (*ApplicationResourceDeleteRequest) XXX_Size

func (m *ApplicationResourceDeleteRequest) XXX_Size() int

func (*ApplicationResourceDeleteRequest) XXX_Unmarshal

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

type ApplicationResourceEventsQuery

type ApplicationResourceEventsQuery struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	ResourceNamespace    *string  `protobuf:"bytes,2,opt,name=resourceNamespace" json:"resourceNamespace,omitempty"`
	ResourceName         *string  `protobuf:"bytes,3,opt,name=resourceName" json:"resourceName,omitempty"`
	ResourceUID          *string  `protobuf:"bytes,4,opt,name=resourceUID" json:"resourceUID,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,5,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,6,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ApplicationEventsQuery is a query for application resource events

func (*ApplicationResourceEventsQuery) Descriptor

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

func (*ApplicationResourceEventsQuery) GetAppNamespace

func (m *ApplicationResourceEventsQuery) GetAppNamespace() string

func (*ApplicationResourceEventsQuery) GetName

func (*ApplicationResourceEventsQuery) GetProject

func (m *ApplicationResourceEventsQuery) GetProject() string

func (*ApplicationResourceEventsQuery) GetResourceName

func (m *ApplicationResourceEventsQuery) GetResourceName() string

func (*ApplicationResourceEventsQuery) GetResourceNamespace

func (m *ApplicationResourceEventsQuery) GetResourceNamespace() string

func (*ApplicationResourceEventsQuery) GetResourceUID

func (m *ApplicationResourceEventsQuery) GetResourceUID() string

func (*ApplicationResourceEventsQuery) Marshal

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

func (*ApplicationResourceEventsQuery) MarshalTo

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

func (*ApplicationResourceEventsQuery) MarshalToSizedBuffer

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

func (*ApplicationResourceEventsQuery) ProtoMessage

func (*ApplicationResourceEventsQuery) ProtoMessage()

func (*ApplicationResourceEventsQuery) Reset

func (m *ApplicationResourceEventsQuery) Reset()

func (*ApplicationResourceEventsQuery) Size

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

func (*ApplicationResourceEventsQuery) String

func (*ApplicationResourceEventsQuery) Unmarshal

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

func (*ApplicationResourceEventsQuery) XXX_DiscardUnknown

func (m *ApplicationResourceEventsQuery) XXX_DiscardUnknown()

func (*ApplicationResourceEventsQuery) XXX_Marshal

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

func (*ApplicationResourceEventsQuery) XXX_Merge

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

func (*ApplicationResourceEventsQuery) XXX_Size

func (m *ApplicationResourceEventsQuery) XXX_Size() int

func (*ApplicationResourceEventsQuery) XXX_Unmarshal

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

type ApplicationResourcePatchRequest

type ApplicationResourcePatchRequest struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Namespace            *string  `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"`
	ResourceName         *string  `protobuf:"bytes,3,req,name=resourceName" json:"resourceName,omitempty"`
	Version              *string  `protobuf:"bytes,4,req,name=version" json:"version,omitempty"`
	Group                *string  `protobuf:"bytes,5,opt,name=group" json:"group,omitempty"`
	Kind                 *string  `protobuf:"bytes,6,req,name=kind" json:"kind,omitempty"`
	Patch                *string  `protobuf:"bytes,7,req,name=patch" json:"patch,omitempty"`
	PatchType            *string  `protobuf:"bytes,8,req,name=patchType" json:"patchType,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,9,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,10,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationResourcePatchRequest) Descriptor

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

func (*ApplicationResourcePatchRequest) GetAppNamespace

func (m *ApplicationResourcePatchRequest) GetAppNamespace() string

func (*ApplicationResourcePatchRequest) GetGroup

func (*ApplicationResourcePatchRequest) GetKind

func (*ApplicationResourcePatchRequest) GetName

func (*ApplicationResourcePatchRequest) GetNamespace

func (m *ApplicationResourcePatchRequest) GetNamespace() string

func (*ApplicationResourcePatchRequest) GetPatch

func (*ApplicationResourcePatchRequest) GetPatchType

func (m *ApplicationResourcePatchRequest) GetPatchType() string

func (*ApplicationResourcePatchRequest) GetProject

func (m *ApplicationResourcePatchRequest) GetProject() string

func (*ApplicationResourcePatchRequest) GetResourceName

func (m *ApplicationResourcePatchRequest) GetResourceName() string

func (*ApplicationResourcePatchRequest) GetVersion

func (m *ApplicationResourcePatchRequest) GetVersion() string

func (*ApplicationResourcePatchRequest) Marshal

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

func (*ApplicationResourcePatchRequest) MarshalTo

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

func (*ApplicationResourcePatchRequest) MarshalToSizedBuffer

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

func (*ApplicationResourcePatchRequest) ProtoMessage

func (*ApplicationResourcePatchRequest) ProtoMessage()

func (*ApplicationResourcePatchRequest) Reset

func (*ApplicationResourcePatchRequest) Size

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

func (*ApplicationResourcePatchRequest) String

func (*ApplicationResourcePatchRequest) Unmarshal

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

func (*ApplicationResourcePatchRequest) XXX_DiscardUnknown

func (m *ApplicationResourcePatchRequest) XXX_DiscardUnknown()

func (*ApplicationResourcePatchRequest) XXX_Marshal

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

func (*ApplicationResourcePatchRequest) XXX_Merge

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

func (*ApplicationResourcePatchRequest) XXX_Size

func (m *ApplicationResourcePatchRequest) XXX_Size() int

func (*ApplicationResourcePatchRequest) XXX_Unmarshal

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

type ApplicationResourceRequest

type ApplicationResourceRequest struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Namespace            *string  `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"`
	ResourceName         *string  `protobuf:"bytes,3,req,name=resourceName" json:"resourceName,omitempty"`
	Version              *string  `protobuf:"bytes,4,req,name=version" json:"version,omitempty"`
	Group                *string  `protobuf:"bytes,5,opt,name=group" json:"group,omitempty"`
	Kind                 *string  `protobuf:"bytes,6,req,name=kind" json:"kind,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,7,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,8,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationResourceRequest) Descriptor

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

func (*ApplicationResourceRequest) GetAppNamespace

func (m *ApplicationResourceRequest) GetAppNamespace() string

func (*ApplicationResourceRequest) GetGroup

func (m *ApplicationResourceRequest) GetGroup() string

func (*ApplicationResourceRequest) GetKind

func (m *ApplicationResourceRequest) GetKind() string

func (*ApplicationResourceRequest) GetName

func (m *ApplicationResourceRequest) GetName() string

func (*ApplicationResourceRequest) GetNamespace

func (m *ApplicationResourceRequest) GetNamespace() string

func (*ApplicationResourceRequest) GetProject

func (m *ApplicationResourceRequest) GetProject() string

func (*ApplicationResourceRequest) GetResourceName

func (m *ApplicationResourceRequest) GetResourceName() string

func (*ApplicationResourceRequest) GetVersion

func (m *ApplicationResourceRequest) GetVersion() string

func (*ApplicationResourceRequest) Marshal

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

func (*ApplicationResourceRequest) MarshalTo

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

func (*ApplicationResourceRequest) MarshalToSizedBuffer

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

func (*ApplicationResourceRequest) ProtoMessage

func (*ApplicationResourceRequest) ProtoMessage()

func (*ApplicationResourceRequest) Reset

func (m *ApplicationResourceRequest) Reset()

func (*ApplicationResourceRequest) Size

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

func (*ApplicationResourceRequest) String

func (m *ApplicationResourceRequest) String() string

func (*ApplicationResourceRequest) Unmarshal

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

func (*ApplicationResourceRequest) XXX_DiscardUnknown

func (m *ApplicationResourceRequest) XXX_DiscardUnknown()

func (*ApplicationResourceRequest) XXX_Marshal

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

func (*ApplicationResourceRequest) XXX_Merge

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

func (*ApplicationResourceRequest) XXX_Size

func (m *ApplicationResourceRequest) XXX_Size() int

func (*ApplicationResourceRequest) XXX_Unmarshal

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

type ApplicationResourceResponse

type ApplicationResourceResponse struct {
	Manifest             *string  `protobuf:"bytes,1,req,name=manifest" json:"manifest,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationResourceResponse) Descriptor

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

func (*ApplicationResourceResponse) GetManifest

func (m *ApplicationResourceResponse) GetManifest() string

func (*ApplicationResourceResponse) Marshal

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

func (*ApplicationResourceResponse) MarshalTo

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

func (*ApplicationResourceResponse) MarshalToSizedBuffer

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

func (*ApplicationResourceResponse) ProtoMessage

func (*ApplicationResourceResponse) ProtoMessage()

func (*ApplicationResourceResponse) Reset

func (m *ApplicationResourceResponse) Reset()

func (*ApplicationResourceResponse) Size

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

func (*ApplicationResourceResponse) String

func (m *ApplicationResourceResponse) String() string

func (*ApplicationResourceResponse) Unmarshal

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

func (*ApplicationResourceResponse) XXX_DiscardUnknown

func (m *ApplicationResourceResponse) XXX_DiscardUnknown()

func (*ApplicationResourceResponse) XXX_Marshal

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

func (*ApplicationResourceResponse) XXX_Merge

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

func (*ApplicationResourceResponse) XXX_Size

func (m *ApplicationResourceResponse) XXX_Size() int

func (*ApplicationResourceResponse) XXX_Unmarshal

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

type ApplicationResponse

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

func (*ApplicationResponse) Descriptor

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

func (*ApplicationResponse) Marshal

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

func (*ApplicationResponse) MarshalTo

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

func (*ApplicationResponse) MarshalToSizedBuffer

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

func (*ApplicationResponse) ProtoMessage

func (*ApplicationResponse) ProtoMessage()

func (*ApplicationResponse) Reset

func (m *ApplicationResponse) Reset()

func (*ApplicationResponse) Size

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

func (*ApplicationResponse) String

func (m *ApplicationResponse) String() string

func (*ApplicationResponse) Unmarshal

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

func (*ApplicationResponse) XXX_DiscardUnknown

func (m *ApplicationResponse) XXX_DiscardUnknown()

func (*ApplicationResponse) XXX_Marshal

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

func (*ApplicationResponse) XXX_Merge

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

func (*ApplicationResponse) XXX_Size

func (m *ApplicationResponse) XXX_Size() int

func (*ApplicationResponse) XXX_Unmarshal

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

type ApplicationRollbackRequest

type ApplicationRollbackRequest struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Id                   *int64   `protobuf:"varint,2,req,name=id" json:"id,omitempty"`
	DryRun               *bool    `protobuf:"varint,3,opt,name=dryRun" json:"dryRun,omitempty"`
	Prune                *bool    `protobuf:"varint,4,opt,name=prune" json:"prune,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,6,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,7,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationRollbackRequest) Descriptor

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

func (*ApplicationRollbackRequest) GetAppNamespace

func (m *ApplicationRollbackRequest) GetAppNamespace() string

func (*ApplicationRollbackRequest) GetDryRun

func (m *ApplicationRollbackRequest) GetDryRun() bool

func (*ApplicationRollbackRequest) GetId

func (m *ApplicationRollbackRequest) GetId() int64

func (*ApplicationRollbackRequest) GetName

func (m *ApplicationRollbackRequest) GetName() string

func (*ApplicationRollbackRequest) GetProject

func (m *ApplicationRollbackRequest) GetProject() string

func (*ApplicationRollbackRequest) GetPrune

func (m *ApplicationRollbackRequest) GetPrune() bool

func (*ApplicationRollbackRequest) Marshal

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

func (*ApplicationRollbackRequest) MarshalTo

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

func (*ApplicationRollbackRequest) MarshalToSizedBuffer

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

func (*ApplicationRollbackRequest) ProtoMessage

func (*ApplicationRollbackRequest) ProtoMessage()

func (*ApplicationRollbackRequest) Reset

func (m *ApplicationRollbackRequest) Reset()

func (*ApplicationRollbackRequest) Size

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

func (*ApplicationRollbackRequest) String

func (m *ApplicationRollbackRequest) String() string

func (*ApplicationRollbackRequest) Unmarshal

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

func (*ApplicationRollbackRequest) XXX_DiscardUnknown

func (m *ApplicationRollbackRequest) XXX_DiscardUnknown()

func (*ApplicationRollbackRequest) XXX_Marshal

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

func (*ApplicationRollbackRequest) XXX_Merge

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

func (*ApplicationRollbackRequest) XXX_Size

func (m *ApplicationRollbackRequest) XXX_Size() int

func (*ApplicationRollbackRequest) XXX_Unmarshal

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

type ApplicationServiceClient

type ApplicationServiceClient interface {
	// List returns list of applications
	List(ctx context.Context, in *ApplicationQuery, opts ...grpc.CallOption) (*v1alpha1.ApplicationList, error)
	// ListResourceEvents returns a list of event resources
	ListResourceEvents(ctx context.Context, in *ApplicationResourceEventsQuery, opts ...grpc.CallOption) (*v11.EventList, error)
	// Watch returns stream of application change events
	Watch(ctx context.Context, in *ApplicationQuery, opts ...grpc.CallOption) (ApplicationService_WatchClient, error)
	// Create creates an application
	Create(ctx context.Context, in *ApplicationCreateRequest, opts ...grpc.CallOption) (*v1alpha1.Application, error)
	// Get returns an application by name
	Get(ctx context.Context, in *ApplicationQuery, opts ...grpc.CallOption) (*v1alpha1.Application, error)
	// Get returns sync windows of the application
	GetApplicationSyncWindows(ctx context.Context, in *ApplicationSyncWindowsQuery, opts ...grpc.CallOption) (*ApplicationSyncWindowsResponse, error)
	// Get the meta-data (author, date, tags, message) for a specific revision of the application
	RevisionMetadata(ctx context.Context, in *RevisionMetadataQuery, opts ...grpc.CallOption) (*v1alpha1.RevisionMetadata, error)
	// Get the chart metadata (description, maintainers, home) for a specific revision of the application
	RevisionChartDetails(ctx context.Context, in *RevisionMetadataQuery, opts ...grpc.CallOption) (*v1alpha1.ChartDetails, error)
	// GetManifests returns application manifests
	GetManifests(ctx context.Context, in *ApplicationManifestQuery, opts ...grpc.CallOption) (*apiclient.ManifestResponse, error)
	// GetManifestsWithFiles returns application manifests using provided files to generate them
	GetManifestsWithFiles(ctx context.Context, opts ...grpc.CallOption) (ApplicationService_GetManifestsWithFilesClient, error)
	// Update updates an application
	Update(ctx context.Context, in *ApplicationUpdateRequest, opts ...grpc.CallOption) (*v1alpha1.Application, error)
	// UpdateSpec updates an application spec
	UpdateSpec(ctx context.Context, in *ApplicationUpdateSpecRequest, opts ...grpc.CallOption) (*v1alpha1.ApplicationSpec, error)
	// Patch patch an application
	Patch(ctx context.Context, in *ApplicationPatchRequest, opts ...grpc.CallOption) (*v1alpha1.Application, error)
	// Delete deletes an application
	Delete(ctx context.Context, in *ApplicationDeleteRequest, opts ...grpc.CallOption) (*ApplicationResponse, error)
	// Sync syncs an application to its target state
	Sync(ctx context.Context, in *ApplicationSyncRequest, opts ...grpc.CallOption) (*v1alpha1.Application, error)
	// ManagedResources returns list of managed resources
	ManagedResources(ctx context.Context, in *ResourcesQuery, opts ...grpc.CallOption) (*ManagedResourcesResponse, error)
	// ResourceTree returns resource tree
	ResourceTree(ctx context.Context, in *ResourcesQuery, opts ...grpc.CallOption) (*v1alpha1.ApplicationTree, error)
	// Watch returns stream of application resource tree
	WatchResourceTree(ctx context.Context, in *ResourcesQuery, opts ...grpc.CallOption) (ApplicationService_WatchResourceTreeClient, error)
	// Rollback syncs an application to its target state
	Rollback(ctx context.Context, in *ApplicationRollbackRequest, opts ...grpc.CallOption) (*v1alpha1.Application, error)
	// TerminateOperation terminates the currently running operation
	TerminateOperation(ctx context.Context, in *OperationTerminateRequest, opts ...grpc.CallOption) (*OperationTerminateResponse, error)
	// GetResource returns single application resource
	GetResource(ctx context.Context, in *ApplicationResourceRequest, opts ...grpc.CallOption) (*ApplicationResourceResponse, error)
	// PatchResource patch single application resource
	PatchResource(ctx context.Context, in *ApplicationResourcePatchRequest, opts ...grpc.CallOption) (*ApplicationResourceResponse, error)
	// ListResourceActions returns list of resource actions
	ListResourceActions(ctx context.Context, in *ApplicationResourceRequest, opts ...grpc.CallOption) (*ResourceActionsListResponse, error)
	// RunResourceAction run resource action
	RunResourceAction(ctx context.Context, in *ResourceActionRunRequest, opts ...grpc.CallOption) (*ApplicationResponse, error)
	// DeleteResource deletes a single application resource
	DeleteResource(ctx context.Context, in *ApplicationResourceDeleteRequest, opts ...grpc.CallOption) (*ApplicationResponse, error)
	// PodLogs returns stream of log entries for the specified pod. Pod
	PodLogs(ctx context.Context, in *ApplicationPodLogsQuery, opts ...grpc.CallOption) (ApplicationService_PodLogsClient, error)
	// ListLinks returns the list of all application deep links
	ListLinks(ctx context.Context, in *ListAppLinksRequest, opts ...grpc.CallOption) (*LinksResponse, error)
	// ListResourceLinks returns the list of all resource deep links
	ListResourceLinks(ctx context.Context, in *ApplicationResourceRequest, opts ...grpc.CallOption) (*LinksResponse, error)
}

ApplicationServiceClient is the client API for ApplicationService service.

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

func NewApplicationServiceClient

func NewApplicationServiceClient(cc *grpc.ClientConn) ApplicationServiceClient

type ApplicationServiceServer

type ApplicationServiceServer interface {
	// List returns list of applications
	List(context.Context, *ApplicationQuery) (*v1alpha1.ApplicationList, error)
	// ListResourceEvents returns a list of event resources
	ListResourceEvents(context.Context, *ApplicationResourceEventsQuery) (*v11.EventList, error)
	// Watch returns stream of application change events
	Watch(*ApplicationQuery, ApplicationService_WatchServer) error
	// Create creates an application
	Create(context.Context, *ApplicationCreateRequest) (*v1alpha1.Application, error)
	// Get returns an application by name
	Get(context.Context, *ApplicationQuery) (*v1alpha1.Application, error)
	// Get returns sync windows of the application
	GetApplicationSyncWindows(context.Context, *ApplicationSyncWindowsQuery) (*ApplicationSyncWindowsResponse, error)
	// Get the meta-data (author, date, tags, message) for a specific revision of the application
	RevisionMetadata(context.Context, *RevisionMetadataQuery) (*v1alpha1.RevisionMetadata, error)
	// Get the chart metadata (description, maintainers, home) for a specific revision of the application
	RevisionChartDetails(context.Context, *RevisionMetadataQuery) (*v1alpha1.ChartDetails, error)
	// GetManifests returns application manifests
	GetManifests(context.Context, *ApplicationManifestQuery) (*apiclient.ManifestResponse, error)
	// GetManifestsWithFiles returns application manifests using provided files to generate them
	GetManifestsWithFiles(ApplicationService_GetManifestsWithFilesServer) error
	// Update updates an application
	Update(context.Context, *ApplicationUpdateRequest) (*v1alpha1.Application, error)
	// UpdateSpec updates an application spec
	UpdateSpec(context.Context, *ApplicationUpdateSpecRequest) (*v1alpha1.ApplicationSpec, error)
	// Patch patch an application
	Patch(context.Context, *ApplicationPatchRequest) (*v1alpha1.Application, error)
	// Delete deletes an application
	Delete(context.Context, *ApplicationDeleteRequest) (*ApplicationResponse, error)
	// Sync syncs an application to its target state
	Sync(context.Context, *ApplicationSyncRequest) (*v1alpha1.Application, error)
	// ManagedResources returns list of managed resources
	ManagedResources(context.Context, *ResourcesQuery) (*ManagedResourcesResponse, error)
	// ResourceTree returns resource tree
	ResourceTree(context.Context, *ResourcesQuery) (*v1alpha1.ApplicationTree, error)
	// Watch returns stream of application resource tree
	WatchResourceTree(*ResourcesQuery, ApplicationService_WatchResourceTreeServer) error
	// Rollback syncs an application to its target state
	Rollback(context.Context, *ApplicationRollbackRequest) (*v1alpha1.Application, error)
	// TerminateOperation terminates the currently running operation
	TerminateOperation(context.Context, *OperationTerminateRequest) (*OperationTerminateResponse, error)
	// GetResource returns single application resource
	GetResource(context.Context, *ApplicationResourceRequest) (*ApplicationResourceResponse, error)
	// PatchResource patch single application resource
	PatchResource(context.Context, *ApplicationResourcePatchRequest) (*ApplicationResourceResponse, error)
	// ListResourceActions returns list of resource actions
	ListResourceActions(context.Context, *ApplicationResourceRequest) (*ResourceActionsListResponse, error)
	// RunResourceAction run resource action
	RunResourceAction(context.Context, *ResourceActionRunRequest) (*ApplicationResponse, error)
	// DeleteResource deletes a single application resource
	DeleteResource(context.Context, *ApplicationResourceDeleteRequest) (*ApplicationResponse, error)
	// PodLogs returns stream of log entries for the specified pod. Pod
	PodLogs(*ApplicationPodLogsQuery, ApplicationService_PodLogsServer) error
	// ListLinks returns the list of all application deep links
	ListLinks(context.Context, *ListAppLinksRequest) (*LinksResponse, error)
	// ListResourceLinks returns the list of all resource deep links
	ListResourceLinks(context.Context, *ApplicationResourceRequest) (*LinksResponse, error)
}

ApplicationServiceServer is the server API for ApplicationService service.

type ApplicationService_GetManifestsWithFilesClient

type ApplicationService_GetManifestsWithFilesClient interface {
	Send(*ApplicationManifestQueryWithFilesWrapper) error
	CloseAndRecv() (*apiclient.ManifestResponse, error)
	grpc.ClientStream
}

type ApplicationService_GetManifestsWithFilesServer

type ApplicationService_GetManifestsWithFilesServer interface {
	SendAndClose(*apiclient.ManifestResponse) error
	Recv() (*ApplicationManifestQueryWithFilesWrapper, error)
	grpc.ServerStream
}

type ApplicationService_PodLogsClient

type ApplicationService_PodLogsClient interface {
	Recv() (*LogEntry, error)
	grpc.ClientStream
}

type ApplicationService_PodLogsServer

type ApplicationService_PodLogsServer interface {
	Send(*LogEntry) error
	grpc.ServerStream
}

type ApplicationService_WatchClient

type ApplicationService_WatchClient interface {
	Recv() (*v1alpha1.ApplicationWatchEvent, error)
	grpc.ClientStream
}

type ApplicationService_WatchResourceTreeClient

type ApplicationService_WatchResourceTreeClient interface {
	Recv() (*v1alpha1.ApplicationTree, error)
	grpc.ClientStream
}

type ApplicationService_WatchResourceTreeServer

type ApplicationService_WatchResourceTreeServer interface {
	Send(*v1alpha1.ApplicationTree) error
	grpc.ServerStream
}

type ApplicationService_WatchServer

type ApplicationService_WatchServer interface {
	Send(*v1alpha1.ApplicationWatchEvent) error
	grpc.ServerStream
}

type ApplicationSyncRequest

type ApplicationSyncRequest struct {
	Name                 *string                           `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Revision             *string                           `protobuf:"bytes,2,opt,name=revision" json:"revision,omitempty"`
	DryRun               *bool                             `protobuf:"varint,3,opt,name=dryRun" json:"dryRun,omitempty"`
	Prune                *bool                             `protobuf:"varint,4,opt,name=prune" json:"prune,omitempty"`
	Strategy             *v1alpha1.SyncStrategy            `protobuf:"bytes,5,opt,name=strategy" json:"strategy,omitempty"`
	Resources            []*v1alpha1.SyncOperationResource `protobuf:"bytes,7,rep,name=resources" json:"resources,omitempty"`
	Manifests            []string                          `protobuf:"bytes,8,rep,name=manifests" json:"manifests,omitempty"`
	Infos                []*v1alpha1.Info                  `protobuf:"bytes,9,rep,name=infos" json:"infos,omitempty"`
	RetryStrategy        *v1alpha1.RetryStrategy           `protobuf:"bytes,10,opt,name=retryStrategy" json:"retryStrategy,omitempty"`
	SyncOptions          *SyncOptions                      `protobuf:"bytes,11,opt,name=syncOptions" json:"syncOptions,omitempty"`
	AppNamespace         *string                           `protobuf:"bytes,12,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string                           `protobuf:"bytes,13,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

ApplicationSyncRequest is a request to apply the config state to live state

func (*ApplicationSyncRequest) Descriptor

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

func (*ApplicationSyncRequest) GetAppNamespace

func (m *ApplicationSyncRequest) GetAppNamespace() string

func (*ApplicationSyncRequest) GetDryRun

func (m *ApplicationSyncRequest) GetDryRun() bool

func (*ApplicationSyncRequest) GetInfos

func (m *ApplicationSyncRequest) GetInfos() []*v1alpha1.Info

func (*ApplicationSyncRequest) GetManifests

func (m *ApplicationSyncRequest) GetManifests() []string

func (*ApplicationSyncRequest) GetName

func (m *ApplicationSyncRequest) GetName() string

func (*ApplicationSyncRequest) GetProject

func (m *ApplicationSyncRequest) GetProject() string

func (*ApplicationSyncRequest) GetPrune

func (m *ApplicationSyncRequest) GetPrune() bool

func (*ApplicationSyncRequest) GetResources

func (*ApplicationSyncRequest) GetRetryStrategy

func (m *ApplicationSyncRequest) GetRetryStrategy() *v1alpha1.RetryStrategy

func (*ApplicationSyncRequest) GetRevision

func (m *ApplicationSyncRequest) GetRevision() string

func (*ApplicationSyncRequest) GetStrategy

func (m *ApplicationSyncRequest) GetStrategy() *v1alpha1.SyncStrategy

func (*ApplicationSyncRequest) GetSyncOptions

func (m *ApplicationSyncRequest) GetSyncOptions() *SyncOptions

func (*ApplicationSyncRequest) Marshal

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

func (*ApplicationSyncRequest) MarshalTo

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

func (*ApplicationSyncRequest) MarshalToSizedBuffer

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

func (*ApplicationSyncRequest) ProtoMessage

func (*ApplicationSyncRequest) ProtoMessage()

func (*ApplicationSyncRequest) Reset

func (m *ApplicationSyncRequest) Reset()

func (*ApplicationSyncRequest) Size

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

func (*ApplicationSyncRequest) String

func (m *ApplicationSyncRequest) String() string

func (*ApplicationSyncRequest) Unmarshal

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

func (*ApplicationSyncRequest) XXX_DiscardUnknown

func (m *ApplicationSyncRequest) XXX_DiscardUnknown()

func (*ApplicationSyncRequest) XXX_Marshal

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

func (*ApplicationSyncRequest) XXX_Merge

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

func (*ApplicationSyncRequest) XXX_Size

func (m *ApplicationSyncRequest) XXX_Size() int

func (*ApplicationSyncRequest) XXX_Unmarshal

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

type ApplicationSyncWindow

type ApplicationSyncWindow struct {
	Kind                 *string  `protobuf:"bytes,1,req,name=kind" json:"kind,omitempty"`
	Schedule             *string  `protobuf:"bytes,2,req,name=schedule" json:"schedule,omitempty"`
	Duration             *string  `protobuf:"bytes,3,req,name=duration" json:"duration,omitempty"`
	ManualSync           *bool    `protobuf:"varint,4,req,name=manualSync" json:"manualSync,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationSyncWindow) Descriptor

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

func (*ApplicationSyncWindow) GetDuration

func (m *ApplicationSyncWindow) GetDuration() string

func (*ApplicationSyncWindow) GetKind

func (m *ApplicationSyncWindow) GetKind() string

func (*ApplicationSyncWindow) GetManualSync

func (m *ApplicationSyncWindow) GetManualSync() bool

func (*ApplicationSyncWindow) GetSchedule

func (m *ApplicationSyncWindow) GetSchedule() string

func (*ApplicationSyncWindow) Marshal

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

func (*ApplicationSyncWindow) MarshalTo

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

func (*ApplicationSyncWindow) MarshalToSizedBuffer

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

func (*ApplicationSyncWindow) ProtoMessage

func (*ApplicationSyncWindow) ProtoMessage()

func (*ApplicationSyncWindow) Reset

func (m *ApplicationSyncWindow) Reset()

func (*ApplicationSyncWindow) Size

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

func (*ApplicationSyncWindow) String

func (m *ApplicationSyncWindow) String() string

func (*ApplicationSyncWindow) Unmarshal

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

func (*ApplicationSyncWindow) XXX_DiscardUnknown

func (m *ApplicationSyncWindow) XXX_DiscardUnknown()

func (*ApplicationSyncWindow) XXX_Marshal

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

func (*ApplicationSyncWindow) XXX_Merge

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

func (*ApplicationSyncWindow) XXX_Size

func (m *ApplicationSyncWindow) XXX_Size() int

func (*ApplicationSyncWindow) XXX_Unmarshal

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

type ApplicationSyncWindowsQuery

type ApplicationSyncWindowsQuery struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,2,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,3,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationSyncWindowsQuery) Descriptor

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

func (*ApplicationSyncWindowsQuery) GetAppNamespace

func (m *ApplicationSyncWindowsQuery) GetAppNamespace() string

func (*ApplicationSyncWindowsQuery) GetName

func (m *ApplicationSyncWindowsQuery) GetName() string

func (*ApplicationSyncWindowsQuery) GetProject

func (m *ApplicationSyncWindowsQuery) GetProject() string

func (*ApplicationSyncWindowsQuery) Marshal

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

func (*ApplicationSyncWindowsQuery) MarshalTo

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

func (*ApplicationSyncWindowsQuery) MarshalToSizedBuffer

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

func (*ApplicationSyncWindowsQuery) ProtoMessage

func (*ApplicationSyncWindowsQuery) ProtoMessage()

func (*ApplicationSyncWindowsQuery) Reset

func (m *ApplicationSyncWindowsQuery) Reset()

func (*ApplicationSyncWindowsQuery) Size

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

func (*ApplicationSyncWindowsQuery) String

func (m *ApplicationSyncWindowsQuery) String() string

func (*ApplicationSyncWindowsQuery) Unmarshal

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

func (*ApplicationSyncWindowsQuery) XXX_DiscardUnknown

func (m *ApplicationSyncWindowsQuery) XXX_DiscardUnknown()

func (*ApplicationSyncWindowsQuery) XXX_Marshal

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

func (*ApplicationSyncWindowsQuery) XXX_Merge

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

func (*ApplicationSyncWindowsQuery) XXX_Size

func (m *ApplicationSyncWindowsQuery) XXX_Size() int

func (*ApplicationSyncWindowsQuery) XXX_Unmarshal

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

type ApplicationSyncWindowsResponse

type ApplicationSyncWindowsResponse struct {
	ActiveWindows        []*ApplicationSyncWindow `protobuf:"bytes,1,rep,name=activeWindows" json:"activeWindows,omitempty"`
	AssignedWindows      []*ApplicationSyncWindow `protobuf:"bytes,2,rep,name=assignedWindows" json:"assignedWindows,omitempty"`
	CanSync              *bool                    `protobuf:"varint,3,req,name=canSync" json:"canSync,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ApplicationSyncWindowsResponse) Descriptor

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

func (*ApplicationSyncWindowsResponse) GetActiveWindows

func (m *ApplicationSyncWindowsResponse) GetActiveWindows() []*ApplicationSyncWindow

func (*ApplicationSyncWindowsResponse) GetAssignedWindows

func (m *ApplicationSyncWindowsResponse) GetAssignedWindows() []*ApplicationSyncWindow

func (*ApplicationSyncWindowsResponse) GetCanSync

func (m *ApplicationSyncWindowsResponse) GetCanSync() bool

func (*ApplicationSyncWindowsResponse) Marshal

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

func (*ApplicationSyncWindowsResponse) MarshalTo

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

func (*ApplicationSyncWindowsResponse) MarshalToSizedBuffer

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

func (*ApplicationSyncWindowsResponse) ProtoMessage

func (*ApplicationSyncWindowsResponse) ProtoMessage()

func (*ApplicationSyncWindowsResponse) Reset

func (m *ApplicationSyncWindowsResponse) Reset()

func (*ApplicationSyncWindowsResponse) Size

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

func (*ApplicationSyncWindowsResponse) String

func (*ApplicationSyncWindowsResponse) Unmarshal

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

func (*ApplicationSyncWindowsResponse) XXX_DiscardUnknown

func (m *ApplicationSyncWindowsResponse) XXX_DiscardUnknown()

func (*ApplicationSyncWindowsResponse) XXX_Marshal

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

func (*ApplicationSyncWindowsResponse) XXX_Merge

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

func (*ApplicationSyncWindowsResponse) XXX_Size

func (m *ApplicationSyncWindowsResponse) XXX_Size() int

func (*ApplicationSyncWindowsResponse) XXX_Unmarshal

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

type ApplicationUpdateRequest

type ApplicationUpdateRequest struct {
	Application          *v1alpha1.Application `protobuf:"bytes,1,req,name=application" json:"application,omitempty"`
	Validate             *bool                 `protobuf:"varint,2,opt,name=validate" json:"validate,omitempty"`
	Project              *string               `protobuf:"bytes,3,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ApplicationUpdateRequest) Descriptor

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

func (*ApplicationUpdateRequest) GetApplication

func (m *ApplicationUpdateRequest) GetApplication() *v1alpha1.Application

func (*ApplicationUpdateRequest) GetProject

func (m *ApplicationUpdateRequest) GetProject() string

func (*ApplicationUpdateRequest) GetValidate

func (m *ApplicationUpdateRequest) GetValidate() bool

func (*ApplicationUpdateRequest) Marshal

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

func (*ApplicationUpdateRequest) MarshalTo

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

func (*ApplicationUpdateRequest) MarshalToSizedBuffer

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

func (*ApplicationUpdateRequest) ProtoMessage

func (*ApplicationUpdateRequest) ProtoMessage()

func (*ApplicationUpdateRequest) Reset

func (m *ApplicationUpdateRequest) Reset()

func (*ApplicationUpdateRequest) Size

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

func (*ApplicationUpdateRequest) String

func (m *ApplicationUpdateRequest) String() string

func (*ApplicationUpdateRequest) Unmarshal

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

func (*ApplicationUpdateRequest) XXX_DiscardUnknown

func (m *ApplicationUpdateRequest) XXX_DiscardUnknown()

func (*ApplicationUpdateRequest) XXX_Marshal

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

func (*ApplicationUpdateRequest) XXX_Merge

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

func (*ApplicationUpdateRequest) XXX_Size

func (m *ApplicationUpdateRequest) XXX_Size() int

func (*ApplicationUpdateRequest) XXX_Unmarshal

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

type ApplicationUpdateSpecRequest

type ApplicationUpdateSpecRequest struct {
	Name                 *string                   `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Spec                 *v1alpha1.ApplicationSpec `protobuf:"bytes,2,req,name=spec" json:"spec,omitempty"`
	Validate             *bool                     `protobuf:"varint,3,opt,name=validate" json:"validate,omitempty"`
	AppNamespace         *string                   `protobuf:"bytes,4,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string                   `protobuf:"bytes,5,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

ApplicationUpdateSpecRequest is a request to update application spec

func (*ApplicationUpdateSpecRequest) Descriptor

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

func (*ApplicationUpdateSpecRequest) GetAppNamespace

func (m *ApplicationUpdateSpecRequest) GetAppNamespace() string

func (*ApplicationUpdateSpecRequest) GetName

func (m *ApplicationUpdateSpecRequest) GetName() string

func (*ApplicationUpdateSpecRequest) GetProject

func (m *ApplicationUpdateSpecRequest) GetProject() string

func (*ApplicationUpdateSpecRequest) GetSpec

func (*ApplicationUpdateSpecRequest) GetValidate

func (m *ApplicationUpdateSpecRequest) GetValidate() bool

func (*ApplicationUpdateSpecRequest) Marshal

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

func (*ApplicationUpdateSpecRequest) MarshalTo

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

func (*ApplicationUpdateSpecRequest) MarshalToSizedBuffer

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

func (*ApplicationUpdateSpecRequest) ProtoMessage

func (*ApplicationUpdateSpecRequest) ProtoMessage()

func (*ApplicationUpdateSpecRequest) Reset

func (m *ApplicationUpdateSpecRequest) Reset()

func (*ApplicationUpdateSpecRequest) Size

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

func (*ApplicationUpdateSpecRequest) String

func (*ApplicationUpdateSpecRequest) Unmarshal

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

func (*ApplicationUpdateSpecRequest) XXX_DiscardUnknown

func (m *ApplicationUpdateSpecRequest) XXX_DiscardUnknown()

func (*ApplicationUpdateSpecRequest) XXX_Marshal

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

func (*ApplicationUpdateSpecRequest) XXX_Merge

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

func (*ApplicationUpdateSpecRequest) XXX_Size

func (m *ApplicationUpdateSpecRequest) XXX_Size() int

func (*ApplicationUpdateSpecRequest) XXX_Unmarshal

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

type FileChunk

type FileChunk struct {
	Chunk                []byte   `protobuf:"bytes,1,req,name=chunk" json:"chunk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FileChunk) Descriptor

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

func (*FileChunk) GetChunk

func (m *FileChunk) GetChunk() []byte

func (*FileChunk) Marshal

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

func (*FileChunk) MarshalTo

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

func (*FileChunk) MarshalToSizedBuffer

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

func (*FileChunk) ProtoMessage

func (*FileChunk) ProtoMessage()

func (*FileChunk) Reset

func (m *FileChunk) Reset()

func (*FileChunk) Size

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

func (*FileChunk) String

func (m *FileChunk) String() string

func (*FileChunk) Unmarshal

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

func (*FileChunk) XXX_DiscardUnknown

func (m *FileChunk) XXX_DiscardUnknown()

func (*FileChunk) XXX_Marshal

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

func (*FileChunk) XXX_Merge

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

func (*FileChunk) XXX_Size

func (m *FileChunk) XXX_Size() int

func (*FileChunk) XXX_Unmarshal

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

type LinkInfo

type LinkInfo struct {
	Title                *string  `protobuf:"bytes,1,req,name=title" json:"title,omitempty"`
	Url                  *string  `protobuf:"bytes,2,req,name=url" json:"url,omitempty"`
	Description          *string  `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	IconClass            *string  `protobuf:"bytes,4,opt,name=iconClass" json:"iconClass,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LinkInfo) Descriptor

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

func (*LinkInfo) GetDescription

func (m *LinkInfo) GetDescription() string

func (*LinkInfo) GetIconClass

func (m *LinkInfo) GetIconClass() string

func (*LinkInfo) GetTitle

func (m *LinkInfo) GetTitle() string

func (*LinkInfo) GetUrl

func (m *LinkInfo) GetUrl() string

func (*LinkInfo) Marshal

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

func (*LinkInfo) MarshalTo

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

func (*LinkInfo) MarshalToSizedBuffer

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

func (*LinkInfo) ProtoMessage

func (*LinkInfo) ProtoMessage()

func (*LinkInfo) Reset

func (m *LinkInfo) Reset()

func (*LinkInfo) Size

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

func (*LinkInfo) String

func (m *LinkInfo) String() string

func (*LinkInfo) Unmarshal

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

func (*LinkInfo) XXX_DiscardUnknown

func (m *LinkInfo) XXX_DiscardUnknown()

func (*LinkInfo) XXX_Marshal

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

func (*LinkInfo) XXX_Merge

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

func (*LinkInfo) XXX_Size

func (m *LinkInfo) XXX_Size() int

func (*LinkInfo) XXX_Unmarshal

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

type LinksResponse

type LinksResponse struct {
	Items                []*LinkInfo `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*LinksResponse) Descriptor

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

func (*LinksResponse) GetItems

func (m *LinksResponse) GetItems() []*LinkInfo

func (*LinksResponse) Marshal

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

func (*LinksResponse) MarshalTo

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

func (*LinksResponse) MarshalToSizedBuffer

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

func (*LinksResponse) ProtoMessage

func (*LinksResponse) ProtoMessage()

func (*LinksResponse) Reset

func (m *LinksResponse) Reset()

func (*LinksResponse) Size

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

func (*LinksResponse) String

func (m *LinksResponse) String() string

func (*LinksResponse) Unmarshal

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

func (*LinksResponse) XXX_DiscardUnknown

func (m *LinksResponse) XXX_DiscardUnknown()

func (*LinksResponse) XXX_Marshal

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

func (*LinksResponse) XXX_Merge

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

func (*LinksResponse) XXX_Size

func (m *LinksResponse) XXX_Size() int

func (*LinksResponse) XXX_Unmarshal

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

type ListAppLinksRequest

type ListAppLinksRequest struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Namespace            *string  `protobuf:"bytes,3,opt,name=namespace" json:"namespace,omitempty"`
	Project              *string  `protobuf:"bytes,4,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListAppLinksRequest) Descriptor

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

func (*ListAppLinksRequest) GetName

func (m *ListAppLinksRequest) GetName() string

func (*ListAppLinksRequest) GetNamespace

func (m *ListAppLinksRequest) GetNamespace() string

func (*ListAppLinksRequest) GetProject

func (m *ListAppLinksRequest) GetProject() string

func (*ListAppLinksRequest) Marshal

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

func (*ListAppLinksRequest) MarshalTo

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

func (*ListAppLinksRequest) MarshalToSizedBuffer

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

func (*ListAppLinksRequest) ProtoMessage

func (*ListAppLinksRequest) ProtoMessage()

func (*ListAppLinksRequest) Reset

func (m *ListAppLinksRequest) Reset()

func (*ListAppLinksRequest) Size

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

func (*ListAppLinksRequest) String

func (m *ListAppLinksRequest) String() string

func (*ListAppLinksRequest) Unmarshal

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

func (*ListAppLinksRequest) XXX_DiscardUnknown

func (m *ListAppLinksRequest) XXX_DiscardUnknown()

func (*ListAppLinksRequest) XXX_Marshal

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

func (*ListAppLinksRequest) XXX_Merge

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

func (*ListAppLinksRequest) XXX_Size

func (m *ListAppLinksRequest) XXX_Size() int

func (*ListAppLinksRequest) XXX_Unmarshal

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

type LogEntry

type LogEntry struct {
	Content *string `protobuf:"bytes,1,req,name=content" json:"content,omitempty"`
	// deprecated in favor of timeStampStr since meta.v1.Time don't support nano time
	TimeStamp            *v1.Time `protobuf:"bytes,2,req,name=timeStamp" json:"timeStamp,omitempty"`
	Last                 *bool    `protobuf:"varint,3,req,name=last" json:"last,omitempty"`
	TimeStampStr         *string  `protobuf:"bytes,4,req,name=timeStampStr" json:"timeStampStr,omitempty"`
	PodName              *string  `protobuf:"bytes,5,req,name=podName" json:"podName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogEntry) Descriptor

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

func (*LogEntry) GetContent

func (m *LogEntry) GetContent() string

func (*LogEntry) GetLast

func (m *LogEntry) GetLast() bool

func (*LogEntry) GetPodName

func (m *LogEntry) GetPodName() string

func (*LogEntry) GetTimeStamp

func (m *LogEntry) GetTimeStamp() *v1.Time

func (*LogEntry) GetTimeStampStr

func (m *LogEntry) GetTimeStampStr() string

func (*LogEntry) Marshal

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

func (*LogEntry) MarshalTo

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

func (*LogEntry) MarshalToSizedBuffer

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

func (*LogEntry) ProtoMessage

func (*LogEntry) ProtoMessage()

func (*LogEntry) Reset

func (m *LogEntry) Reset()

func (*LogEntry) Size

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

func (*LogEntry) String

func (m *LogEntry) String() string

func (*LogEntry) Unmarshal

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

func (*LogEntry) XXX_DiscardUnknown

func (m *LogEntry) XXX_DiscardUnknown()

func (*LogEntry) XXX_Marshal

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

func (*LogEntry) XXX_Merge

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

func (*LogEntry) XXX_Size

func (m *LogEntry) XXX_Size() int

func (*LogEntry) XXX_Unmarshal

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

type ManagedResourcesResponse

type ManagedResourcesResponse struct {
	Items                []*v1alpha1.ResourceDiff `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ManagedResourcesResponse) Descriptor

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

func (*ManagedResourcesResponse) GetItems

func (*ManagedResourcesResponse) Marshal

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

func (*ManagedResourcesResponse) MarshalTo

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

func (*ManagedResourcesResponse) MarshalToSizedBuffer

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

func (*ManagedResourcesResponse) ProtoMessage

func (*ManagedResourcesResponse) ProtoMessage()

func (*ManagedResourcesResponse) Reset

func (m *ManagedResourcesResponse) Reset()

func (*ManagedResourcesResponse) Size

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

func (*ManagedResourcesResponse) String

func (m *ManagedResourcesResponse) String() string

func (*ManagedResourcesResponse) Unmarshal

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

func (*ManagedResourcesResponse) XXX_DiscardUnknown

func (m *ManagedResourcesResponse) XXX_DiscardUnknown()

func (*ManagedResourcesResponse) XXX_Marshal

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

func (*ManagedResourcesResponse) XXX_Merge

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

func (*ManagedResourcesResponse) XXX_Size

func (m *ManagedResourcesResponse) XXX_Size() int

func (*ManagedResourcesResponse) XXX_Unmarshal

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

type NodeQuery

type NodeQuery struct {
	// the application's name
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,2,opt,name=appNamespace" json:"appNamespace,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeQuery) Descriptor

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

func (*NodeQuery) GetAppNamespace

func (m *NodeQuery) GetAppNamespace() string

func (*NodeQuery) GetName

func (m *NodeQuery) GetName() string

func (*NodeQuery) Marshal

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

func (*NodeQuery) MarshalTo

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

func (*NodeQuery) MarshalToSizedBuffer

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

func (*NodeQuery) ProtoMessage

func (*NodeQuery) ProtoMessage()

func (*NodeQuery) Reset

func (m *NodeQuery) Reset()

func (*NodeQuery) Size

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

func (*NodeQuery) String

func (m *NodeQuery) String() string

func (*NodeQuery) Unmarshal

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

func (*NodeQuery) XXX_DiscardUnknown

func (m *NodeQuery) XXX_DiscardUnknown()

func (*NodeQuery) XXX_Marshal

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

func (*NodeQuery) XXX_Merge

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

func (*NodeQuery) XXX_Size

func (m *NodeQuery) XXX_Size() int

func (*NodeQuery) XXX_Unmarshal

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

type OperationTerminateRequest

type OperationTerminateRequest struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,2,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,3,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OperationTerminateRequest) Descriptor

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

func (*OperationTerminateRequest) GetAppNamespace

func (m *OperationTerminateRequest) GetAppNamespace() string

func (*OperationTerminateRequest) GetName

func (m *OperationTerminateRequest) GetName() string

func (*OperationTerminateRequest) GetProject

func (m *OperationTerminateRequest) GetProject() string

func (*OperationTerminateRequest) Marshal

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

func (*OperationTerminateRequest) MarshalTo

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

func (*OperationTerminateRequest) MarshalToSizedBuffer

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

func (*OperationTerminateRequest) ProtoMessage

func (*OperationTerminateRequest) ProtoMessage()

func (*OperationTerminateRequest) Reset

func (m *OperationTerminateRequest) Reset()

func (*OperationTerminateRequest) Size

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

func (*OperationTerminateRequest) String

func (m *OperationTerminateRequest) String() string

func (*OperationTerminateRequest) Unmarshal

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

func (*OperationTerminateRequest) XXX_DiscardUnknown

func (m *OperationTerminateRequest) XXX_DiscardUnknown()

func (*OperationTerminateRequest) XXX_Marshal

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

func (*OperationTerminateRequest) XXX_Merge

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

func (*OperationTerminateRequest) XXX_Size

func (m *OperationTerminateRequest) XXX_Size() int

func (*OperationTerminateRequest) XXX_Unmarshal

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

type OperationTerminateResponse

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

func (*OperationTerminateResponse) Descriptor

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

func (*OperationTerminateResponse) Marshal

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

func (*OperationTerminateResponse) MarshalTo

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

func (*OperationTerminateResponse) MarshalToSizedBuffer

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

func (*OperationTerminateResponse) ProtoMessage

func (*OperationTerminateResponse) ProtoMessage()

func (*OperationTerminateResponse) Reset

func (m *OperationTerminateResponse) Reset()

func (*OperationTerminateResponse) Size

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

func (*OperationTerminateResponse) String

func (m *OperationTerminateResponse) String() string

func (*OperationTerminateResponse) Unmarshal

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

func (*OperationTerminateResponse) XXX_DiscardUnknown

func (m *OperationTerminateResponse) XXX_DiscardUnknown()

func (*OperationTerminateResponse) XXX_Marshal

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

func (*OperationTerminateResponse) XXX_Merge

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

func (*OperationTerminateResponse) XXX_Size

func (m *OperationTerminateResponse) XXX_Size() int

func (*OperationTerminateResponse) XXX_Unmarshal

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

type ResourceActionRunRequest

type ResourceActionRunRequest struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Namespace            *string  `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"`
	ResourceName         *string  `protobuf:"bytes,3,req,name=resourceName" json:"resourceName,omitempty"`
	Version              *string  `protobuf:"bytes,4,req,name=version" json:"version,omitempty"`
	Group                *string  `protobuf:"bytes,5,opt,name=group" json:"group,omitempty"`
	Kind                 *string  `protobuf:"bytes,6,req,name=kind" json:"kind,omitempty"`
	Action               *string  `protobuf:"bytes,7,req,name=action" json:"action,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,8,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,9,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResourceActionRunRequest) Descriptor

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

func (*ResourceActionRunRequest) GetAction

func (m *ResourceActionRunRequest) GetAction() string

func (*ResourceActionRunRequest) GetAppNamespace

func (m *ResourceActionRunRequest) GetAppNamespace() string

func (*ResourceActionRunRequest) GetGroup

func (m *ResourceActionRunRequest) GetGroup() string

func (*ResourceActionRunRequest) GetKind

func (m *ResourceActionRunRequest) GetKind() string

func (*ResourceActionRunRequest) GetName

func (m *ResourceActionRunRequest) GetName() string

func (*ResourceActionRunRequest) GetNamespace

func (m *ResourceActionRunRequest) GetNamespace() string

func (*ResourceActionRunRequest) GetProject

func (m *ResourceActionRunRequest) GetProject() string

func (*ResourceActionRunRequest) GetResourceName

func (m *ResourceActionRunRequest) GetResourceName() string

func (*ResourceActionRunRequest) GetVersion

func (m *ResourceActionRunRequest) GetVersion() string

func (*ResourceActionRunRequest) Marshal

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

func (*ResourceActionRunRequest) MarshalTo

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

func (*ResourceActionRunRequest) MarshalToSizedBuffer

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

func (*ResourceActionRunRequest) ProtoMessage

func (*ResourceActionRunRequest) ProtoMessage()

func (*ResourceActionRunRequest) Reset

func (m *ResourceActionRunRequest) Reset()

func (*ResourceActionRunRequest) Size

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

func (*ResourceActionRunRequest) String

func (m *ResourceActionRunRequest) String() string

func (*ResourceActionRunRequest) Unmarshal

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

func (*ResourceActionRunRequest) XXX_DiscardUnknown

func (m *ResourceActionRunRequest) XXX_DiscardUnknown()

func (*ResourceActionRunRequest) XXX_Marshal

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

func (*ResourceActionRunRequest) XXX_Merge

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

func (*ResourceActionRunRequest) XXX_Size

func (m *ResourceActionRunRequest) XXX_Size() int

func (*ResourceActionRunRequest) XXX_Unmarshal

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

type ResourceActionsListResponse

type ResourceActionsListResponse struct {
	Actions              []*v1alpha1.ResourceAction `protobuf:"bytes,1,rep,name=actions" json:"actions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*ResourceActionsListResponse) Descriptor

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

func (*ResourceActionsListResponse) GetActions

func (*ResourceActionsListResponse) Marshal

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

func (*ResourceActionsListResponse) MarshalTo

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

func (*ResourceActionsListResponse) MarshalToSizedBuffer

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

func (*ResourceActionsListResponse) ProtoMessage

func (*ResourceActionsListResponse) ProtoMessage()

func (*ResourceActionsListResponse) Reset

func (m *ResourceActionsListResponse) Reset()

func (*ResourceActionsListResponse) Size

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

func (*ResourceActionsListResponse) String

func (m *ResourceActionsListResponse) String() string

func (*ResourceActionsListResponse) Unmarshal

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

func (*ResourceActionsListResponse) XXX_DiscardUnknown

func (m *ResourceActionsListResponse) XXX_DiscardUnknown()

func (*ResourceActionsListResponse) XXX_Marshal

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

func (*ResourceActionsListResponse) XXX_Merge

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

func (*ResourceActionsListResponse) XXX_Size

func (m *ResourceActionsListResponse) XXX_Size() int

func (*ResourceActionsListResponse) XXX_Unmarshal

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

type ResourcesQuery

type ResourcesQuery struct {
	ApplicationName      *string  `protobuf:"bytes,1,req,name=applicationName" json:"applicationName,omitempty"`
	Namespace            *string  `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"`
	Name                 *string  `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	Version              *string  `protobuf:"bytes,4,opt,name=version" json:"version,omitempty"`
	Group                *string  `protobuf:"bytes,5,opt,name=group" json:"group,omitempty"`
	Kind                 *string  `protobuf:"bytes,6,opt,name=kind" json:"kind,omitempty"`
	AppNamespace         *string  `protobuf:"bytes,7,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,8,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResourcesQuery) Descriptor

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

func (*ResourcesQuery) GetAppNamespace

func (m *ResourcesQuery) GetAppNamespace() string

func (*ResourcesQuery) GetApplicationName

func (m *ResourcesQuery) GetApplicationName() string

func (*ResourcesQuery) GetGroup

func (m *ResourcesQuery) GetGroup() string

func (*ResourcesQuery) GetKind

func (m *ResourcesQuery) GetKind() string

func (*ResourcesQuery) GetName

func (m *ResourcesQuery) GetName() string

func (*ResourcesQuery) GetNamespace

func (m *ResourcesQuery) GetNamespace() string

func (*ResourcesQuery) GetProject

func (m *ResourcesQuery) GetProject() string

func (*ResourcesQuery) GetVersion

func (m *ResourcesQuery) GetVersion() string

func (*ResourcesQuery) Marshal

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

func (*ResourcesQuery) MarshalTo

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

func (*ResourcesQuery) MarshalToSizedBuffer

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

func (*ResourcesQuery) ProtoMessage

func (*ResourcesQuery) ProtoMessage()

func (*ResourcesQuery) Reset

func (m *ResourcesQuery) Reset()

func (*ResourcesQuery) Size

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

func (*ResourcesQuery) String

func (m *ResourcesQuery) String() string

func (*ResourcesQuery) Unmarshal

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

func (*ResourcesQuery) XXX_DiscardUnknown

func (m *ResourcesQuery) XXX_DiscardUnknown()

func (*ResourcesQuery) XXX_Marshal

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

func (*ResourcesQuery) XXX_Merge

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

func (*ResourcesQuery) XXX_Size

func (m *ResourcesQuery) XXX_Size() int

func (*ResourcesQuery) XXX_Unmarshal

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

type RevisionMetadataQuery

type RevisionMetadataQuery struct {
	// the application's name
	Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	// the revision of the app
	Revision *string `protobuf:"bytes,2,req,name=revision" json:"revision,omitempty"`
	// the application's namespace
	AppNamespace         *string  `protobuf:"bytes,3,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string  `protobuf:"bytes,4,opt,name=project" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RevisionMetadataQuery) Descriptor

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

func (*RevisionMetadataQuery) GetAppNamespace

func (m *RevisionMetadataQuery) GetAppNamespace() string

func (*RevisionMetadataQuery) GetName

func (m *RevisionMetadataQuery) GetName() string

func (*RevisionMetadataQuery) GetProject

func (m *RevisionMetadataQuery) GetProject() string

func (*RevisionMetadataQuery) GetRevision

func (m *RevisionMetadataQuery) GetRevision() string

func (*RevisionMetadataQuery) Marshal

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

func (*RevisionMetadataQuery) MarshalTo

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

func (*RevisionMetadataQuery) MarshalToSizedBuffer

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

func (*RevisionMetadataQuery) ProtoMessage

func (*RevisionMetadataQuery) ProtoMessage()

func (*RevisionMetadataQuery) Reset

func (m *RevisionMetadataQuery) Reset()

func (*RevisionMetadataQuery) Size

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

func (*RevisionMetadataQuery) String

func (m *RevisionMetadataQuery) String() string

func (*RevisionMetadataQuery) Unmarshal

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

func (*RevisionMetadataQuery) XXX_DiscardUnknown

func (m *RevisionMetadataQuery) XXX_DiscardUnknown()

func (*RevisionMetadataQuery) XXX_Marshal

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

func (*RevisionMetadataQuery) XXX_Merge

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

func (*RevisionMetadataQuery) XXX_Size

func (m *RevisionMetadataQuery) XXX_Size() int

func (*RevisionMetadataQuery) XXX_Unmarshal

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

type SyncOptions

type SyncOptions struct {
	Items                []string `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncOptions) Descriptor

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

func (*SyncOptions) GetItems

func (m *SyncOptions) GetItems() []string

func (*SyncOptions) Marshal

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

func (*SyncOptions) MarshalTo

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

func (*SyncOptions) MarshalToSizedBuffer

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

func (*SyncOptions) ProtoMessage

func (*SyncOptions) ProtoMessage()

func (*SyncOptions) Reset

func (m *SyncOptions) Reset()

func (*SyncOptions) Size

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

func (*SyncOptions) String

func (m *SyncOptions) String() string

func (*SyncOptions) Unmarshal

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

func (*SyncOptions) XXX_DiscardUnknown

func (m *SyncOptions) XXX_DiscardUnknown()

func (*SyncOptions) XXX_Marshal

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

func (*SyncOptions) XXX_Merge

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

func (*SyncOptions) XXX_Size

func (m *SyncOptions) XXX_Size() int

func (*SyncOptions) XXX_Unmarshal

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

type UnimplementedApplicationServiceServer

type UnimplementedApplicationServiceServer struct {
}

UnimplementedApplicationServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedApplicationServiceServer) Create

func (*UnimplementedApplicationServiceServer) Delete

func (*UnimplementedApplicationServiceServer) DeleteResource

func (*UnimplementedApplicationServiceServer) Get

func (*UnimplementedApplicationServiceServer) GetApplicationSyncWindows

func (*UnimplementedApplicationServiceServer) GetManifests

func (*UnimplementedApplicationServiceServer) GetManifestsWithFiles

func (*UnimplementedApplicationServiceServer) GetResource

func (*UnimplementedApplicationServiceServer) List

func (*UnimplementedApplicationServiceServer) ListResourceActions

func (*UnimplementedApplicationServiceServer) ListResourceEvents

func (*UnimplementedApplicationServiceServer) ManagedResources

func (*UnimplementedApplicationServiceServer) Patch

func (*UnimplementedApplicationServiceServer) PatchResource

func (*UnimplementedApplicationServiceServer) PodLogs

func (*UnimplementedApplicationServiceServer) ResourceTree

func (*UnimplementedApplicationServiceServer) RevisionChartDetails

func (*UnimplementedApplicationServiceServer) RevisionMetadata

func (*UnimplementedApplicationServiceServer) Rollback

func (*UnimplementedApplicationServiceServer) RunResourceAction

func (*UnimplementedApplicationServiceServer) Sync

func (*UnimplementedApplicationServiceServer) TerminateOperation

func (*UnimplementedApplicationServiceServer) Update

func (*UnimplementedApplicationServiceServer) UpdateSpec

func (*UnimplementedApplicationServiceServer) Watch

func (*UnimplementedApplicationServiceServer) WatchResourceTree

Jump to

Keyboard shortcuts

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