Documentation ¶
Overview ¶
Package application is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterApplicationServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterApplicationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationServiceClient) error
- func RegisterApplicationServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterApplicationServiceServer(s *grpc.Server, srv ApplicationServiceServer)
- type ApplicationCreateRequest
- func (*ApplicationCreateRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationCreateRequest) GetApplication() v1alpha1.Application
- func (m *ApplicationCreateRequest) GetUpsert() bool
- func (m *ApplicationCreateRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationCreateRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationCreateRequest) ProtoMessage()
- func (m *ApplicationCreateRequest) Reset()
- func (m *ApplicationCreateRequest) Size() (n int)
- func (m *ApplicationCreateRequest) String() string
- func (m *ApplicationCreateRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationCreateRequest) XXX_DiscardUnknown()
- func (m *ApplicationCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationCreateRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationCreateRequest) XXX_Size() int
- func (m *ApplicationCreateRequest) XXX_Unmarshal(b []byte) error
- type ApplicationDeleteRequest
- func (*ApplicationDeleteRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationDeleteRequest) GetCascade() bool
- func (m *ApplicationDeleteRequest) GetName() string
- func (m *ApplicationDeleteRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationDeleteRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationDeleteRequest) ProtoMessage()
- func (m *ApplicationDeleteRequest) Reset()
- func (m *ApplicationDeleteRequest) Size() (n int)
- func (m *ApplicationDeleteRequest) String() string
- func (m *ApplicationDeleteRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationDeleteRequest) XXX_DiscardUnknown()
- func (m *ApplicationDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationDeleteRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationDeleteRequest) XXX_Size() int
- func (m *ApplicationDeleteRequest) XXX_Unmarshal(b []byte) error
- type ApplicationManifestQuery
- func (*ApplicationManifestQuery) Descriptor() ([]byte, []int)
- func (m *ApplicationManifestQuery) GetName() string
- func (m *ApplicationManifestQuery) GetRevision() string
- func (m *ApplicationManifestQuery) Marshal() (dAtA []byte, err error)
- func (m *ApplicationManifestQuery) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationManifestQuery) ProtoMessage()
- func (m *ApplicationManifestQuery) Reset()
- func (m *ApplicationManifestQuery) Size() (n int)
- func (m *ApplicationManifestQuery) String() string
- func (m *ApplicationManifestQuery) Unmarshal(dAtA []byte) error
- func (m *ApplicationManifestQuery) XXX_DiscardUnknown()
- func (m *ApplicationManifestQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationManifestQuery) XXX_Merge(src proto.Message)
- func (m *ApplicationManifestQuery) XXX_Size() int
- func (m *ApplicationManifestQuery) XXX_Unmarshal(b []byte) error
- type ApplicationPatchRequest
- func (*ApplicationPatchRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationPatchRequest) GetName() string
- func (m *ApplicationPatchRequest) GetPatch() string
- func (m *ApplicationPatchRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationPatchRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationPatchRequest) ProtoMessage()
- func (m *ApplicationPatchRequest) Reset()
- func (m *ApplicationPatchRequest) Size() (n int)
- func (m *ApplicationPatchRequest) String() string
- func (m *ApplicationPatchRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationPatchRequest) XXX_DiscardUnknown()
- func (m *ApplicationPatchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationPatchRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationPatchRequest) XXX_Size() int
- func (m *ApplicationPatchRequest) XXX_Unmarshal(b []byte) error
- type ApplicationPodLogsQuery
- func (*ApplicationPodLogsQuery) Descriptor() ([]byte, []int)
- func (m *ApplicationPodLogsQuery) GetContainer() string
- func (m *ApplicationPodLogsQuery) GetFollow() bool
- func (m *ApplicationPodLogsQuery) GetName() string
- func (m *ApplicationPodLogsQuery) GetNamespace() string
- func (m *ApplicationPodLogsQuery) GetPodName() string
- func (m *ApplicationPodLogsQuery) GetSinceSeconds() int64
- func (m *ApplicationPodLogsQuery) GetSinceTime() *v1.Time
- func (m *ApplicationPodLogsQuery) GetTailLines() int64
- func (m *ApplicationPodLogsQuery) Marshal() (dAtA []byte, err error)
- func (m *ApplicationPodLogsQuery) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationPodLogsQuery) ProtoMessage()
- func (m *ApplicationPodLogsQuery) Reset()
- func (m *ApplicationPodLogsQuery) Size() (n int)
- func (m *ApplicationPodLogsQuery) String() string
- func (m *ApplicationPodLogsQuery) Unmarshal(dAtA []byte) error
- func (m *ApplicationPodLogsQuery) XXX_DiscardUnknown()
- func (m *ApplicationPodLogsQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationPodLogsQuery) XXX_Merge(src proto.Message)
- func (m *ApplicationPodLogsQuery) XXX_Size() int
- func (m *ApplicationPodLogsQuery) XXX_Unmarshal(b []byte) error
- type ApplicationQuery
- func (*ApplicationQuery) Descriptor() ([]byte, []int)
- func (m *ApplicationQuery) GetName() string
- func (m *ApplicationQuery) GetProjects() []string
- func (m *ApplicationQuery) GetRefresh() string
- func (m *ApplicationQuery) GetResourceVersion() string
- func (m *ApplicationQuery) Marshal() (dAtA []byte, err error)
- func (m *ApplicationQuery) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationQuery) ProtoMessage()
- func (m *ApplicationQuery) Reset()
- func (m *ApplicationQuery) Size() (n int)
- func (m *ApplicationQuery) String() string
- func (m *ApplicationQuery) Unmarshal(dAtA []byte) error
- func (m *ApplicationQuery) XXX_DiscardUnknown()
- func (m *ApplicationQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationQuery) XXX_Merge(src proto.Message)
- func (m *ApplicationQuery) XXX_Size() int
- func (m *ApplicationQuery) XXX_Unmarshal(b []byte) error
- type ApplicationResourceDeleteRequest
- func (*ApplicationResourceDeleteRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationResourceDeleteRequest) GetForce() bool
- func (m *ApplicationResourceDeleteRequest) GetGroup() string
- func (m *ApplicationResourceDeleteRequest) GetKind() string
- func (m *ApplicationResourceDeleteRequest) GetName() string
- func (m *ApplicationResourceDeleteRequest) GetNamespace() string
- func (m *ApplicationResourceDeleteRequest) GetResourceName() string
- func (m *ApplicationResourceDeleteRequest) GetVersion() string
- func (m *ApplicationResourceDeleteRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationResourceDeleteRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationResourceDeleteRequest) ProtoMessage()
- func (m *ApplicationResourceDeleteRequest) Reset()
- func (m *ApplicationResourceDeleteRequest) Size() (n int)
- func (m *ApplicationResourceDeleteRequest) String() string
- func (m *ApplicationResourceDeleteRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationResourceDeleteRequest) XXX_DiscardUnknown()
- func (m *ApplicationResourceDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationResourceDeleteRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationResourceDeleteRequest) XXX_Size() int
- func (m *ApplicationResourceDeleteRequest) XXX_Unmarshal(b []byte) error
- type ApplicationResourceEventsQuery
- func (*ApplicationResourceEventsQuery) Descriptor() ([]byte, []int)
- func (m *ApplicationResourceEventsQuery) GetName() string
- func (m *ApplicationResourceEventsQuery) GetResourceName() string
- func (m *ApplicationResourceEventsQuery) GetResourceNamespace() string
- func (m *ApplicationResourceEventsQuery) GetResourceUID() string
- func (m *ApplicationResourceEventsQuery) Marshal() (dAtA []byte, err error)
- func (m *ApplicationResourceEventsQuery) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationResourceEventsQuery) ProtoMessage()
- func (m *ApplicationResourceEventsQuery) Reset()
- func (m *ApplicationResourceEventsQuery) Size() (n int)
- func (m *ApplicationResourceEventsQuery) String() string
- func (m *ApplicationResourceEventsQuery) Unmarshal(dAtA []byte) error
- func (m *ApplicationResourceEventsQuery) XXX_DiscardUnknown()
- func (m *ApplicationResourceEventsQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationResourceEventsQuery) XXX_Merge(src proto.Message)
- func (m *ApplicationResourceEventsQuery) XXX_Size() int
- func (m *ApplicationResourceEventsQuery) XXX_Unmarshal(b []byte) error
- type ApplicationResourcePatchRequest
- func (*ApplicationResourcePatchRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationResourcePatchRequest) GetGroup() string
- func (m *ApplicationResourcePatchRequest) GetKind() string
- func (m *ApplicationResourcePatchRequest) GetName() string
- func (m *ApplicationResourcePatchRequest) GetNamespace() string
- func (m *ApplicationResourcePatchRequest) GetPatch() string
- func (m *ApplicationResourcePatchRequest) GetPatchType() string
- func (m *ApplicationResourcePatchRequest) GetResourceName() string
- func (m *ApplicationResourcePatchRequest) GetVersion() string
- func (m *ApplicationResourcePatchRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationResourcePatchRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationResourcePatchRequest) ProtoMessage()
- func (m *ApplicationResourcePatchRequest) Reset()
- func (m *ApplicationResourcePatchRequest) Size() (n int)
- func (m *ApplicationResourcePatchRequest) String() string
- func (m *ApplicationResourcePatchRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationResourcePatchRequest) XXX_DiscardUnknown()
- func (m *ApplicationResourcePatchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationResourcePatchRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationResourcePatchRequest) XXX_Size() int
- func (m *ApplicationResourcePatchRequest) XXX_Unmarshal(b []byte) error
- type ApplicationResourceRequest
- func (*ApplicationResourceRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationResourceRequest) GetGroup() string
- func (m *ApplicationResourceRequest) GetKind() string
- func (m *ApplicationResourceRequest) GetName() string
- func (m *ApplicationResourceRequest) GetNamespace() string
- func (m *ApplicationResourceRequest) GetResourceName() string
- func (m *ApplicationResourceRequest) GetVersion() string
- func (m *ApplicationResourceRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationResourceRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationResourceRequest) ProtoMessage()
- func (m *ApplicationResourceRequest) Reset()
- func (m *ApplicationResourceRequest) Size() (n int)
- func (m *ApplicationResourceRequest) String() string
- func (m *ApplicationResourceRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationResourceRequest) XXX_DiscardUnknown()
- func (m *ApplicationResourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationResourceRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationResourceRequest) XXX_Size() int
- func (m *ApplicationResourceRequest) XXX_Unmarshal(b []byte) error
- type ApplicationResourceResponse
- func (*ApplicationResourceResponse) Descriptor() ([]byte, []int)
- func (m *ApplicationResourceResponse) GetManifest() string
- func (m *ApplicationResourceResponse) Marshal() (dAtA []byte, err error)
- func (m *ApplicationResourceResponse) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationResourceResponse) ProtoMessage()
- func (m *ApplicationResourceResponse) Reset()
- func (m *ApplicationResourceResponse) Size() (n int)
- func (m *ApplicationResourceResponse) String() string
- func (m *ApplicationResourceResponse) Unmarshal(dAtA []byte) error
- func (m *ApplicationResourceResponse) XXX_DiscardUnknown()
- func (m *ApplicationResourceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationResourceResponse) XXX_Merge(src proto.Message)
- func (m *ApplicationResourceResponse) XXX_Size() int
- func (m *ApplicationResourceResponse) XXX_Unmarshal(b []byte) error
- type ApplicationResponse
- func (*ApplicationResponse) Descriptor() ([]byte, []int)
- func (m *ApplicationResponse) Marshal() (dAtA []byte, err error)
- func (m *ApplicationResponse) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationResponse) ProtoMessage()
- func (m *ApplicationResponse) Reset()
- func (m *ApplicationResponse) Size() (n int)
- func (m *ApplicationResponse) String() string
- func (m *ApplicationResponse) Unmarshal(dAtA []byte) error
- func (m *ApplicationResponse) XXX_DiscardUnknown()
- func (m *ApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationResponse) XXX_Merge(src proto.Message)
- func (m *ApplicationResponse) XXX_Size() int
- func (m *ApplicationResponse) XXX_Unmarshal(b []byte) error
- type ApplicationRollbackRequest
- func (*ApplicationRollbackRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationRollbackRequest) GetDryRun() bool
- func (m *ApplicationRollbackRequest) GetID() int64
- func (m *ApplicationRollbackRequest) GetName() string
- func (m *ApplicationRollbackRequest) GetPrune() bool
- func (m *ApplicationRollbackRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationRollbackRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationRollbackRequest) ProtoMessage()
- func (m *ApplicationRollbackRequest) Reset()
- func (m *ApplicationRollbackRequest) Size() (n int)
- func (m *ApplicationRollbackRequest) String() string
- func (m *ApplicationRollbackRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationRollbackRequest) XXX_DiscardUnknown()
- func (m *ApplicationRollbackRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationRollbackRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationRollbackRequest) XXX_Size() int
- func (m *ApplicationRollbackRequest) XXX_Unmarshal(b []byte) error
- type ApplicationServiceClient
- type ApplicationServiceServer
- type ApplicationService_PodLogsClient
- type ApplicationService_PodLogsServer
- type ApplicationService_WatchClient
- type ApplicationService_WatchServer
- type ApplicationSyncRequest
- func (*ApplicationSyncRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationSyncRequest) GetDryRun() bool
- func (m *ApplicationSyncRequest) GetManifests() []string
- func (m *ApplicationSyncRequest) GetName() string
- func (m *ApplicationSyncRequest) GetPrune() bool
- func (m *ApplicationSyncRequest) GetResources() []v1alpha1.SyncOperationResource
- func (m *ApplicationSyncRequest) GetRevision() string
- func (m *ApplicationSyncRequest) GetStrategy() *v1alpha1.SyncStrategy
- func (m *ApplicationSyncRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSyncRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationSyncRequest) ProtoMessage()
- func (m *ApplicationSyncRequest) Reset()
- func (m *ApplicationSyncRequest) Size() (n int)
- func (m *ApplicationSyncRequest) String() string
- func (m *ApplicationSyncRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationSyncRequest) XXX_DiscardUnknown()
- func (m *ApplicationSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationSyncRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationSyncRequest) XXX_Size() int
- func (m *ApplicationSyncRequest) XXX_Unmarshal(b []byte) error
- type ApplicationUpdateRequest
- func (*ApplicationUpdateRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationUpdateRequest) GetApplication() *v1alpha1.Application
- func (m *ApplicationUpdateRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationUpdateRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationUpdateRequest) ProtoMessage()
- func (m *ApplicationUpdateRequest) Reset()
- func (m *ApplicationUpdateRequest) Size() (n int)
- func (m *ApplicationUpdateRequest) String() string
- func (m *ApplicationUpdateRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationUpdateRequest) XXX_DiscardUnknown()
- func (m *ApplicationUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationUpdateRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationUpdateRequest) XXX_Size() int
- func (m *ApplicationUpdateRequest) XXX_Unmarshal(b []byte) error
- type ApplicationUpdateSpecRequest
- func (*ApplicationUpdateSpecRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationUpdateSpecRequest) GetName() string
- func (m *ApplicationUpdateSpecRequest) GetSpec() v1alpha1.ApplicationSpec
- func (m *ApplicationUpdateSpecRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationUpdateSpecRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationUpdateSpecRequest) ProtoMessage()
- func (m *ApplicationUpdateSpecRequest) Reset()
- func (m *ApplicationUpdateSpecRequest) Size() (n int)
- func (m *ApplicationUpdateSpecRequest) String() string
- func (m *ApplicationUpdateSpecRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationUpdateSpecRequest) XXX_DiscardUnknown()
- func (m *ApplicationUpdateSpecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplicationUpdateSpecRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationUpdateSpecRequest) XXX_Size() int
- func (m *ApplicationUpdateSpecRequest) XXX_Unmarshal(b []byte) error
- type LogEntry
- func (*LogEntry) Descriptor() ([]byte, []int)
- func (m *LogEntry) GetContent() string
- func (m *LogEntry) GetTimeStamp() v1.Time
- func (m *LogEntry) Marshal() (dAtA []byte, err error)
- func (m *LogEntry) MarshalTo(dAtA []byte) (int, error)
- func (*LogEntry) ProtoMessage()
- func (m *LogEntry) Reset()
- func (m *LogEntry) Size() (n int)
- func (m *LogEntry) String() string
- func (m *LogEntry) Unmarshal(dAtA []byte) error
- func (m *LogEntry) XXX_DiscardUnknown()
- func (m *LogEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LogEntry) XXX_Merge(src proto.Message)
- func (m *LogEntry) XXX_Size() int
- func (m *LogEntry) XXX_Unmarshal(b []byte) error
- type ManagedResourcesResponse
- func (*ManagedResourcesResponse) Descriptor() ([]byte, []int)
- func (m *ManagedResourcesResponse) GetItems() []*v1alpha1.ResourceDiff
- func (m *ManagedResourcesResponse) Marshal() (dAtA []byte, err error)
- func (m *ManagedResourcesResponse) MarshalTo(dAtA []byte) (int, error)
- func (*ManagedResourcesResponse) ProtoMessage()
- func (m *ManagedResourcesResponse) Reset()
- func (m *ManagedResourcesResponse) Size() (n int)
- func (m *ManagedResourcesResponse) String() string
- func (m *ManagedResourcesResponse) Unmarshal(dAtA []byte) error
- func (m *ManagedResourcesResponse) XXX_DiscardUnknown()
- func (m *ManagedResourcesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ManagedResourcesResponse) XXX_Merge(src proto.Message)
- func (m *ManagedResourcesResponse) XXX_Size() int
- func (m *ManagedResourcesResponse) XXX_Unmarshal(b []byte) error
- type OperationTerminateRequest
- func (*OperationTerminateRequest) Descriptor() ([]byte, []int)
- func (m *OperationTerminateRequest) GetName() string
- func (m *OperationTerminateRequest) Marshal() (dAtA []byte, err error)
- func (m *OperationTerminateRequest) MarshalTo(dAtA []byte) (int, error)
- func (*OperationTerminateRequest) ProtoMessage()
- func (m *OperationTerminateRequest) Reset()
- func (m *OperationTerminateRequest) Size() (n int)
- func (m *OperationTerminateRequest) String() string
- func (m *OperationTerminateRequest) Unmarshal(dAtA []byte) error
- func (m *OperationTerminateRequest) XXX_DiscardUnknown()
- func (m *OperationTerminateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OperationTerminateRequest) XXX_Merge(src proto.Message)
- func (m *OperationTerminateRequest) XXX_Size() int
- func (m *OperationTerminateRequest) XXX_Unmarshal(b []byte) error
- type OperationTerminateResponse
- func (*OperationTerminateResponse) Descriptor() ([]byte, []int)
- func (m *OperationTerminateResponse) Marshal() (dAtA []byte, err error)
- func (m *OperationTerminateResponse) MarshalTo(dAtA []byte) (int, error)
- func (*OperationTerminateResponse) ProtoMessage()
- func (m *OperationTerminateResponse) Reset()
- func (m *OperationTerminateResponse) Size() (n int)
- func (m *OperationTerminateResponse) String() string
- func (m *OperationTerminateResponse) Unmarshal(dAtA []byte) error
- func (m *OperationTerminateResponse) XXX_DiscardUnknown()
- func (m *OperationTerminateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OperationTerminateResponse) XXX_Merge(src proto.Message)
- func (m *OperationTerminateResponse) XXX_Size() int
- func (m *OperationTerminateResponse) XXX_Unmarshal(b []byte) error
- type ResourceActionRunRequest
- func (*ResourceActionRunRequest) Descriptor() ([]byte, []int)
- func (m *ResourceActionRunRequest) GetAction() string
- func (m *ResourceActionRunRequest) GetGroup() string
- func (m *ResourceActionRunRequest) GetKind() string
- func (m *ResourceActionRunRequest) GetName() string
- func (m *ResourceActionRunRequest) GetNamespace() string
- func (m *ResourceActionRunRequest) GetResourceName() string
- func (m *ResourceActionRunRequest) GetVersion() string
- func (m *ResourceActionRunRequest) Marshal() (dAtA []byte, err error)
- func (m *ResourceActionRunRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ResourceActionRunRequest) ProtoMessage()
- func (m *ResourceActionRunRequest) Reset()
- func (m *ResourceActionRunRequest) Size() (n int)
- func (m *ResourceActionRunRequest) String() string
- func (m *ResourceActionRunRequest) Unmarshal(dAtA []byte) error
- func (m *ResourceActionRunRequest) XXX_DiscardUnknown()
- func (m *ResourceActionRunRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ResourceActionRunRequest) XXX_Merge(src proto.Message)
- func (m *ResourceActionRunRequest) XXX_Size() int
- func (m *ResourceActionRunRequest) XXX_Unmarshal(b []byte) error
- type ResourceActionsListResponse
- func (*ResourceActionsListResponse) Descriptor() ([]byte, []int)
- func (m *ResourceActionsListResponse) GetActions() []v1alpha1.ResourceAction
- func (m *ResourceActionsListResponse) Marshal() (dAtA []byte, err error)
- func (m *ResourceActionsListResponse) MarshalTo(dAtA []byte) (int, error)
- func (*ResourceActionsListResponse) ProtoMessage()
- func (m *ResourceActionsListResponse) Reset()
- func (m *ResourceActionsListResponse) Size() (n int)
- func (m *ResourceActionsListResponse) String() string
- func (m *ResourceActionsListResponse) Unmarshal(dAtA []byte) error
- func (m *ResourceActionsListResponse) XXX_DiscardUnknown()
- func (m *ResourceActionsListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ResourceActionsListResponse) XXX_Merge(src proto.Message)
- func (m *ResourceActionsListResponse) XXX_Size() int
- func (m *ResourceActionsListResponse) XXX_Unmarshal(b []byte) error
- type ResourcesQuery
- func (*ResourcesQuery) Descriptor() ([]byte, []int)
- func (m *ResourcesQuery) GetApplicationName() string
- func (m *ResourcesQuery) Marshal() (dAtA []byte, err error)
- func (m *ResourcesQuery) MarshalTo(dAtA []byte) (int, error)
- func (*ResourcesQuery) ProtoMessage()
- func (m *ResourcesQuery) Reset()
- func (m *ResourcesQuery) Size() (n int)
- func (m *ResourcesQuery) String() string
- func (m *ResourcesQuery) Unmarshal(dAtA []byte) error
- func (m *ResourcesQuery) XXX_DiscardUnknown()
- func (m *ResourcesQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ResourcesQuery) XXX_Merge(src proto.Message)
- func (m *ResourcesQuery) XXX_Size() int
- func (m *ResourcesQuery) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthApplication = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApplication = fmt.Errorf("proto: integer overflow") )
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
RegisterApplicationServiceHandler 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 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"` Upsert *bool `protobuf:"varint,2,opt,name=upsert" json:"upsert,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) Marshal ¶
func (m *ApplicationCreateRequest) Marshal() (dAtA []byte, err error)
func (*ApplicationCreateRequest) MarshalTo ¶
func (m *ApplicationCreateRequest) MarshalTo(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 (dst *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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationDeleteRequest) Descriptor ¶
func (*ApplicationDeleteRequest) Descriptor() ([]byte, []int)
func (*ApplicationDeleteRequest) GetCascade ¶
func (m *ApplicationDeleteRequest) GetCascade() bool
func (*ApplicationDeleteRequest) GetName ¶
func (m *ApplicationDeleteRequest) GetName() 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) 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 (dst *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"` 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) GetName ¶
func (m *ApplicationManifestQuery) GetName() string
func (*ApplicationManifestQuery) GetRevision ¶
func (m *ApplicationManifestQuery) GetRevision() string
func (*ApplicationManifestQuery) Marshal ¶
func (m *ApplicationManifestQuery) Marshal() (dAtA []byte, err error)
func (*ApplicationManifestQuery) MarshalTo ¶
func (m *ApplicationManifestQuery) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationManifestQuery) 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 (dst *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 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"` 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) GetName ¶
func (m *ApplicationPatchRequest) GetName() string
func (*ApplicationPatchRequest) GetPatch ¶
func (m *ApplicationPatchRequest) GetPatch() 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) 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 (dst *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,req,name=namespace" json:"namespace"` PodName *string `protobuf:"bytes,3,req,name=podName" json:"podName,omitempty"` Container string `protobuf:"bytes,4,req,name=container" json:"container"` SinceSeconds int64 `protobuf:"varint,5,req,name=sinceSeconds" json:"sinceSeconds"` SinceTime *v1.Time `protobuf:"bytes,6,opt,name=sinceTime" json:"sinceTime,omitempty"` TailLines int64 `protobuf:"varint,7,req,name=tailLines" json:"tailLines"` Follow bool `protobuf:"varint,8,req,name=follow" json:"follow"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationPodLogsQuery) Descriptor ¶
func (*ApplicationPodLogsQuery) Descriptor() ([]byte, []int)
func (*ApplicationPodLogsQuery) GetContainer ¶
func (m *ApplicationPodLogsQuery) GetContainer() string
func (*ApplicationPodLogsQuery) GetFollow ¶
func (m *ApplicationPodLogsQuery) GetFollow() 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) 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) Marshal ¶
func (m *ApplicationPodLogsQuery) Marshal() (dAtA []byte, err error)
func (*ApplicationPodLogsQuery) MarshalTo ¶
func (m *ApplicationPodLogsQuery) MarshalTo(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 (dst *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 { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Refresh *string `protobuf:"bytes,2,opt,name=refresh" json:"refresh,omitempty"` Projects []string `protobuf:"bytes,3,rep,name=project" json:"project,omitempty"` ResourceVersion string `protobuf:"bytes,4,opt,name=resourceVersion" json:"resourceVersion"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ApplicationQuery is a query for application resources
func (*ApplicationQuery) Descriptor ¶
func (*ApplicationQuery) Descriptor() ([]byte, []int)
func (*ApplicationQuery) GetName ¶
func (m *ApplicationQuery) GetName() string
func (*ApplicationQuery) GetProjects ¶
func (m *ApplicationQuery) GetProjects() []string
func (*ApplicationQuery) GetRefresh ¶
func (m *ApplicationQuery) GetRefresh() string
func (*ApplicationQuery) GetResourceVersion ¶
func (m *ApplicationQuery) GetResourceVersion() string
func (*ApplicationQuery) Marshal ¶
func (m *ApplicationQuery) Marshal() (dAtA []byte, err 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 (dst *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,req,name=namespace" json:"namespace"` ResourceName string `protobuf:"bytes,3,req,name=resourceName" json:"resourceName"` Version string `protobuf:"bytes,4,req,name=version" json:"version"` Group string `protobuf:"bytes,5,req,name=group" json:"group"` Kind string `protobuf:"bytes,6,req,name=kind" json:"kind"` Force *bool `protobuf:"varint,7,opt,name=force" json:"force,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationResourceDeleteRequest) Descriptor ¶
func (*ApplicationResourceDeleteRequest) Descriptor() ([]byte, []int)
func (*ApplicationResourceDeleteRequest) GetForce ¶
func (m *ApplicationResourceDeleteRequest) GetForce() bool
func (*ApplicationResourceDeleteRequest) GetGroup ¶
func (m *ApplicationResourceDeleteRequest) GetGroup() string
func (*ApplicationResourceDeleteRequest) GetKind ¶
func (m *ApplicationResourceDeleteRequest) GetKind() string
func (*ApplicationResourceDeleteRequest) GetName ¶
func (m *ApplicationResourceDeleteRequest) GetName() string
func (*ApplicationResourceDeleteRequest) GetNamespace ¶
func (m *ApplicationResourceDeleteRequest) GetNamespace() 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) ProtoMessage ¶
func (*ApplicationResourceDeleteRequest) ProtoMessage()
func (*ApplicationResourceDeleteRequest) Reset ¶
func (m *ApplicationResourceDeleteRequest) Reset()
func (*ApplicationResourceDeleteRequest) Size ¶
func (m *ApplicationResourceDeleteRequest) Size() (n int)
func (*ApplicationResourceDeleteRequest) String ¶
func (m *ApplicationResourceDeleteRequest) String() 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 (dst *ApplicationResourceDeleteRequest) XXX_Merge(src proto.Message)
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,req,name=resourceNamespace" json:"resourceNamespace"` ResourceName string `protobuf:"bytes,3,req,name=resourceName" json:"resourceName"` ResourceUID string `protobuf:"bytes,4,req,name=resourceUID" json:"resourceUID"` 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) GetName ¶
func (m *ApplicationResourceEventsQuery) GetName() 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) ProtoMessage ¶
func (*ApplicationResourceEventsQuery) ProtoMessage()
func (*ApplicationResourceEventsQuery) Reset ¶
func (m *ApplicationResourceEventsQuery) Reset()
func (*ApplicationResourceEventsQuery) Size ¶
func (m *ApplicationResourceEventsQuery) Size() (n int)
func (*ApplicationResourceEventsQuery) String ¶
func (m *ApplicationResourceEventsQuery) String() 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 (dst *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,req,name=namespace" json:"namespace"` ResourceName string `protobuf:"bytes,3,req,name=resourceName" json:"resourceName"` Version string `protobuf:"bytes,4,req,name=version" json:"version"` Group string `protobuf:"bytes,5,req,name=group" json:"group"` Kind string `protobuf:"bytes,6,req,name=kind" json:"kind"` Patch string `protobuf:"bytes,7,req,name=patch" json:"patch"` PatchType string `protobuf:"bytes,8,req,name=patchType" json:"patchType"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationResourcePatchRequest) Descriptor ¶
func (*ApplicationResourcePatchRequest) Descriptor() ([]byte, []int)
func (*ApplicationResourcePatchRequest) GetGroup ¶
func (m *ApplicationResourcePatchRequest) GetGroup() string
func (*ApplicationResourcePatchRequest) GetKind ¶
func (m *ApplicationResourcePatchRequest) GetKind() string
func (*ApplicationResourcePatchRequest) GetName ¶
func (m *ApplicationResourcePatchRequest) GetName() string
func (*ApplicationResourcePatchRequest) GetNamespace ¶
func (m *ApplicationResourcePatchRequest) GetNamespace() string
func (*ApplicationResourcePatchRequest) GetPatch ¶
func (m *ApplicationResourcePatchRequest) GetPatch() string
func (*ApplicationResourcePatchRequest) GetPatchType ¶
func (m *ApplicationResourcePatchRequest) GetPatchType() 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) ProtoMessage ¶
func (*ApplicationResourcePatchRequest) ProtoMessage()
func (*ApplicationResourcePatchRequest) Reset ¶
func (m *ApplicationResourcePatchRequest) Reset()
func (*ApplicationResourcePatchRequest) Size ¶
func (m *ApplicationResourcePatchRequest) Size() (n int)
func (*ApplicationResourcePatchRequest) String ¶
func (m *ApplicationResourcePatchRequest) String() 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 (dst *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,req,name=namespace" json:"namespace"` ResourceName string `protobuf:"bytes,3,req,name=resourceName" json:"resourceName"` Version string `protobuf:"bytes,4,req,name=version" json:"version"` Group string `protobuf:"bytes,5,req,name=group" json:"group"` Kind string `protobuf:"bytes,6,req,name=kind" json:"kind"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationResourceRequest) Descriptor ¶
func (*ApplicationResourceRequest) Descriptor() ([]byte, []int)
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) 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) 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 (dst *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"` 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) 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 (dst *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) 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 (dst *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"` DryRun bool `protobuf:"varint,3,opt,name=dryRun" json:"dryRun"` Prune bool `protobuf:"varint,4,opt,name=prune" json:"prune"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationRollbackRequest) Descriptor ¶
func (*ApplicationRollbackRequest) Descriptor() ([]byte, []int)
func (*ApplicationRollbackRequest) GetDryRun ¶
func (m *ApplicationRollbackRequest) GetDryRun() bool
func (*ApplicationRollbackRequest) GetID ¶
func (m *ApplicationRollbackRequest) GetID() int64
func (*ApplicationRollbackRequest) GetName ¶
func (m *ApplicationRollbackRequest) GetName() string
func (*ApplicationRollbackRequest) 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) 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 (dst *ApplicationRollbackRequest) XXX_Merge(src proto.Message)
func (*ApplicationRollbackRequest) XXX_Size ¶
func (m *ApplicationRollbackRequest) XXX_Size() int
func (*ApplicationRollbackRequest) XXX_Unmarshal ¶
func (m *ApplicationRollbackRequest) XXX_Unmarshal(b []byte) error
type ApplicationServiceClient ¶
type ApplicationServiceClient interface { // List returns list of applications List(ctx context.Context, in *ApplicationQuery, opts ...grpc.CallOption) (*v1alpha1.ApplicationList, error) // ListResourceEvents returns a list of event resources ListResourceEvents(ctx context.Context, in *ApplicationResourceEventsQuery, opts ...grpc.CallOption) (*v11.EventList, error) // Watch returns stream of application change events. Watch(ctx context.Context, in *ApplicationQuery, opts ...grpc.CallOption) (ApplicationService_WatchClient, error) // Create creates an application Create(ctx context.Context, in *ApplicationCreateRequest, opts ...grpc.CallOption) (*v1alpha1.Application, error) // Get returns an application by name Get(ctx context.Context, in *ApplicationQuery, opts ...grpc.CallOption) (*v1alpha1.Application, error) // GetManifests returns application manifests GetManifests(ctx context.Context, in *ApplicationManifestQuery, opts ...grpc.CallOption) (*repository.ManifestResponse, 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(ctx context.Context, in *ResourcesQuery, opts ...grpc.CallOption) (*ManagedResourcesResponse, error) ResourceTree(ctx context.Context, in *ResourcesQuery, opts ...grpc.CallOption) (*v1alpha1.ApplicationTree, 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(ctx context.Context, in *ApplicationResourceRequest, opts ...grpc.CallOption) (*ResourceActionsListResponse, error) RunResourceAction(ctx context.Context, in *ResourceActionRunRequest, opts ...grpc.CallOption) (*ApplicationResponse, error) // DeleteResource deletes a single application resource DeleteResource(ctx context.Context, in *ApplicationResourceDeleteRequest, opts ...grpc.CallOption) (*ApplicationResponse, error) // PodLogs returns stream of log entries for the specified pod. Pod PodLogs(ctx context.Context, in *ApplicationPodLogsQuery, opts ...grpc.CallOption) (ApplicationService_PodLogsClient, error) }
func NewApplicationServiceClient ¶
func NewApplicationServiceClient(cc *grpc.ClientConn) ApplicationServiceClient
type ApplicationServiceServer ¶
type ApplicationServiceServer interface { // List returns list of applications List(context.Context, *ApplicationQuery) (*v1alpha1.ApplicationList, error) // ListResourceEvents returns a list of event resources ListResourceEvents(context.Context, *ApplicationResourceEventsQuery) (*v11.EventList, error) // Watch returns stream of application change events. Watch(*ApplicationQuery, ApplicationService_WatchServer) error // Create creates an application Create(context.Context, *ApplicationCreateRequest) (*v1alpha1.Application, error) // Get returns an application by name Get(context.Context, *ApplicationQuery) (*v1alpha1.Application, error) // GetManifests returns application manifests GetManifests(context.Context, *ApplicationManifestQuery) (*repository.ManifestResponse, 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(context.Context, *ResourcesQuery) (*ManagedResourcesResponse, error) ResourceTree(context.Context, *ResourcesQuery) (*v1alpha1.ApplicationTree, 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(context.Context, *ApplicationResourceRequest) (*ResourceActionsListResponse, error) RunResourceAction(context.Context, *ResourceActionRunRequest) (*ApplicationResponse, error) // DeleteResource deletes a single application resource DeleteResource(context.Context, *ApplicationResourceDeleteRequest) (*ApplicationResponse, error) // PodLogs returns stream of log entries for the specified pod. Pod PodLogs(*ApplicationPodLogsQuery, ApplicationService_PodLogsServer) error }
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_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"` DryRun bool `protobuf:"varint,3,opt,name=dryRun" json:"dryRun"` Prune bool `protobuf:"varint,4,opt,name=prune" json:"prune"` Strategy *v1alpha1.SyncStrategy `protobuf:"bytes,5,opt,name=strategy" json:"strategy,omitempty"` Resources []v1alpha1.SyncOperationResource `protobuf:"bytes,7,rep,name=resources" json:"resources"` Manifests []string `protobuf:"bytes,8,rep,name=manifests" json:"manifests,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) GetDryRun ¶
func (m *ApplicationSyncRequest) GetDryRun() bool
func (*ApplicationSyncRequest) GetManifests ¶
func (m *ApplicationSyncRequest) GetManifests() []string
func (*ApplicationSyncRequest) GetName ¶
func (m *ApplicationSyncRequest) GetName() string
func (*ApplicationSyncRequest) GetPrune ¶
func (m *ApplicationSyncRequest) GetPrune() bool
func (*ApplicationSyncRequest) GetResources ¶
func (m *ApplicationSyncRequest) GetResources() []v1alpha1.SyncOperationResource
func (*ApplicationSyncRequest) GetRevision ¶
func (m *ApplicationSyncRequest) GetRevision() string
func (*ApplicationSyncRequest) GetStrategy ¶
func (m *ApplicationSyncRequest) GetStrategy() *v1alpha1.SyncStrategy
func (*ApplicationSyncRequest) Marshal ¶
func (m *ApplicationSyncRequest) Marshal() (dAtA []byte, err error)
func (*ApplicationSyncRequest) MarshalTo ¶
func (m *ApplicationSyncRequest) MarshalTo(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 (dst *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 ApplicationUpdateRequest ¶
type ApplicationUpdateRequest struct { Application *v1alpha1.Application `protobuf:"bytes,1,req,name=application" json:"application,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) Marshal ¶
func (m *ApplicationUpdateRequest) Marshal() (dAtA []byte, err error)
func (*ApplicationUpdateRequest) MarshalTo ¶
func (m *ApplicationUpdateRequest) MarshalTo(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 (dst *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"` 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) GetName ¶
func (m *ApplicationUpdateSpecRequest) GetName() string
func (*ApplicationUpdateSpecRequest) GetSpec ¶
func (m *ApplicationUpdateSpecRequest) GetSpec() v1alpha1.ApplicationSpec
func (*ApplicationUpdateSpecRequest) Marshal ¶
func (m *ApplicationUpdateSpecRequest) Marshal() (dAtA []byte, err error)
func (*ApplicationUpdateSpecRequest) MarshalTo ¶
func (m *ApplicationUpdateSpecRequest) MarshalTo(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 (m *ApplicationUpdateSpecRequest) String() 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 (dst *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 LogEntry ¶
type LogEntry struct { Content string `protobuf:"bytes,1,req,name=content" json:"content"` TimeStamp v1.Time `protobuf:"bytes,2,req,name=timeStamp" json:"timeStamp"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogEntry) Descriptor ¶
func (*LogEntry) GetContent ¶
func (*LogEntry) GetTimeStamp ¶
func (*LogEntry) ProtoMessage ¶
func (*LogEntry) ProtoMessage()
func (*LogEntry) XXX_DiscardUnknown ¶
func (m *LogEntry) XXX_DiscardUnknown()
func (*LogEntry) XXX_Marshal ¶
func (*LogEntry) XXX_Unmarshal ¶
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 (m *ManagedResourcesResponse) GetItems() []*v1alpha1.ResourceDiff
func (*ManagedResourcesResponse) Marshal ¶
func (m *ManagedResourcesResponse) Marshal() (dAtA []byte, err error)
func (*ManagedResourcesResponse) MarshalTo ¶
func (m *ManagedResourcesResponse) MarshalTo(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 (dst *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 OperationTerminateRequest ¶
type OperationTerminateRequest struct { Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OperationTerminateRequest) Descriptor ¶
func (*OperationTerminateRequest) Descriptor() ([]byte, []int)
func (*OperationTerminateRequest) GetName ¶
func (m *OperationTerminateRequest) GetName() 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) 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 (dst *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) 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 (dst *OperationTerminateResponse) XXX_Merge(src proto.Message)
func (*OperationTerminateResponse) XXX_Size ¶
func (m *OperationTerminateResponse) XXX_Size() int
func (*OperationTerminateResponse) XXX_Unmarshal ¶
func (m *OperationTerminateResponse) XXX_Unmarshal(b []byte) error
type ResourceActionRunRequest ¶
type ResourceActionRunRequest struct { Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"` Namespace string `protobuf:"bytes,2,req,name=namespace" json:"namespace"` ResourceName string `protobuf:"bytes,3,req,name=resourceName" json:"resourceName"` Version string `protobuf:"bytes,4,req,name=version" json:"version"` Group string `protobuf:"bytes,5,req,name=group" json:"group"` Kind string `protobuf:"bytes,6,req,name=kind" json:"kind"` Action string `protobuf:"bytes,7,req,name=action" json:"action"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResourceActionRunRequest) Descriptor ¶
func (*ResourceActionRunRequest) Descriptor() ([]byte, []int)
func (*ResourceActionRunRequest) GetAction ¶
func (m *ResourceActionRunRequest) GetAction() string
func (*ResourceActionRunRequest) 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) 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) 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 (dst *ResourceActionRunRequest) XXX_Merge(src proto.Message)
func (*ResourceActionRunRequest) XXX_Size ¶
func (m *ResourceActionRunRequest) XXX_Size() int
func (*ResourceActionRunRequest) XXX_Unmarshal ¶
func (m *ResourceActionRunRequest) XXX_Unmarshal(b []byte) error
type ResourceActionsListResponse ¶
type ResourceActionsListResponse struct { Actions []v1alpha1.ResourceAction `protobuf:"bytes,1,rep,name=actions" json:"actions"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResourceActionsListResponse) Descriptor ¶
func (*ResourceActionsListResponse) Descriptor() ([]byte, []int)
func (*ResourceActionsListResponse) GetActions ¶
func (m *ResourceActionsListResponse) GetActions() []v1alpha1.ResourceAction
func (*ResourceActionsListResponse) Marshal ¶
func (m *ResourceActionsListResponse) Marshal() (dAtA []byte, err error)
func (*ResourceActionsListResponse) MarshalTo ¶
func (m *ResourceActionsListResponse) MarshalTo(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 (dst *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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResourcesQuery) Descriptor ¶
func (*ResourcesQuery) Descriptor() ([]byte, []int)
func (*ResourcesQuery) GetApplicationName ¶
func (m *ResourcesQuery) GetApplicationName() string
func (*ResourcesQuery) Marshal ¶
func (m *ResourcesQuery) Marshal() (dAtA []byte, err 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 (dst *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