application

package
v1.8.9 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2026 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 added in v1.8.8

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 added in v1.8.8

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 added in v1.4.0

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 added in v1.8.8

func (m *ApplicationDeleteRequest) GetAppNamespace() string

func (*ApplicationDeleteRequest) GetCascade

func (m *ApplicationDeleteRequest) GetCascade() bool

func (*ApplicationDeleteRequest) GetName

func (m *ApplicationDeleteRequest) GetName() string

func (*ApplicationDeleteRequest) GetProject added in v1.8.8

func (m *ApplicationDeleteRequest) GetProject() string

func (*ApplicationDeleteRequest) GetPropagationPolicy added in v1.8.8

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 added in v1.4.0

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"`
	SourcePositions      []int64  `protobuf:"varint,5,rep,name=sourcePositions" json:"sourcePositions,omitempty"`
	Revisions            []string `protobuf:"bytes,6,rep,name=revisions" json:"revisions,omitempty"`
	NoCache              *bool    `protobuf:"varint,7,opt,name=noCache" json:"noCache,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 added in v1.8.8

func (m *ApplicationManifestQuery) GetAppNamespace() string

func (*ApplicationManifestQuery) GetName

func (m *ApplicationManifestQuery) GetName() string

func (*ApplicationManifestQuery) GetNoCache added in v1.8.8

func (m *ApplicationManifestQuery) GetNoCache() bool

func (*ApplicationManifestQuery) GetProject added in v1.8.8

func (m *ApplicationManifestQuery) GetProject() string

func (*ApplicationManifestQuery) GetRevision

func (m *ApplicationManifestQuery) GetRevision() string

func (*ApplicationManifestQuery) GetRevisions added in v1.8.8

func (m *ApplicationManifestQuery) GetRevisions() []string

func (*ApplicationManifestQuery) GetSourcePositions added in v1.8.8

func (m *ApplicationManifestQuery) GetSourcePositions() []int64

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 added in v1.4.0

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 added in v1.8.8

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 added in v1.8.8

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

func (*ApplicationManifestQueryWithFiles) GetAppNamespace added in v1.8.8

func (m *ApplicationManifestQueryWithFiles) GetAppNamespace() string

func (*ApplicationManifestQueryWithFiles) GetChecksum added in v1.8.8

func (m *ApplicationManifestQueryWithFiles) GetChecksum() string

func (*ApplicationManifestQueryWithFiles) GetName added in v1.8.8

func (*ApplicationManifestQueryWithFiles) GetProject added in v1.8.8

func (m *ApplicationManifestQueryWithFiles) GetProject() string

func (*ApplicationManifestQueryWithFiles) Marshal added in v1.8.8

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

func (*ApplicationManifestQueryWithFiles) MarshalTo added in v1.8.8

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

func (*ApplicationManifestQueryWithFiles) MarshalToSizedBuffer added in v1.8.8

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

func (*ApplicationManifestQueryWithFiles) ProtoMessage added in v1.8.8

func (*ApplicationManifestQueryWithFiles) ProtoMessage()

func (*ApplicationManifestQueryWithFiles) Reset added in v1.8.8

func (*ApplicationManifestQueryWithFiles) Size added in v1.8.8

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

func (*ApplicationManifestQueryWithFiles) String added in v1.8.8

func (*ApplicationManifestQueryWithFiles) Unmarshal added in v1.8.8

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

func (*ApplicationManifestQueryWithFiles) XXX_DiscardUnknown added in v1.8.8

func (m *ApplicationManifestQueryWithFiles) XXX_DiscardUnknown()

func (*ApplicationManifestQueryWithFiles) XXX_Marshal added in v1.8.8

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

func (*ApplicationManifestQueryWithFiles) XXX_Merge added in v1.8.8

func (*ApplicationManifestQueryWithFiles) XXX_Size added in v1.8.8

func (m *ApplicationManifestQueryWithFiles) XXX_Size() int

func (*ApplicationManifestQueryWithFiles) XXX_Unmarshal added in v1.8.8

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

type ApplicationManifestQueryWithFilesWrapper added in v1.8.8

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 added in v1.8.8

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

func (*ApplicationManifestQueryWithFilesWrapper) GetChunk added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper) GetPart added in v1.8.8

func (m *ApplicationManifestQueryWithFilesWrapper) GetPart() isApplicationManifestQueryWithFilesWrapper_Part

func (*ApplicationManifestQueryWithFilesWrapper) GetQuery added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper) Marshal added in v1.8.8

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

func (*ApplicationManifestQueryWithFilesWrapper) MarshalTo added in v1.8.8

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

func (*ApplicationManifestQueryWithFilesWrapper) MarshalToSizedBuffer added in v1.8.8

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

func (*ApplicationManifestQueryWithFilesWrapper) ProtoMessage added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper) Reset added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper) Size added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper) String added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper) Unmarshal added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper) XXX_DiscardUnknown added in v1.8.8

func (m *ApplicationManifestQueryWithFilesWrapper) XXX_DiscardUnknown()

func (*ApplicationManifestQueryWithFilesWrapper) XXX_Marshal added in v1.8.8

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

func (*ApplicationManifestQueryWithFilesWrapper) XXX_Merge added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper) XXX_OneofWrappers added in v1.8.8

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*ApplicationManifestQueryWithFilesWrapper) XXX_Size added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper) XXX_Unmarshal added in v1.8.8

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

type ApplicationManifestQueryWithFilesWrapper_Chunk added in v1.8.8

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

func (*ApplicationManifestQueryWithFilesWrapper_Chunk) MarshalTo added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper_Chunk) MarshalToSizedBuffer added in v1.8.8

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

func (*ApplicationManifestQueryWithFilesWrapper_Chunk) Size added in v1.8.8

type ApplicationManifestQueryWithFilesWrapper_Query added in v1.8.8

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

func (*ApplicationManifestQueryWithFilesWrapper_Query) MarshalTo added in v1.8.8

func (*ApplicationManifestQueryWithFilesWrapper_Query) MarshalToSizedBuffer added in v1.8.8

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

func (*ApplicationManifestQueryWithFilesWrapper_Query) Size added in v1.8.8

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 added in v1.8.8

func (m *ApplicationPatchRequest) GetAppNamespace() string

func (*ApplicationPatchRequest) GetName

func (m *ApplicationPatchRequest) GetName() string

func (*ApplicationPatchRequest) GetPatch

func (m *ApplicationPatchRequest) GetPatch() string

func (*ApplicationPatchRequest) GetPatchType added in v1.2.0

func (m *ApplicationPatchRequest) GetPatchType() string

func (*ApplicationPatchRequest) GetProject added in v1.8.8

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 added in v1.4.0

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"`
	MatchCase            *bool    `protobuf:"varint,17,opt,name=matchCase" json:"matchCase,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationPodLogsQuery) Descriptor

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

func (*ApplicationPodLogsQuery) GetAppNamespace added in v1.8.8

func (m *ApplicationPodLogsQuery) GetAppNamespace() string

func (*ApplicationPodLogsQuery) GetContainer

func (m *ApplicationPodLogsQuery) GetContainer() string

func (*ApplicationPodLogsQuery) GetFilter added in v1.8.8

func (m *ApplicationPodLogsQuery) GetFilter() string

func (*ApplicationPodLogsQuery) GetFollow

func (m *ApplicationPodLogsQuery) GetFollow() bool

func (*ApplicationPodLogsQuery) GetGroup added in v1.8.8

func (m *ApplicationPodLogsQuery) GetGroup() string

func (*ApplicationPodLogsQuery) GetKind added in v1.8.8

func (m *ApplicationPodLogsQuery) GetKind() string

func (*ApplicationPodLogsQuery) GetMatchCase added in v1.8.8

func (m *ApplicationPodLogsQuery) GetMatchCase() bool

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 added in v1.8.8

func (m *ApplicationPodLogsQuery) GetPrevious() bool

func (*ApplicationPodLogsQuery) GetProject added in v1.8.8

func (m *ApplicationPodLogsQuery) GetProject() string

func (*ApplicationPodLogsQuery) GetResourceName added in v1.8.8

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 added in v1.8.8

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 added in v1.4.0

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 added in v1.8.8

func (m *ApplicationQuery) GetAppNamespace() string

func (*ApplicationQuery) GetName

func (m *ApplicationQuery) GetName() string

func (*ApplicationQuery) GetProject added in v1.8.8

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

func (*ApplicationQuery) GetProjects

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

func (*ApplicationQuery) GetRefresh

func (m *ApplicationQuery) GetRefresh() string

func (*ApplicationQuery) GetRepo added in v1.8.8

func (m *ApplicationQuery) GetRepo() string

func (*ApplicationQuery) GetResourceVersion

func (m *ApplicationQuery) GetResourceVersion() string

func (*ApplicationQuery) GetSelector added in v1.3.0

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 added in v1.4.0

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 added in v1.8.8

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 added in v1.8.8

func (m *ApplicationResourceDeleteRequest) GetOrphan() bool

func (*ApplicationResourceDeleteRequest) GetProject added in v1.8.8

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 added in v1.4.0

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 added in v1.8.8

func (m *ApplicationResourceEventsQuery) GetAppNamespace() string

func (*ApplicationResourceEventsQuery) GetName

func (*ApplicationResourceEventsQuery) GetProject added in v1.8.8

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 added in v1.4.0

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 added in v1.8.8

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 added in v1.8.8

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 added in v1.4.0

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 added in v1.8.8

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 added in v1.8.8

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 added in v1.4.0

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 added in v1.4.0

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 added in v1.4.0

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 added in v1.8.8

func (m *ApplicationRollbackRequest) GetAppNamespace() string

func (*ApplicationRollbackRequest) GetDryRun

func (m *ApplicationRollbackRequest) GetDryRun() bool

func (*ApplicationRollbackRequest) GetId added in v1.8.8

func (m *ApplicationRollbackRequest) GetId() int64

func (*ApplicationRollbackRequest) GetName

func (m *ApplicationRollbackRequest) GetName() string

func (*ApplicationRollbackRequest) GetProject added in v1.8.8

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 added in v1.4.0

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 ApplicationServerSideDiffQuery added in v1.8.8

type ApplicationServerSideDiffQuery struct {
	AppName              *string                  `protobuf:"bytes,1,req,name=appName" json:"appName,omitempty"`
	AppNamespace         *string                  `protobuf:"bytes,2,opt,name=appNamespace" json:"appNamespace,omitempty"`
	Project              *string                  `protobuf:"bytes,3,opt,name=project" json:"project,omitempty"`
	LiveResources        []*v1alpha1.ResourceDiff `protobuf:"bytes,4,rep,name=liveResources" json:"liveResources,omitempty"`
	TargetManifests      []string                 `protobuf:"bytes,5,rep,name=targetManifests" json:"targetManifests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ApplicationServerSideDiffQuery) Descriptor added in v1.8.8

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

