Documentation ¶
Overview ¶
Package applicationset is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterApplicationSetServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterApplicationSetServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationSetServiceClient) error
- func RegisterApplicationSetServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterApplicationSetServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationSetServiceServer) error
- func RegisterApplicationSetServiceServer(s *grpc.Server, srv ApplicationSetServiceServer)
- type ApplicationSetCreateRequest
- func (*ApplicationSetCreateRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationSetCreateRequest) GetApplicationset() *v1alpha1.ApplicationSet
- func (m *ApplicationSetCreateRequest) GetDryRun() bool
- func (m *ApplicationSetCreateRequest) GetUpsert() bool
- func (m *ApplicationSetCreateRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetCreateRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetCreateRequest) ProtoMessage()
- func (m *ApplicationSetCreateRequest) Reset()
- func (m *ApplicationSetCreateRequest) Size() (n int)
- func (m *ApplicationSetCreateRequest) String() string
- func (m *ApplicationSetCreateRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetCreateRequest) XXX_DiscardUnknown()
- func (m *ApplicationSetCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetCreateRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationSetCreateRequest) XXX_Size() int
- func (m *ApplicationSetCreateRequest) XXX_Unmarshal(b []byte) error
- type ApplicationSetDeleteRequest
- func (*ApplicationSetDeleteRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationSetDeleteRequest) GetAppsetNamespace() string
- func (m *ApplicationSetDeleteRequest) GetName() string
- func (m *ApplicationSetDeleteRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetDeleteRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetDeleteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetDeleteRequest) ProtoMessage()
- func (m *ApplicationSetDeleteRequest) Reset()
- func (m *ApplicationSetDeleteRequest) Size() (n int)
- func (m *ApplicationSetDeleteRequest) String() string
- func (m *ApplicationSetDeleteRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetDeleteRequest) XXX_DiscardUnknown()
- func (m *ApplicationSetDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetDeleteRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationSetDeleteRequest) XXX_Size() int
- func (m *ApplicationSetDeleteRequest) XXX_Unmarshal(b []byte) error
- type ApplicationSetGenerateRequest
- func (*ApplicationSetGenerateRequest) Descriptor() ([]byte, []int)
- func (m *ApplicationSetGenerateRequest) GetApplicationSet() *v1alpha1.ApplicationSet
- func (m *ApplicationSetGenerateRequest) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetGenerateRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetGenerateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetGenerateRequest) ProtoMessage()
- func (m *ApplicationSetGenerateRequest) Reset()
- func (m *ApplicationSetGenerateRequest) Size() (n int)
- func (m *ApplicationSetGenerateRequest) String() string
- func (m *ApplicationSetGenerateRequest) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetGenerateRequest) XXX_DiscardUnknown()
- func (m *ApplicationSetGenerateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetGenerateRequest) XXX_Merge(src proto.Message)
- func (m *ApplicationSetGenerateRequest) XXX_Size() int
- func (m *ApplicationSetGenerateRequest) XXX_Unmarshal(b []byte) error
- type ApplicationSetGenerateResponse
- func (*ApplicationSetGenerateResponse) Descriptor() ([]byte, []int)
- func (m *ApplicationSetGenerateResponse) GetApplications() []*v1alpha1.Application
- func (m *ApplicationSetGenerateResponse) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetGenerateResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetGenerateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetGenerateResponse) ProtoMessage()
- func (m *ApplicationSetGenerateResponse) Reset()
- func (m *ApplicationSetGenerateResponse) Size() (n int)
- func (m *ApplicationSetGenerateResponse) String() string
- func (m *ApplicationSetGenerateResponse) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetGenerateResponse) XXX_DiscardUnknown()
- func (m *ApplicationSetGenerateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetGenerateResponse) XXX_Merge(src proto.Message)
- func (m *ApplicationSetGenerateResponse) XXX_Size() int
- func (m *ApplicationSetGenerateResponse) XXX_Unmarshal(b []byte) error
- type ApplicationSetGetQuery
- func (*ApplicationSetGetQuery) Descriptor() ([]byte, []int)
- func (m *ApplicationSetGetQuery) GetAppsetNamespace() string
- func (m *ApplicationSetGetQuery) GetName() string
- func (m *ApplicationSetGetQuery) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetGetQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetGetQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetGetQuery) ProtoMessage()
- func (m *ApplicationSetGetQuery) Reset()
- func (m *ApplicationSetGetQuery) Size() (n int)
- func (m *ApplicationSetGetQuery) String() string
- func (m *ApplicationSetGetQuery) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetGetQuery) XXX_DiscardUnknown()
- func (m *ApplicationSetGetQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetGetQuery) XXX_Merge(src proto.Message)
- func (m *ApplicationSetGetQuery) XXX_Size() int
- func (m *ApplicationSetGetQuery) XXX_Unmarshal(b []byte) error
- type ApplicationSetListQuery
- func (*ApplicationSetListQuery) Descriptor() ([]byte, []int)
- func (m *ApplicationSetListQuery) GetAppsetNamespace() string
- func (m *ApplicationSetListQuery) GetProjects() []string
- func (m *ApplicationSetListQuery) GetSelector() string
- func (m *ApplicationSetListQuery) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetListQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetListQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetListQuery) ProtoMessage()
- func (m *ApplicationSetListQuery) Reset()
- func (m *ApplicationSetListQuery) Size() (n int)
- func (m *ApplicationSetListQuery) String() string
- func (m *ApplicationSetListQuery) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetListQuery) XXX_DiscardUnknown()
- func (m *ApplicationSetListQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetListQuery) XXX_Merge(src proto.Message)
- func (m *ApplicationSetListQuery) XXX_Size() int
- func (m *ApplicationSetListQuery) XXX_Unmarshal(b []byte) error
- type ApplicationSetResponse
- func (*ApplicationSetResponse) Descriptor() ([]byte, []int)
- func (m *ApplicationSetResponse) GetApplicationset() *v1alpha1.ApplicationSet
- func (m *ApplicationSetResponse) GetProject() string
- func (m *ApplicationSetResponse) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetResponse) ProtoMessage()
- func (m *ApplicationSetResponse) Reset()
- func (m *ApplicationSetResponse) Size() (n int)
- func (m *ApplicationSetResponse) String() string
- func (m *ApplicationSetResponse) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetResponse) XXX_DiscardUnknown()
- func (m *ApplicationSetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetResponse) XXX_Merge(src proto.Message)
- func (m *ApplicationSetResponse) XXX_Size() int
- func (m *ApplicationSetResponse) XXX_Unmarshal(b []byte) error
- type ApplicationSetServiceClient
- type ApplicationSetServiceServer
- type ApplicationSetTreeQuery
- func (*ApplicationSetTreeQuery) Descriptor() ([]byte, []int)
- func (m *ApplicationSetTreeQuery) GetAppsetNamespace() string
- func (m *ApplicationSetTreeQuery) GetName() string
- func (m *ApplicationSetTreeQuery) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetTreeQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetTreeQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetTreeQuery) ProtoMessage()
- func (m *ApplicationSetTreeQuery) Reset()
- func (m *ApplicationSetTreeQuery) Size() (n int)
- func (m *ApplicationSetTreeQuery) String() string
- func (m *ApplicationSetTreeQuery) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetTreeQuery) XXX_DiscardUnknown()
- func (m *ApplicationSetTreeQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetTreeQuery) XXX_Merge(src proto.Message)
- func (m *ApplicationSetTreeQuery) XXX_Size() int
- func (m *ApplicationSetTreeQuery) XXX_Unmarshal(b []byte) error
- type UnimplementedApplicationSetServiceServer
- func (*UnimplementedApplicationSetServiceServer) Create(ctx context.Context, req *ApplicationSetCreateRequest) (*v1alpha1.ApplicationSet, error)
- func (*UnimplementedApplicationSetServiceServer) Delete(ctx context.Context, req *ApplicationSetDeleteRequest) (*ApplicationSetResponse, error)
- func (*UnimplementedApplicationSetServiceServer) Generate(ctx context.Context, req *ApplicationSetGenerateRequest) (*ApplicationSetGenerateResponse, error)
- func (*UnimplementedApplicationSetServiceServer) Get(ctx context.Context, req *ApplicationSetGetQuery) (*v1alpha1.ApplicationSet, error)
- func (*UnimplementedApplicationSetServiceServer) List(ctx context.Context, req *ApplicationSetListQuery) (*v1alpha1.ApplicationSetList, error)
- func (*UnimplementedApplicationSetServiceServer) ResourceTree(ctx context.Context, req *ApplicationSetTreeQuery) (*v1alpha1.ApplicationSetTree, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RegisterApplicationSetServiceHandler ¶
func RegisterApplicationSetServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterApplicationSetServiceHandler registers the http handlers for service ApplicationSetService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterApplicationSetServiceHandlerClient ¶
func RegisterApplicationSetServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationSetServiceClient) error
RegisterApplicationSetServiceHandlerClient registers the http handlers for service ApplicationSetService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApplicationSetServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApplicationSetServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApplicationSetServiceClient" to call the correct interceptors.
func RegisterApplicationSetServiceHandlerFromEndpoint ¶
func RegisterApplicationSetServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterApplicationSetServiceHandlerFromEndpoint is same as RegisterApplicationSetServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterApplicationSetServiceHandlerServer ¶
func RegisterApplicationSetServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationSetServiceServer) error
RegisterApplicationSetServiceHandlerServer registers the http handlers for service ApplicationSetService to "mux". UnaryRPC :call ApplicationSetServiceServer 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 RegisterApplicationSetServiceHandlerFromEndpoint instead.
func RegisterApplicationSetServiceServer ¶
func RegisterApplicationSetServiceServer(s *grpc.Server, srv ApplicationSetServiceServer)
Types ¶
type ApplicationSetCreateRequest ¶
type ApplicationSetCreateRequest struct { Applicationset *v1alpha1.ApplicationSet `protobuf:"bytes,1,opt,name=applicationset,proto3" json:"applicationset,omitempty"` Upsert bool `protobuf:"varint,2,opt,name=upsert,proto3" json:"upsert,omitempty"` DryRun bool `protobuf:"varint,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationSetCreateRequest) Descriptor ¶
func (*ApplicationSetCreateRequest) Descriptor() ([]byte, []int)
func (*ApplicationSetCreateRequest) GetApplicationset ¶
func (m *ApplicationSetCreateRequest) GetApplicationset() *v1alpha1.ApplicationSet
func (*ApplicationSetCreateRequest) GetDryRun ¶ added in v2.13.0
func (m *ApplicationSetCreateRequest) GetDryRun() bool
func (*ApplicationSetCreateRequest) GetUpsert ¶
func (m *ApplicationSetCreateRequest) GetUpsert() bool
func (*ApplicationSetCreateRequest) Marshal ¶
func (m *ApplicationSetCreateRequest) Marshal() (dAtA []byte, err error)
func (*ApplicationSetCreateRequest) MarshalTo ¶
func (m *ApplicationSetCreateRequest) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSetCreateRequest) MarshalToSizedBuffer ¶
func (m *ApplicationSetCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSetCreateRequest) ProtoMessage ¶
func (*ApplicationSetCreateRequest) ProtoMessage()
func (*ApplicationSetCreateRequest) Reset ¶
func (m *ApplicationSetCreateRequest) Reset()
func (*ApplicationSetCreateRequest) Size ¶
func (m *ApplicationSetCreateRequest) Size() (n int)
func (*ApplicationSetCreateRequest) String ¶
func (m *ApplicationSetCreateRequest) String() string
func (*ApplicationSetCreateRequest) Unmarshal ¶
func (m *ApplicationSetCreateRequest) Unmarshal(dAtA []byte) error
func (*ApplicationSetCreateRequest) XXX_DiscardUnknown ¶
func (m *ApplicationSetCreateRequest) XXX_DiscardUnknown()
func (*ApplicationSetCreateRequest) XXX_Marshal ¶
func (m *ApplicationSetCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSetCreateRequest) XXX_Merge ¶
func (m *ApplicationSetCreateRequest) XXX_Merge(src proto.Message)
func (*ApplicationSetCreateRequest) XXX_Size ¶
func (m *ApplicationSetCreateRequest) XXX_Size() int
func (*ApplicationSetCreateRequest) XXX_Unmarshal ¶
func (m *ApplicationSetCreateRequest) XXX_Unmarshal(b []byte) error
type ApplicationSetDeleteRequest ¶
type ApplicationSetDeleteRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The application set namespace. Default empty is argocd control plane namespace AppsetNamespace string `protobuf:"bytes,2,opt,name=appsetNamespace,proto3" json:"appsetNamespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationSetDeleteRequest) Descriptor ¶
func (*ApplicationSetDeleteRequest) Descriptor() ([]byte, []int)
func (*ApplicationSetDeleteRequest) GetAppsetNamespace ¶ added in v2.8.0
func (m *ApplicationSetDeleteRequest) GetAppsetNamespace() string
func (*ApplicationSetDeleteRequest) GetName ¶
func (m *ApplicationSetDeleteRequest) GetName() string
func (*ApplicationSetDeleteRequest) Marshal ¶
func (m *ApplicationSetDeleteRequest) Marshal() (dAtA []byte, err error)
func (*ApplicationSetDeleteRequest) MarshalTo ¶
func (m *ApplicationSetDeleteRequest) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSetDeleteRequest) MarshalToSizedBuffer ¶
func (m *ApplicationSetDeleteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSetDeleteRequest) ProtoMessage ¶
func (*ApplicationSetDeleteRequest) ProtoMessage()
func (*ApplicationSetDeleteRequest) Reset ¶
func (m *ApplicationSetDeleteRequest) Reset()
func (*ApplicationSetDeleteRequest) Size ¶
func (m *ApplicationSetDeleteRequest) Size() (n int)
func (*ApplicationSetDeleteRequest) String ¶
func (m *ApplicationSetDeleteRequest) String() string
func (*ApplicationSetDeleteRequest) Unmarshal ¶
func (m *ApplicationSetDeleteRequest) Unmarshal(dAtA []byte) error
func (*ApplicationSetDeleteRequest) XXX_DiscardUnknown ¶
func (m *ApplicationSetDeleteRequest) XXX_DiscardUnknown()
func (*ApplicationSetDeleteRequest) XXX_Marshal ¶
func (m *ApplicationSetDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSetDeleteRequest) XXX_Merge ¶
func (m *ApplicationSetDeleteRequest) XXX_Merge(src proto.Message)
func (*ApplicationSetDeleteRequest) XXX_Size ¶
func (m *ApplicationSetDeleteRequest) XXX_Size() int
func (*ApplicationSetDeleteRequest) XXX_Unmarshal ¶
func (m *ApplicationSetDeleteRequest) XXX_Unmarshal(b []byte) error
type ApplicationSetGenerateRequest ¶ added in v2.13.0
type ApplicationSetGenerateRequest struct { // the applicationsets ApplicationSet *v1alpha1.ApplicationSet `protobuf:"bytes,1,opt,name=applicationSet,proto3" json:"applicationSet,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ApplicationSetGetQuery is a query for applicationset resources
func (*ApplicationSetGenerateRequest) Descriptor ¶ added in v2.13.0
func (*ApplicationSetGenerateRequest) Descriptor() ([]byte, []int)
func (*ApplicationSetGenerateRequest) GetApplicationSet ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) GetApplicationSet() *v1alpha1.ApplicationSet
func (*ApplicationSetGenerateRequest) Marshal ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) Marshal() (dAtA []byte, err error)
func (*ApplicationSetGenerateRequest) MarshalTo ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSetGenerateRequest) MarshalToSizedBuffer ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSetGenerateRequest) ProtoMessage ¶ added in v2.13.0
func (*ApplicationSetGenerateRequest) ProtoMessage()
func (*ApplicationSetGenerateRequest) Reset ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) Reset()
func (*ApplicationSetGenerateRequest) Size ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) Size() (n int)
func (*ApplicationSetGenerateRequest) String ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) String() string
func (*ApplicationSetGenerateRequest) Unmarshal ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) Unmarshal(dAtA []byte) error
func (*ApplicationSetGenerateRequest) XXX_DiscardUnknown ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) XXX_DiscardUnknown()
func (*ApplicationSetGenerateRequest) XXX_Marshal ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSetGenerateRequest) XXX_Merge ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) XXX_Merge(src proto.Message)
func (*ApplicationSetGenerateRequest) XXX_Size ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) XXX_Size() int
func (*ApplicationSetGenerateRequest) XXX_Unmarshal ¶ added in v2.13.0
func (m *ApplicationSetGenerateRequest) XXX_Unmarshal(b []byte) error
type ApplicationSetGenerateResponse ¶ added in v2.13.0
type ApplicationSetGenerateResponse struct { Applications []*v1alpha1.Application `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ApplicationSetGenerateResponse is a response for applicationset generate request
func (*ApplicationSetGenerateResponse) Descriptor ¶ added in v2.13.0
func (*ApplicationSetGenerateResponse) Descriptor() ([]byte, []int)
func (*ApplicationSetGenerateResponse) GetApplications ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) GetApplications() []*v1alpha1.Application
func (*ApplicationSetGenerateResponse) Marshal ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) Marshal() (dAtA []byte, err error)
func (*ApplicationSetGenerateResponse) MarshalTo ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSetGenerateResponse) MarshalToSizedBuffer ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSetGenerateResponse) ProtoMessage ¶ added in v2.13.0
func (*ApplicationSetGenerateResponse) ProtoMessage()
func (*ApplicationSetGenerateResponse) Reset ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) Reset()
func (*ApplicationSetGenerateResponse) Size ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) Size() (n int)
func (*ApplicationSetGenerateResponse) String ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) String() string
func (*ApplicationSetGenerateResponse) Unmarshal ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) Unmarshal(dAtA []byte) error
func (*ApplicationSetGenerateResponse) XXX_DiscardUnknown ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) XXX_DiscardUnknown()
func (*ApplicationSetGenerateResponse) XXX_Marshal ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSetGenerateResponse) XXX_Merge ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) XXX_Merge(src proto.Message)
func (*ApplicationSetGenerateResponse) XXX_Size ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) XXX_Size() int
func (*ApplicationSetGenerateResponse) XXX_Unmarshal ¶ added in v2.13.0
func (m *ApplicationSetGenerateResponse) XXX_Unmarshal(b []byte) error
type ApplicationSetGetQuery ¶
type ApplicationSetGetQuery struct { // the applicationsets's name Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The application set namespace. Default empty is argocd control plane namespace AppsetNamespace string `protobuf:"bytes,2,opt,name=appsetNamespace,proto3" json:"appsetNamespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ApplicationSetGetQuery is a query for applicationset resources
func (*ApplicationSetGetQuery) Descriptor ¶
func (*ApplicationSetGetQuery) Descriptor() ([]byte, []int)
func (*ApplicationSetGetQuery) GetAppsetNamespace ¶ added in v2.8.0
func (m *ApplicationSetGetQuery) GetAppsetNamespace() string
func (*ApplicationSetGetQuery) GetName ¶
func (m *ApplicationSetGetQuery) GetName() string
func (*ApplicationSetGetQuery) Marshal ¶
func (m *ApplicationSetGetQuery) Marshal() (dAtA []byte, err error)
func (*ApplicationSetGetQuery) MarshalTo ¶
func (m *ApplicationSetGetQuery) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSetGetQuery) MarshalToSizedBuffer ¶
func (m *ApplicationSetGetQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSetGetQuery) ProtoMessage ¶
func (*ApplicationSetGetQuery) ProtoMessage()
func (*ApplicationSetGetQuery) Reset ¶
func (m *ApplicationSetGetQuery) Reset()
func (*ApplicationSetGetQuery) Size ¶
func (m *ApplicationSetGetQuery) Size() (n int)
func (*ApplicationSetGetQuery) String ¶
func (m *ApplicationSetGetQuery) String() string
func (*ApplicationSetGetQuery) Unmarshal ¶
func (m *ApplicationSetGetQuery) Unmarshal(dAtA []byte) error
func (*ApplicationSetGetQuery) XXX_DiscardUnknown ¶
func (m *ApplicationSetGetQuery) XXX_DiscardUnknown()
func (*ApplicationSetGetQuery) XXX_Marshal ¶
func (m *ApplicationSetGetQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSetGetQuery) XXX_Merge ¶
func (m *ApplicationSetGetQuery) XXX_Merge(src proto.Message)
func (*ApplicationSetGetQuery) XXX_Size ¶
func (m *ApplicationSetGetQuery) XXX_Size() int
func (*ApplicationSetGetQuery) XXX_Unmarshal ¶
func (m *ApplicationSetGetQuery) XXX_Unmarshal(b []byte) error
type ApplicationSetListQuery ¶
type ApplicationSetListQuery struct { // the project names to restrict returned list applicationsets Projects []string `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"` // the selector to restrict returned list to applications only with matched labels Selector string `protobuf:"bytes,2,opt,name=selector,proto3" json:"selector,omitempty"` // The application set namespace. Default empty is argocd control plane namespace AppsetNamespace string `protobuf:"bytes,3,opt,name=appsetNamespace,proto3" json:"appsetNamespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationSetListQuery) Descriptor ¶
func (*ApplicationSetListQuery) Descriptor() ([]byte, []int)
func (*ApplicationSetListQuery) GetAppsetNamespace ¶ added in v2.8.0
func (m *ApplicationSetListQuery) GetAppsetNamespace() string
func (*ApplicationSetListQuery) GetProjects ¶
func (m *ApplicationSetListQuery) GetProjects() []string
func (*ApplicationSetListQuery) GetSelector ¶
func (m *ApplicationSetListQuery) GetSelector() string
func (*ApplicationSetListQuery) Marshal ¶
func (m *ApplicationSetListQuery) Marshal() (dAtA []byte, err error)
func (*ApplicationSetListQuery) MarshalTo ¶
func (m *ApplicationSetListQuery) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSetListQuery) MarshalToSizedBuffer ¶
func (m *ApplicationSetListQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSetListQuery) ProtoMessage ¶
func (*ApplicationSetListQuery) ProtoMessage()
func (*ApplicationSetListQuery) Reset ¶
func (m *ApplicationSetListQuery) Reset()
func (*ApplicationSetListQuery) Size ¶
func (m *ApplicationSetListQuery) Size() (n int)
func (*ApplicationSetListQuery) String ¶
func (m *ApplicationSetListQuery) String() string
func (*ApplicationSetListQuery) Unmarshal ¶
func (m *ApplicationSetListQuery) Unmarshal(dAtA []byte) error
func (*ApplicationSetListQuery) XXX_DiscardUnknown ¶
func (m *ApplicationSetListQuery) XXX_DiscardUnknown()
func (*ApplicationSetListQuery) XXX_Marshal ¶
func (m *ApplicationSetListQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSetListQuery) XXX_Merge ¶
func (m *ApplicationSetListQuery) XXX_Merge(src proto.Message)
func (*ApplicationSetListQuery) XXX_Size ¶
func (m *ApplicationSetListQuery) XXX_Size() int
func (*ApplicationSetListQuery) XXX_Unmarshal ¶
func (m *ApplicationSetListQuery) XXX_Unmarshal(b []byte) error
type ApplicationSetResponse ¶
type ApplicationSetResponse struct { Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` Applicationset *v1alpha1.ApplicationSet `protobuf:"bytes,2,opt,name=applicationset,proto3" json:"applicationset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationSetResponse) Descriptor ¶
func (*ApplicationSetResponse) Descriptor() ([]byte, []int)
func (*ApplicationSetResponse) GetApplicationset ¶
func (m *ApplicationSetResponse) GetApplicationset() *v1alpha1.ApplicationSet
func (*ApplicationSetResponse) GetProject ¶
func (m *ApplicationSetResponse) GetProject() string
func (*ApplicationSetResponse) Marshal ¶
func (m *ApplicationSetResponse) Marshal() (dAtA []byte, err error)
func (*ApplicationSetResponse) MarshalTo ¶
func (m *ApplicationSetResponse) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSetResponse) MarshalToSizedBuffer ¶
func (m *ApplicationSetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSetResponse) ProtoMessage ¶
func (*ApplicationSetResponse) ProtoMessage()
func (*ApplicationSetResponse) Reset ¶
func (m *ApplicationSetResponse) Reset()
func (*ApplicationSetResponse) Size ¶
func (m *ApplicationSetResponse) Size() (n int)
func (*ApplicationSetResponse) String ¶
func (m *ApplicationSetResponse) String() string
func (*ApplicationSetResponse) Unmarshal ¶
func (m *ApplicationSetResponse) Unmarshal(dAtA []byte) error
func (*ApplicationSetResponse) XXX_DiscardUnknown ¶
func (m *ApplicationSetResponse) XXX_DiscardUnknown()
func (*ApplicationSetResponse) XXX_Marshal ¶
func (m *ApplicationSetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSetResponse) XXX_Merge ¶
func (m *ApplicationSetResponse) XXX_Merge(src proto.Message)
func (*ApplicationSetResponse) XXX_Size ¶
func (m *ApplicationSetResponse) XXX_Size() int
func (*ApplicationSetResponse) XXX_Unmarshal ¶
func (m *ApplicationSetResponse) XXX_Unmarshal(b []byte) error
type ApplicationSetServiceClient ¶
type ApplicationSetServiceClient interface { // Get returns an applicationset by name Get(ctx context.Context, in *ApplicationSetGetQuery, opts ...grpc.CallOption) (*v1alpha1.ApplicationSet, error) // Generate generates Generate(ctx context.Context, in *ApplicationSetGenerateRequest, opts ...grpc.CallOption) (*ApplicationSetGenerateResponse, error) //List returns list of applicationset List(ctx context.Context, in *ApplicationSetListQuery, opts ...grpc.CallOption) (*v1alpha1.ApplicationSetList, error) //Create creates an applicationset Create(ctx context.Context, in *ApplicationSetCreateRequest, opts ...grpc.CallOption) (*v1alpha1.ApplicationSet, error) // Delete deletes an application set Delete(ctx context.Context, in *ApplicationSetDeleteRequest, opts ...grpc.CallOption) (*ApplicationSetResponse, error) // ResourceTree returns resource tree ResourceTree(ctx context.Context, in *ApplicationSetTreeQuery, opts ...grpc.CallOption) (*v1alpha1.ApplicationSetTree, error) }
ApplicationSetServiceClient is the client API for ApplicationSetService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewApplicationSetServiceClient ¶
func NewApplicationSetServiceClient(cc *grpc.ClientConn) ApplicationSetServiceClient
type ApplicationSetServiceServer ¶
type ApplicationSetServiceServer interface { // Get returns an applicationset by name Get(context.Context, *ApplicationSetGetQuery) (*v1alpha1.ApplicationSet, error) // Generate generates Generate(context.Context, *ApplicationSetGenerateRequest) (*ApplicationSetGenerateResponse, error) //List returns list of applicationset List(context.Context, *ApplicationSetListQuery) (*v1alpha1.ApplicationSetList, error) //Create creates an applicationset Create(context.Context, *ApplicationSetCreateRequest) (*v1alpha1.ApplicationSet, error) // Delete deletes an application set Delete(context.Context, *ApplicationSetDeleteRequest) (*ApplicationSetResponse, error) // ResourceTree returns resource tree ResourceTree(context.Context, *ApplicationSetTreeQuery) (*v1alpha1.ApplicationSetTree, error) }
ApplicationSetServiceServer is the server API for ApplicationSetService service.
type ApplicationSetTreeQuery ¶ added in v2.12.0
type ApplicationSetTreeQuery struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The application set namespace. Default empty is argocd control plane namespace AppsetNamespace string `protobuf:"bytes,2,opt,name=appsetNamespace,proto3" json:"appsetNamespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplicationSetTreeQuery) Descriptor ¶ added in v2.12.0
func (*ApplicationSetTreeQuery) Descriptor() ([]byte, []int)
func (*ApplicationSetTreeQuery) GetAppsetNamespace ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) GetAppsetNamespace() string
func (*ApplicationSetTreeQuery) GetName ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) GetName() string
func (*ApplicationSetTreeQuery) Marshal ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) Marshal() (dAtA []byte, err error)
func (*ApplicationSetTreeQuery) MarshalTo ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSetTreeQuery) MarshalToSizedBuffer ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSetTreeQuery) ProtoMessage ¶ added in v2.12.0
func (*ApplicationSetTreeQuery) ProtoMessage()
func (*ApplicationSetTreeQuery) Reset ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) Reset()
func (*ApplicationSetTreeQuery) Size ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) Size() (n int)
func (*ApplicationSetTreeQuery) String ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) String() string
func (*ApplicationSetTreeQuery) Unmarshal ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) Unmarshal(dAtA []byte) error
func (*ApplicationSetTreeQuery) XXX_DiscardUnknown ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) XXX_DiscardUnknown()
func (*ApplicationSetTreeQuery) XXX_Marshal ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSetTreeQuery) XXX_Merge ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) XXX_Merge(src proto.Message)
func (*ApplicationSetTreeQuery) XXX_Size ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) XXX_Size() int
func (*ApplicationSetTreeQuery) XXX_Unmarshal ¶ added in v2.12.0
func (m *ApplicationSetTreeQuery) XXX_Unmarshal(b []byte) error
type UnimplementedApplicationSetServiceServer ¶
type UnimplementedApplicationSetServiceServer struct { }
UnimplementedApplicationSetServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedApplicationSetServiceServer) Create ¶
func (*UnimplementedApplicationSetServiceServer) Create(ctx context.Context, req *ApplicationSetCreateRequest) (*v1alpha1.ApplicationSet, error)
func (*UnimplementedApplicationSetServiceServer) Delete ¶
func (*UnimplementedApplicationSetServiceServer) Delete(ctx context.Context, req *ApplicationSetDeleteRequest) (*ApplicationSetResponse, error)
func (*UnimplementedApplicationSetServiceServer) Generate ¶ added in v2.13.0
func (*UnimplementedApplicationSetServiceServer) Generate(ctx context.Context, req *ApplicationSetGenerateRequest) (*ApplicationSetGenerateResponse, error)
func (*UnimplementedApplicationSetServiceServer) Get ¶
func (*UnimplementedApplicationSetServiceServer) Get(ctx context.Context, req *ApplicationSetGetQuery) (*v1alpha1.ApplicationSet, error)
func (*UnimplementedApplicationSetServiceServer) List ¶
func (*UnimplementedApplicationSetServiceServer) List(ctx context.Context, req *ApplicationSetListQuery) (*v1alpha1.ApplicationSetList, error)
func (*UnimplementedApplicationSetServiceServer) ResourceTree ¶ added in v2.12.0
func (*UnimplementedApplicationSetServiceServer) ResourceTree(ctx context.Context, req *ApplicationSetTreeQuery) (*v1alpha1.ApplicationSetTree, error)