Home
last modified time | relevance | path

Searched defs:Deployment (Results 1 – 25 of 2644) sorted by relevance

12345678910>>...106

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/api/
H A Ddeployments.html.md93 ### Parameters
99 ### Sample Request
106 ### Sample Response
150 ### Parameters
156 ### Sample Request
163 ### Sample Response
286 ### Parameters
292 ### Sample Request
329 ### Parameters
383 ### Parameters
[all …]
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Ddeployment_endpoint.go17 type Deployment struct { struct
18 srv *Server
19 logger log.Logger
23 func (d *Deployment) GetDeployment(args *structs.DeploymentSpecificRequest,
82 …loyment) Fail(args *structs.DeploymentFailRequest, reply *structs.DeploymentUpdateResponse) error {
124 …yment) Pause(args *structs.DeploymentPauseRequest, reply *structs.DeploymentUpdateResponse) error {
170 …t) Promote(args *structs.DeploymentPromoteRequest, reply *structs.DeploymentUpdateResponse) error {
212 …eployment) Run(args *structs.DeploymentRunRequest, reply *structs.DeploymentUpdateResponse) error {
296 …ent) Cancel(args *structs.DeploymentCancelRequest, reply *structs.DeploymentUpdateResponse) error {
385 …eployment) List(args *structs.DeploymentListRequest, reply *structs.DeploymentListResponse) error {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/apigateway/
H A Ddeployment.go21 type Deployment struct { struct
24 Id *string `mandatory:"true" json:"id"`
27 GatewayId *string `mandatory:"true" json:"gatewayId"`
31 CompartmentId *string `mandatory:"true" json:"compartmentId"`
37 PathPrefix *string `mandatory:"true" json:"pathPrefix"`
40 Endpoint *string `mandatory:"true" json:"endpoint"`
47 DisplayName *string `mandatory:"false" json:"displayName"`
50 TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"`
53 TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"`
61 LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/iot/
H A Dstruct_deployment.go19 type Deployment struct { struct
20 GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
21 GmtModified string `json:"GmtModified" xml:"GmtModified"`
22 GmtCompleted string `json:"GmtCompleted" xml:"GmtCompleted"`
23 DeploymentId string `json:"DeploymentId" xml:"DeploymentId"`
24 Description string `json:"Description" xml:"Description"`
25 Status int `json:"Status" xml:"Status"`
26 Type string `json:"Type" xml:"Type"`
27 GmtCreateTimestamp int64 `json:"GmtCreateTimestamp" xml:"GmtCreateTimestamp"`
28 GmtModifiedTimestamp int64 `json:"GmtModifiedTimestamp" xml:"GmtModifiedTimestamp"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dataworks-public/
H A Dstruct_deployment.go19 type Deployment struct { struct
20 Name string `json:"Name" xml:"Name"`
21 CreatorId string `json:"CreatorId" xml:"CreatorId"`
22 HandlerId string `json:"HandlerId" xml:"HandlerId"`
23 CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
24 ExecuteTime int64 `json:"ExecuteTime" xml:"ExecuteTime"`
25 Status int `json:"Status" xml:"Status"`
26 FromEnvironment int `json:"FromEnvironment" xml:"FromEnvironment"`
27 ToEnvironment int `json:"ToEnvironment" xml:"ToEnvironment"`
28 ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/
H A Ddeployment_endpoint.go17 type Deployment struct { struct
18 srv *Server
19 logger log.Logger
23 func (d *Deployment) GetDeployment(args *structs.DeploymentSpecificRequest,
81 …loyment) Fail(args *structs.DeploymentFailRequest, reply *structs.DeploymentUpdateResponse) error {
123 …yment) Pause(args *structs.DeploymentPauseRequest, reply *structs.DeploymentUpdateResponse) error {
169 …t) Promote(args *structs.DeploymentPromoteRequest, reply *structs.DeploymentUpdateResponse) error {
212 …Health(args *structs.DeploymentAllocHealthRequest, reply *structs.DeploymentUpdateResponse) error {
258 …eployment) List(args *structs.DeploymentListRequest, reply *structs.DeploymentListResponse) error {
315 …ent) Allocations(args *structs.DeploymentSpecificRequest, reply *structs.AllocListResponse) error {
[all …]
/dports/sysutils/py-python-nomad/python-nomad-1.2.1/docs/api/
H A Ddeployment.md1 ## Deployment section
24 ### List Allocations for Deployment argument
43 ### Fail Deployment argument
84 # {'DeploymentModifyIndex': 75, argument
102 ### Promote Deployment argument
108 #### Promote All
122 #### Promote Groups
157 # "DeploymentModifyIndex": 20, argument
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/storageos/go-api/types/
H A Ddeployment.go7 type Deployment struct { struct
11 ID string `json:"id"`
15 Inode uint32 `json:"inode"`
19 Node string `json:"node"`
23 NodeName string `json:"nodeName"`
27 Health string `json:"health"`
31 Status string `json:"status"`
35 CreatedAt time.Time `json:"createdAt"`
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go137 type Deployment struct { struct
152 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
153 XXX_NoUnkeyedLiteral struct{} `json:"-"`
160 func (*Deployment) ProtoMessage() {}
161 func (*Deployment) Descriptor() ([]byte, []int) {
173 func (m *Deployment) XXX_Size() int {
176 func (m *Deployment) XXX_DiscardUnknown() {
182 func (m *Deployment) GetUserEmail() string {
203 func (m *Deployment) GetConfig() string {
210 func (m *Deployment) GetAddress() string {
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go137 type Deployment struct { struct
152 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
153 XXX_NoUnkeyedLiteral struct{} `json:"-"`
160 func (*Deployment) ProtoMessage() {}
161 func (*Deployment) Descriptor() ([]byte, []int) {
173 func (m *Deployment) XXX_Size() int {
176 func (m *Deployment) XXX_DiscardUnknown() {
182 func (m *Deployment) GetUserEmail() string {
203 func (m *Deployment) GetConfig() string {
210 func (m *Deployment) GetAddress() string {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/genproto/go-genproto-eb59cef1c072/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/genproto/go-genproto-082222b4a5c5/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go137 type Deployment struct { struct
152 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
153 XXX_NoUnkeyedLiteral struct{} `json:"-"`
160 func (*Deployment) ProtoMessage() {}
161 func (*Deployment) Descriptor() ([]byte, []int) {
173 func (m *Deployment) XXX_Size() int {
176 func (m *Deployment) XXX_DiscardUnknown() {
182 func (m *Deployment) GetUserEmail() string {
203 func (m *Deployment) GetConfig() string {
210 func (m *Deployment) GetAddress() string {
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/google.golang.org/genproto/go-genproto-c66870c02cf8/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go137 type Deployment struct { struct
152 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
153 XXX_NoUnkeyedLiteral struct{} `json:"-"`
160 func (*Deployment) ProtoMessage() {}
161 func (*Deployment) Descriptor() ([]byte, []int) {
173 func (m *Deployment) XXX_Size() int {
176 func (m *Deployment) XXX_DiscardUnknown() {
182 func (m *Deployment) GetUserEmail() string {
203 func (m *Deployment) GetConfig() string {
210 func (m *Deployment) GetAddress() string {
[all …]
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/
H A Ddeployment.pb.go144 type Deployment struct { struct
159 …`protobuf:"varint,7,opt,name=platform,proto3,enum=grafeas.v1beta1.deployment.Deployment_Platform" …
160 XXX_NoUnkeyedLiteral struct{} `json:"-"`
167 func (*Deployment) ProtoMessage() {}
168 func (*Deployment) Descriptor() ([]byte, []int) {
178 func (m *Deployment) XXX_Merge(src proto.Message) {
181 func (m *Deployment) XXX_Size() int {
184 func (m *Deployment) XXX_DiscardUnknown() {
190 func (m *Deployment) GetUserEmail() string {
211 func (m *Deployment) GetConfig() string {
[all …]

12345678910>>...106