func (*ApplicationServerSideDiffQuery) GetAppName added in v1.8.8

func (m *ApplicationServerSideDiffQuery) GetAppName() string

func (*ApplicationServerSideDiffQuery) GetAppNamespace added in v1.8.8

func (m *ApplicationServerSideDiffQuery) GetAppNamespace() string

func (*ApplicationServerSideDiffQuery) GetLiveResources added in v1.8.8

func (m *ApplicationServerSideDiffQuery) GetLiveResources() []*v1alpha1.ResourceDiff

func (*ApplicationServerSideDiffQuery) GetProject added in v1.8.8

func (m *ApplicationServerSideDiffQuery) GetProject() string

func (*ApplicationServerSideDiffQuery) GetTargetManifests added in v1.8.8

func (m *ApplicationServerSideDiffQuery) GetTargetManifests() []string

func (*ApplicationServerSideDiffQuery) Marshal added in v1.8.8

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

func (*ApplicationServerSideDiffQuery) MarshalTo added in v1.8.8

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

func (*ApplicationServerSideDiffQuery) MarshalToSizedBuffer added in v1.8.8

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

func (*ApplicationServerSideDiffQuery) ProtoMessage added in v1.8.8

func (*ApplicationServerSideDiffQuery) ProtoMessage()

func (*ApplicationServerSideDiffQuery) Reset added in v1.8.8

func (m *ApplicationServerSideDiffQuery) Reset()

func (*ApplicationServerSideDiffQuery) Size added in v1.8.8

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

func (*ApplicationServerSideDiffQuery) String added in v1.8.8

func (*ApplicationServerSideDiffQuery) Unmarshal added in v1.8.8

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

func (*ApplicationServerSideDiffQuery) XXX_DiscardUnknown added in v1.8.8

func (m *ApplicationServerSideDiffQuery) XXX_DiscardUnknown()

func (*ApplicationServerSideDiffQuery) XXX_Marshal added in v1.8.8

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

func (*ApplicationServerSideDiffQuery) XXX_Merge added in v1.8.8

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

func (*ApplicationServerSideDiffQuery) XXX_Size added in v1.8.8

func (m *ApplicationServerSideDiffQuery) XXX_Size() int

func (*ApplicationServerSideDiffQuery) XXX_Unmarshal added in v1.8.8

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

type ApplicationServerSideDiffResponse added in v1.8.8

type ApplicationServerSideDiffResponse struct {
	Items                []*v1alpha1.ResourceDiff `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	Modified             *bool                    `protobuf:"varint,2,req,name=modified" json:"modified,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ApplicationServerSideDiffResponse) Descriptor added in v1.8.8

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

func (*ApplicationServerSideDiffResponse) GetItems added in v1.8.8

func (*ApplicationServerSideDiffResponse) GetModified added in v1.8.8

func (m *ApplicationServerSideDiffResponse) GetModified() bool

func (*ApplicationServerSideDiffResponse) Marshal added in v1.8.8

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

func (*ApplicationServerSideDiffResponse) MarshalTo added in v1.8.8

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

func (*ApplicationServerSideDiffResponse) MarshalToSizedBuffer added in v1.8.8

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

func (*ApplicationServerSideDiffResponse) ProtoMessage added in v1.8.8

func (*ApplicationServerSideDiffResponse) ProtoMessage()

func (*ApplicationServerSideDiffResponse) Reset added in v1.8.8

func (*ApplicationServerSideDiffResponse) Size added in v1.8.8

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

func (*ApplicationServerSideDiffResponse) String added in v1.8.8

func (*ApplicationServerSideDiffResponse) Unmarshal added in v1.8.8

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

func (*ApplicationServerSideDiffResponse) XXX_DiscardUnknown added in v1.8.8

func (m *ApplicationServerSideDiffResponse) XXX_DiscardUnknown()

func (*ApplicationServerSideDiffResponse) XXX_Marshal added in v1.8.8

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

func (*ApplicationServerSideDiffResponse) XXX_Merge added in v1.8.8

func (*ApplicationServerSideDiffResponse) XXX_Size added in v1.8.8

func (m *ApplicationServerSideDiffResponse) XXX_Size() int

func (*ApplicationServerSideDiffResponse) XXX_Unmarshal added in v1.8.8

func (m *ApplicationServerSideDiffResponse) 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) (*events.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)
	// Get the chart metadata (description, maintainers, home) for a specific revision of the application
	GetOCIMetadata(ctx context.Context, in *RevisionMetadataQuery, opts ...grpc.CallOption) (*v1alpha1.OCIMetadata, 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)
	// ServerSideDiff performs server-side diff calculation using dry-run apply
	ServerSideDiff(ctx context.Context, in *ApplicationServerSideDiffQuery, opts ...grpc.CallOption) (*ApplicationServerSideDiffResponse, 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 runs a resource action
	//
	// Deprecated: use RunResourceActionV2 instead. This version does not support resource action parameters but is
	// maintained for backward compatibility. It will be removed in a future release.
	RunResourceAction(ctx context.Context, in *ResourceActionRunRequest, opts ...grpc.CallOption) (*ApplicationResponse, error)
	// RunResourceActionV2 runs a resource action with parameters
	RunResourceActionV2(ctx context.Context, in *ResourceActionRunRequestV2, 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) (*events.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)
	// Get the chart metadata (description, maintainers, home) for a specific revision of the application
	GetOCIMetadata(context.Context, *RevisionMetadataQuery) (*v1alpha1.OCIMetadata, 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)
	// ServerSideDiff performs server-side diff calculation using dry-run apply
	ServerSideDiff(context.Context, *ApplicationServerSideDiffQuery) (*ApplicationServerSideDiffResponse, 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 runs a resource action
	//
	// Deprecated: use RunResourceActionV2 instead. This version does not support resource action parameters but is
	// maintained for backward compatibility. It will be removed in a future release.
	RunResourceAction(context.Context, *ResourceActionRunRequest) (*ApplicationResponse, error)
	// RunResourceActionV2 runs a resource action with parameters
	RunResourceActionV2(context.Context, *ResourceActionRunRequestV2) (*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 added in v1.8.8

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

type ApplicationService_GetManifestsWithFilesServer added in v1.8.8

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 added in v1.8.8

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

type ApplicationService_WatchResourceTreeServer added in v1.8.8

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"`
	SourcePositions      []int64                           `protobuf:"varint,14,rep,name=sourcePositions" json:"sourcePositions,omitempty"`
	Revisions            []string                          `protobuf:"bytes,15,rep,name=revisions" json:"revisions,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 added in v1.8.8

func (m *ApplicationSyncRequest) GetAppNamespace() string

func (*ApplicationSyncRequest) GetDryRun

func (m *ApplicationSyncRequest) GetDryRun() bool

func (*ApplicationSyncRequest) GetInfos added in v1.8.8

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 added in v1.8.8

func (m *ApplicationSyncRequest) GetProject() string

func (*ApplicationSyncRequest) GetPrune

func (m *ApplicationSyncRequest) GetPrune() bool

func (*ApplicationSyncRequest) GetResources

func (*ApplicationSyncRequest) GetRetryStrategy added in v1.8.8

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

func (*ApplicationSyncRequest) GetRevision

func (m *ApplicationSyncRequest) GetRevision() string

func (*ApplicationSyncRequest) GetRevisions added in v1.8.8

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

func (*ApplicationSyncRequest) GetSourcePositions added in v1.8.8

func (m *ApplicationSyncRequest) GetSourcePositions() []int64

func (*ApplicationSyncRequest) GetStrategy

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

func (*ApplicationSyncRequest) GetSyncOptions added in v1.8.8

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 added in v1.4.0

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 added in v1.3.0

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 added in v1.3.0

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

func (*ApplicationSyncWindow) GetDuration added in v1.3.0

func (m *ApplicationSyncWindow) GetDuration() string

func (*ApplicationSyncWindow) GetKind added in v1.3.0

func (m *ApplicationSyncWindow) GetKind() string

func (*ApplicationSyncWindow) GetManualSync added in v1.3.0

func (m *ApplicationSyncWindow) GetManualSync() bool

func (*ApplicationSyncWindow) GetSchedule added in v1.3.0

func (m *ApplicationSyncWindow) GetSchedule() string

func (*ApplicationSyncWindow) Marshal added in v1.3.0

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

func (*ApplicationSyncWindow) MarshalTo added in v1.3.0

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

func (*ApplicationSyncWindow) MarshalToSizedBuffer added in v1.4.0

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

func (*ApplicationSyncWindow) ProtoMessage added in v1.3.0

func (*ApplicationSyncWindow) ProtoMessage()

func (*ApplicationSyncWindow) Reset added in v1.3.0

func (m *ApplicationSyncWindow) Reset()

func (*ApplicationSyncWindow) Size added in v1.3.0

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

func (*ApplicationSyncWindow) String added in v1.3.0

func (m *ApplicationSyncWindow) String() string

func (*ApplicationSyncWindow) Unmarshal added in v1.3.0

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

func (*ApplicationSyncWindow) XXX_DiscardUnknown added in v1.3.0

func (m *ApplicationSyncWindow) XXX_DiscardUnknown()

func (*ApplicationSyncWindow) XXX_Marshal added in v1.3.0

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

func (*ApplicationSyncWindow) XXX_Merge added in v1.3.0

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

func (*ApplicationSyncWindow) XXX_Size added in v1.3.0

func (m *ApplicationSyncWindow) XXX_Size() int

func (*ApplicationSyncWindow) XXX_Unmarshal added in v1.3.0

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

type ApplicationSyncWindowsQuery added in v1.3.0

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 added in v1.3.0

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

func (*ApplicationSyncWindowsQuery) GetAppNamespace added in v1.8.8

func (m *ApplicationSyncWindowsQuery) GetAppNamespace() string

func (*ApplicationSyncWindowsQuery) GetName added in v1.3.0

func (m *ApplicationSyncWindowsQuery) GetName() string

func (*ApplicationSyncWindowsQuery) GetProject added in v1.8.8

func (m *ApplicationSyncWindowsQuery) GetProject() string

func (*ApplicationSyncWindowsQuery) Marshal added in v1.3.0

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

func (*ApplicationSyncWindowsQuery) MarshalTo added in v1.3.0

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

func (*ApplicationSyncWindowsQuery) MarshalToSizedBuffer added in v1.4.0

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

func (*ApplicationSyncWindowsQuery) ProtoMessage added in v1.3.0

func (*ApplicationSyncWindowsQuery) ProtoMessage()

func (*ApplicationSyncWindowsQuery) Reset added in v1.3.0

func (m *ApplicationSyncWindowsQuery) Reset()

func (*ApplicationSyncWindowsQuery) Size added in v1.3.0

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

func (*ApplicationSyncWindowsQuery) String added in v1.3.0

func (m *ApplicationSyncWindowsQuery) String() string

func (*ApplicationSyncWindowsQuery) Unmarshal added in v1.3.0

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

func (*ApplicationSyncWindowsQuery) XXX_DiscardUnknown added in v1.3.0

func (m *ApplicationSyncWindowsQuery) XXX_DiscardUnknown()

func (*ApplicationSyncWindowsQuery) XXX_Marshal added in v1.3.0

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

func (*ApplicationSyncWindowsQuery) XXX_Merge added in v1.3.0

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

func (*ApplicationSyncWindowsQuery) XXX_Size added in v1.3.0

func (m *ApplicationSyncWindowsQuery) XXX_Size() int

func (*ApplicationSyncWindowsQuery) XXX_Unmarshal added in v1.3.0

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

type ApplicationSyncWindowsResponse added in v1.3.0

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 added in v1.3.0

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

func (*ApplicationSyncWindowsResponse) GetActiveWindows added in v1.3.0

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

func (*ApplicationSyncWindowsResponse) GetAssignedWindows added in v1.3.0

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

func (*ApplicationSyncWindowsResponse) GetCanSync added in v1.3.0

func (m *ApplicationSyncWindowsResponse) GetCanSync() bool

func (*ApplicationSyncWindowsResponse) Marshal added in v1.3.0

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

func (*ApplicationSyncWindowsResponse) MarshalTo added in v1.3.0

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

func (*ApplicationSyncWindowsResponse) MarshalToSizedBuffer added in v1.4.0

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

func (*ApplicationSyncWindowsResponse) ProtoMessage added in v1.3.0

func (*ApplicationSyncWindowsResponse) ProtoMessage()

func (*ApplicationSyncWindowsResponse) Reset added in v1.3.0

func (m *ApplicationSyncWindowsResponse) Reset()

func (*ApplicationSyncWindowsResponse) Size added in v1.3.0

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

func (*ApplicationSyncWindowsResponse) String added in v1.3.0

func (*ApplicationSyncWindowsResponse) Unmarshal added in v1.3.0

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

func (*ApplicationSyncWindowsResponse) XXX_DiscardUnknown added in v1.3.0

func (m *ApplicationSyncWindowsResponse) XXX_DiscardUnknown()

func (*ApplicationSyncWindowsResponse) XXX_Marshal added in v1.3.0

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

func (*ApplicationSyncWindowsResponse) XXX_Merge added in v1.3.0

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

func (*ApplicationSyncWindowsResponse) XXX_Size added in v1.3.0

func (m *ApplicationSyncWindowsResponse) XXX_Size() int

func (*ApplicationSyncWindowsResponse) XXX_Unmarshal added in v1.3.0

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 added in v1.8.8

func (m *ApplicationUpdateRequest) GetProject() string

func (*ApplicationUpdateRequest) GetValidate added in v1.8.8

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 added in v1.4.0

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 added in v1.8.8

func (m *ApplicationUpdateSpecRequest) GetAppNamespace() string

func (*ApplicationUpdateSpecRequest) GetName

func (m *ApplicationUpdateSpecRequest) GetName() string

func (*ApplicationUpdateSpecRequest) GetProject added in v1.8.8

func (m *ApplicationUpdateSpecRequest) GetProject() string

func (*ApplicationUpdateSpecRequest) GetSpec

func (*ApplicationUpdateSpecRequest) GetValidate added in v1.8.8

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 added in v1.4.0

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 added in v1.8.8

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 added in v1.8.8

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

func (*FileChunk) GetChunk added in v1.8.8

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

func (*FileChunk) Marshal added in v1.8.8

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

func (*FileChunk) MarshalTo added in v1.8.8

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

func (*FileChunk) MarshalToSizedBuffer added in v1.8.8

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

func (*FileChunk) ProtoMessage added in v1.8.8

func (*FileChunk) ProtoMessage()

func (*FileChunk) Reset added in v1.8.8

func (m *FileChunk) Reset()

func (*FileChunk) Size added in v1.8.8

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

func (*FileChunk) String added in v1.8.8

func (m *FileChunk) String() string

func (*FileChunk) Unmarshal added in v1.8.8

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

func (*FileChunk) XXX_DiscardUnknown added in v1.8.8

func (m *FileChunk) XXX_DiscardUnknown()

func (*FileChunk) XXX_Marshal added in v1.8.8

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

func (*FileChunk) XXX_Merge added in v1.8.8

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

func (*FileChunk) XXX_Size added in v1.8.8

func (m *FileChunk) XXX_Size() int

func (*FileChunk) XXX_Unmarshal added in v1.8.8

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

type LinkInfo added in v1.8.8

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 added in v1.8.8

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

func (*LinkInfo) GetDescription added in v1.8.8

func (m *LinkInfo) GetDescription() string

func (*LinkInfo) GetIconClass added in v1.8.8

func (m *LinkInfo) GetIconClass() string

func (*LinkInfo) GetTitle added in v1.8.8

func (m *LinkInfo) GetTitle() string

func (*LinkInfo) GetUrl added in v1.8.8

func (m *LinkInfo) GetUrl() string

func (*LinkInfo) Marshal added in v1.8.8

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

func (*LinkInfo) MarshalTo added in v1.8.8

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

func (*LinkInfo) MarshalToSizedBuffer added in v1.8.8

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

func (*LinkInfo) ProtoMessage added in v1.8.8

func (*LinkInfo) ProtoMessage()

func (*LinkInfo) Reset added in v1.8.8

func (m *LinkInfo) Reset()

func (*LinkInfo) Size added in v1.8.8

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

func (*LinkInfo) String added in v1.8.8

func (m *LinkInfo) String() string

func (*LinkInfo) Unmarshal added in v1.8.8

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

func (*LinkInfo) XXX_DiscardUnknown added in v1.8.8

func (m *LinkInfo) XXX_DiscardUnknown()

func (*LinkInfo) XXX_Marshal added in v1.8.8

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

func (*LinkInfo) XXX_Merge added in v1.8.8

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

func (*LinkInfo) XXX_Size added in v1.8.8

func (m *LinkInfo) XXX_Size() int

func (*LinkInfo) XXX_Unmarshal added in v1.8.8

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

type LinksResponse added in v1.8.8

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 added in v1.8.8

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

func (*LinksResponse) GetItems added in v1.8.8

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

func (*LinksResponse) Marshal added in v1.8.8

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

func (*LinksResponse) MarshalTo added in v1.8.8

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

func (*LinksResponse) MarshalToSizedBuffer added in v1.8.8

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

func (*LinksResponse) ProtoMessage added in v1.8.8

func (*LinksResponse) ProtoMessage()

func (*LinksResponse) Reset added in v1.8.8

func (m *LinksResponse) Reset()

func (*LinksResponse) Size added in v1.8.8

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

func (*LinksResponse) String added in v1.8.8

func (m *LinksResponse) String() string

func (*LinksResponse) Unmarshal added in v1.8.8

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

func (*LinksResponse) XXX_DiscardUnknown added in v1.8.8

func (m *LinksResponse) XXX_DiscardUnknown()

func (*LinksResponse) XXX_Marshal added in v1.8.8

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

func (*LinksResponse) XXX_Merge added in v1.8.8

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

func (*LinksResponse) XXX_Size added in v1.8.8

func (m *LinksResponse) XXX_Size() int

func (*LinksResponse) XXX_Unmarshal added in v1.8.8

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

type ListAppLinksRequest added in v1.8.8

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 added in v1.8.8

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

func (*ListAppLinksRequest) GetName added in v1.8.8

func (m *ListAppLinksRequest) GetName() string

func (*ListAppLinksRequest) GetNamespace added in v1.8.8

func (m *ListAppLinksRequest) GetNamespace() string

func (*ListAppLinksRequest) GetProject added in v1.8.8

func (m *ListAppLinksRequest) GetProject() string

func (*ListAppLinksRequest) Marshal added in v1.8.8

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

func (*ListAppLinksRequest) MarshalTo added in v1.8.8

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

func (*ListAppLinksRequest) MarshalToSizedBuffer added in v1.8.8

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

func (*ListAppLinksRequest) ProtoMessage added in v1.8.8

func (*ListAppLinksRequest) ProtoMessage()

func (*ListAppLinksRequest) Reset added in v1.8.8

func (m *ListAppLinksRequest) Reset()

func (*ListAppLinksRequest) Size added in v1.8.8

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

func (*ListAppLinksRequest) String added in v1.8.8

func (m *ListAppLinksRequest) String() string

func (*ListAppLinksRequest) Unmarshal added in v1.8.8

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

func (*ListAppLinksRequest) XXX_DiscardUnknown added in v1.8.8

func (m *ListAppLinksRequest) XXX_DiscardUnknown()

func (*ListAppLinksRequest) XXX_Marshal added in v1.8.8

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

func (*ListAppLinksRequest) XXX_Merge added in v1.8.8

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

func (*ListAppLinksRequest) XXX_Size added in v1.8.8

func (m *ListAppLinksRequest) XXX_Size() int

func (*ListAppLinksRequest) XXX_Unmarshal added in v1.8.8

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 added in v1.8.8

func (m *LogEntry) GetLast() bool

func (*LogEntry) GetPodName added in v1.8.8

func (m *LogEntry) GetPodName() string

func (*LogEntry) GetTimeStamp

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

func (*LogEntry) GetTimeStampStr added in v1.8.8

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 added in v1.4.0

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 added in v1.4.0

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 added in v1.8.8

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 added in v1.8.8

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

func (*NodeQuery) GetAppNamespace added in v1.8.8

func (m *NodeQuery) GetAppNamespace() string

func (*NodeQuery) GetName added in v1.8.8

func (m *NodeQuery) GetName() string

func (*NodeQuery) Marshal added in v1.8.8

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

func (*NodeQuery) MarshalTo added in v1.8.8

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

func (*NodeQuery) MarshalToSizedBuffer added in v1.8.8

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

func (*NodeQuery) ProtoMessage added in v1.8.8

func (*NodeQuery) ProtoMessage()

func (*NodeQuery) Reset added in v1.8.8

func (m *NodeQuery) Reset()

func (*NodeQuery) Size added in v1.8.8

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

func (*NodeQuery) String added in v1.8.8

func (m *NodeQuery) String() string

func (*NodeQuery) Unmarshal added in v1.8.8

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

func (*NodeQuery) XXX_DiscardUnknown added in v1.8.8

func (m *NodeQuery) XXX_DiscardUnknown()

func (*NodeQuery) XXX_Marshal added in v1.8.8

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

func (*NodeQuery) XXX_Merge added in v1.8.8

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

func (*NodeQuery) XXX_Size added in v1.8.8

func (m *NodeQuery) XXX_Size() int

func (*NodeQuery) XXX_Unmarshal added in v1.8.8

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 added in v1.8.8

func (m *OperationTerminateRequest) GetAppNamespace() string

func (*OperationTerminateRequest) GetName

func (m *OperationTerminateRequest) GetName() string

func (*OperationTerminateRequest) GetProject added in v1.8.8

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 added in v1.4.0

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 added in v1.4.0

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 ResourceActionParameters added in v1.8.8

type ResourceActionParameters struct {
	Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Value                *string  `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResourceActionParameters) Descriptor added in v1.8.8

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

func (*ResourceActionParameters) GetName added in v1.8.8

func (m *ResourceActionParameters) GetName() string

func (*ResourceActionParameters) GetValue added in v1.8.8

func (m *ResourceActionParameters) GetValue() string

func (*ResourceActionParameters) Marshal added in v1.8.8

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

func (*ResourceActionParameters) MarshalTo added in v1.8.8

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

func (*ResourceActionParameters) MarshalToSizedBuffer added in v1.8.8

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

func (*ResourceActionParameters) ProtoMessage added in v1.8.8

func (*ResourceActionParameters) ProtoMessage()

func (*ResourceActionParameters) Reset added in v1.8.8

func (m *ResourceActionParameters) Reset()

func (*ResourceActionParameters) Size added in v1.8.8

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

func (*ResourceActionParameters) String added in v1.8.8

func (m *ResourceActionParameters) String() string

func (*ResourceActionParameters) Unmarshal added in v1.8.8

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

func (*ResourceActionParameters) XXX_DiscardUnknown added in v1.8.8

func (m *ResourceActionParameters) XXX_DiscardUnknown()

func (*ResourceActionParameters) XXX_Marshal added in v1.8.8

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

func (*ResourceActionParameters) XXX_Merge added in v1.8.8

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

func (*ResourceActionParameters) XXX_Size added in v1.8.8

func (m *ResourceActionParameters) XXX_Size() int

func (*ResourceActionParameters) XXX_Unmarshal added in v1.8.8

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

type ResourceActionRunRequest deprecated

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:"-"`
}

ResourceActionRunRequest is a request to run a resource action. This message is deprecated and replaced by ResourceActionRunRequestV2.

Deprecated: Do not use.

func (*ResourceActionRunRequest) Descriptor

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

func (*ResourceActionRunRequest) GetAction

func (m *ResourceActionRunRequest) GetAction() string

func (*ResourceActionRunRequest) GetAppNamespace added in v1.8.8

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 added in v1.8.8

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 added in v1.4.0

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 ResourceActionRunRequestV2 added in v1.8.8

type ResourceActionRunRequestV2 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"`
	ResourceActionParameters []*ResourceActionParameters `protobuf:"bytes,10,rep,name=resourceActionParameters" json:"resourceActionParameters,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                    `json:"-"`
	XXX_unrecognized         []byte                      `json:"-"`
	XXX_sizecache            int32                       `json:"-"`
}

func (*ResourceActionRunRequestV2) Descriptor added in v1.8.8

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

func (*ResourceActionRunRequestV2) GetAction added in v1.8.8

func (m *ResourceActionRunRequestV2) GetAction() string

func (*ResourceActionRunRequestV2) GetAppNamespace added in v1.8.8

func (m *ResourceActionRunRequestV2) GetAppNamespace() string

func (*ResourceActionRunRequestV2) GetGroup added in v1.8.8

func (m *ResourceActionRunRequestV2) GetGroup() string

func (*ResourceActionRunRequestV2) GetKind added in v1.8.8

func (m *ResourceActionRunRequestV2) GetKind() string

func (*ResourceActionRunRequestV2) GetName added in v1.8.8

func (m *ResourceActionRunRequestV2) GetName() string

func (*ResourceActionRunRequestV2) GetNamespace added in v1.8.8

func (m *ResourceActionRunRequestV2) GetNamespace() string

func (*ResourceActionRunRequestV2) GetProject added in v1.8.8

func (m *ResourceActionRunRequestV2) GetProject() string

func (*ResourceActionRunRequestV2) GetResourceActionParameters added in v1.8.8

func (m *ResourceActionRunRequestV2) GetResourceActionParameters() []*ResourceActionParameters

func (*ResourceActionRunRequestV2) GetResourceName added in v1.8.8

func (m *ResourceActionRunRequestV2) GetResourceName() string

func (*ResourceActionRunRequestV2) GetVersion added in v1.8.8

func (m *ResourceActionRunRequestV2) GetVersion() string

func (*ResourceActionRunRequestV2) Marshal added in v1.8.8

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

func (*ResourceActionRunRequestV2) MarshalTo added in v1.8.8

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

func (*ResourceActionRunRequestV2) MarshalToSizedBuffer added in v1.8.8

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

func (*ResourceActionRunRequestV2) ProtoMessage added in v1.8.8

func (*ResourceActionRunRequestV2) ProtoMessage()

func (*ResourceActionRunRequestV2) Reset added in v1.8.8

func (m *ResourceActionRunRequestV2) Reset()

func (*ResourceActionRunRequestV2) Size added in v1.8.8

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

func (*ResourceActionRunRequestV2) String added in v1.8.8

func (m *ResourceActionRunRequestV2) String() string

func (*ResourceActionRunRequestV2) Unmarshal added in v1.8.8

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

func (*ResourceActionRunRequestV2) XXX_DiscardUnknown added in v1.8.8

func (m *ResourceActionRunRequestV2) XXX_DiscardUnknown()

func (*ResourceActionRunRequestV2) XXX_Marshal added in v1.8.8

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

func (*ResourceActionRunRequestV2) XXX_Merge added in v1.8.8

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

func (*ResourceActionRunRequestV2) XXX_Size added in v1.8.8

func (m *ResourceActionRunRequestV2) XXX_Size() int

func (*ResourceActionRunRequestV2) XXX_Unmarshal added in v1.8.8

func (m *ResourceActionRunRequestV2) 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 added in v1.4.0

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 added in v1.8.8

func (m *ResourcesQuery) GetAppNamespace() string

func (*ResourcesQuery) GetApplicationName

func (m *ResourcesQuery) GetApplicationName() string

func (*ResourcesQuery) GetGroup added in v1.4.0

func (m *ResourcesQuery) GetGroup() string

func (*ResourcesQuery) GetKind added in v1.4.0

func (m *ResourcesQuery) GetKind() string

func (*ResourcesQuery) GetName added in v1.4.0

func (m *ResourcesQuery) GetName() string

func (*ResourcesQuery) GetNamespace added in v1.4.0

func (m *ResourcesQuery) GetNamespace() string

func (*ResourcesQuery) GetProject added in v1.8.8

func (m *ResourcesQuery) GetProject() string

func (*ResourcesQuery) GetVersion added in v1.4.0

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 added in v1.4.0

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 added in v1.2.0

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"`
	// source index (for multi source apps)
	SourceIndex *int32 `protobuf:"varint,5,opt,name=sourceIndex" json:"sourceIndex,omitempty"`
	// versionId from historical data (for multi source apps)
	VersionId            *int32   `protobuf:"varint,6,opt,name=versionId" json:"versionId,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RevisionMetadataQuery) Descriptor added in v1.2.0

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

func (*RevisionMetadataQuery) GetAppNamespace added in v1.8.8

func (m *RevisionMetadataQuery) GetAppNamespace() string

func (*RevisionMetadataQuery) GetName added in v1.2.0

func (m *RevisionMetadataQuery) GetName() string

func (*RevisionMetadataQuery) GetProject added in v1.8.8

func (m *RevisionMetadataQuery) GetProject() string

func (*RevisionMetadataQuery) GetRevision added in v1.2.0

func (m *RevisionMetadataQuery) GetRevision() string

func (*RevisionMetadataQuery) GetSourceIndex added in v1.8.8

func (m *RevisionMetadataQuery) GetSourceIndex() int32

func (*RevisionMetadataQuery) GetVersionId added in v1.8.8

func (m *RevisionMetadataQuery) GetVersionId() int32

func (*RevisionMetadataQuery) Marshal added in v1.2.0

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

func (*RevisionMetadataQuery) MarshalTo added in v1.2.0

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

func (*RevisionMetadataQuery) MarshalToSizedBuffer added in v1.4.0

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

func (*RevisionMetadataQuery) ProtoMessage added in v1.2.0

func (*RevisionMetadataQuery) ProtoMessage()

func (*RevisionMetadataQuery) Reset added in v1.2.0

func (m *RevisionMetadataQuery) Reset()

func (*RevisionMetadataQuery) Size added in v1.2.0

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

func (*RevisionMetadataQuery) String added in v1.2.0

func (m *RevisionMetadataQuery) String() string

func (*RevisionMetadataQuery) Unmarshal added in v1.2.0

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

func (*RevisionMetadataQuery) XXX_DiscardUnknown added in v1.2.0

func (m *RevisionMetadataQuery) XXX_DiscardUnknown()

func (*RevisionMetadataQuery) XXX_Marshal added in v1.2.0

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

func (*RevisionMetadataQuery) XXX_Merge added in v1.2.0

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

func (*RevisionMetadataQuery) XXX_Size added in v1.2.0

func (m *RevisionMetadataQuery) XXX_Size() int

func (*RevisionMetadataQuery) XXX_Unmarshal added in v1.2.0

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

type SyncOptions added in v1.8.8

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 added in v1.8.8

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

func (*SyncOptions) GetItems added in v1.8.8

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

func (*SyncOptions) Marshal added in v1.8.8

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

func (*SyncOptions) MarshalTo added in v1.8.8

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

func (*SyncOptions) MarshalToSizedBuffer added in v1.8.8

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

func (*SyncOptions) ProtoMessage added in v1.8.8

func (*SyncOptions) ProtoMessage()

func (*SyncOptions) Reset added in v1.8.8

func (m *SyncOptions) Reset()

func (*SyncOptions) Size added in v1.8.8

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

func (*SyncOptions) String added in v1.8.8

func (m *SyncOptions) String() string

func (*SyncOptions) Unmarshal added in v1.8.8

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

func (*SyncOptions) XXX_DiscardUnknown added in v1.8.8

func (m *SyncOptions) XXX_DiscardUnknown()

func (*SyncOptions) XXX_Marshal added in v1.8.8

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

func (*SyncOptions) XXX_Merge added in v1.8.8

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

func (*SyncOptions) XXX_Size added in v1.8.8

func (m *SyncOptions) XXX_Size() int

func (*SyncOptions) XXX_Unmarshal added in v1.8.8

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

type UnimplementedApplicationServiceServer added in v1.4.0

type UnimplementedApplicationServiceServer struct {
}

UnimplementedApplicationServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedApplicationServiceServer) Create added in v1.4.0

func (*UnimplementedApplicationServiceServer) Delete added in v1.4.0

func (*UnimplementedApplicationServiceServer) DeleteResource added in v1.4.0

func (*UnimplementedApplicationServiceServer) Get added in v1.4.0

func (*UnimplementedApplicationServiceServer) GetApplicationSyncWindows added in v1.4.0

func (*UnimplementedApplicationServiceServer) GetManifests added in v1.4.0

func (*UnimplementedApplicationServiceServer) GetManifestsWithFiles added in v1.8.8

func (*UnimplementedApplicationServiceServer) GetOCIMetadata added in v1.8.8

func (*UnimplementedApplicationServiceServer) GetResource added in v1.4.0

func (*UnimplementedApplicationServiceServer) List added in v1.4.0

func (*UnimplementedApplicationServiceServer) ListResourceActions added in v1.4.0

func (*UnimplementedApplicationServiceServer) ListResourceEvents added in v1.4.0

func (*UnimplementedApplicationServiceServer) ManagedResources added in v1.4.0

func (*UnimplementedApplicationServiceServer) Patch added in v1.4.0

func (*UnimplementedApplicationServiceServer) PatchResource added in v1.4.0

func (*UnimplementedApplicationServiceServer) PodLogs added in v1.4.0

func (*UnimplementedApplicationServiceServer) ResourceTree added in v1.4.0

func (*UnimplementedApplicationServiceServer) RevisionChartDetails added in v1.8.8

func (*UnimplementedApplicationServiceServer) RevisionMetadata added in v1.4.0

func (*UnimplementedApplicationServiceServer) Rollback added in v1.4.0

func (*UnimplementedApplicationServiceServer) RunResourceAction added in v1.4.0

func (*UnimplementedApplicationServiceServer) RunResourceActionV2 added in v1.8.8

func (*UnimplementedApplicationServiceServer) ServerSideDiff added in v1.8.8

func (*UnimplementedApplicationServiceServer) Sync added in v1.4.0

func (*UnimplementedApplicationServiceServer) TerminateOperation added in v1.4.0

func (*UnimplementedApplicationServiceServer) Update added in v1.4.0

func (*UnimplementedApplicationServiceServer) UpdateSpec added in v1.4.0

func (*UnimplementedApplicationServiceServer) Watch added in v1.4.0

func (*UnimplementedApplicationServiceServer) WatchResourceTree added in v1.8.8

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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