cmd

package
v0.16.8 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2022 License: Apache-2.0 Imports: 67 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagJwtAuthListenAddress = "jwt-auth-listen-address"
	FlagJwtExpiresAfter      = "jwt-expires-after"
)
View Source
const (
	FlagService  = "service"
	FlagProvider = "provider"
	FlagDSeq     = "dseq"
	FlagGSeq     = "gseq"
	FlagOSeq     = "oseq"
)
View Source
const (
	FlagListenAddress        = "listen"
	FlagPruneInterval        = "prune-interval"
	FlagIgnoreListEntryLimit = "ignore-list-entry-limit"
	FlagWebRefreshInterval   = "web-refresh-interval"
	FlagRetryDelay           = "retry-delay"
	FlagIgnoreListAgeLimit   = "ignore-list-age-limit"
	FlagEventFailureLimit    = "event=failure-limit"
)
View Source
const (
	// FlagClusterK8s informs the provider to scan and utilize localized kubernetes client configuration
	FlagClusterK8s = "cluster-k8s"
	// FlagK8sManifestNS
	FlagK8sManifestNS = "k8s-manifest-ns"
	// FlagGatewayListenAddress determines listening address for Manifests
	FlagGatewayListenAddress             = "gateway-listen-address"
	FlagBidPricingStrategy               = "bid-price-strategy"
	FlagBidPriceCPUScale                 = "bid-price-cpu-scale"
	FlagBidPriceMemoryScale              = "bid-price-memory-scale"
	FlagBidPriceStorageScale             = "bid-price-storage-scale"
	FlagBidPriceEndpointScale            = "bid-price-endpoint-scale"
	FlagBidPriceScriptPath               = "bid-price-script-path"
	FlagBidPriceScriptProcessLimit       = "bid-price-script-process-limit"
	FlagBidPriceScriptTimeout            = "bid-price-script-process-timeout"
	FlagBidDeposit                       = "bid-deposit"
	FlagClusterPublicHostname            = "cluster-public-hostname"
	FlagClusterNodePortQuantity          = "cluster-node-port-quantity"
	FlagClusterWaitReadyDuration         = "cluster-wait-ready-duration"
	FlagInventoryResourcePollPeriod      = "inventory-resource-poll-period"
	FlagInventoryResourceDebugFrequency  = "inventory-resource-debug-frequency"
	FlagDeploymentIngressStaticHosts     = "deployment-ingress-static-hosts"
	FlagDeploymentIngressDomain          = "deployment-ingress-domain"
	FlagDeploymentIngressExposeLBHosts   = "deployment-ingress-expose-lb-hosts"
	FlagDeploymentNetworkPoliciesEnabled = "deployment-network-policies-enabled"
	FlagDockerImagePullSecretsName       = "docker-image-pull-secrets-name" // nolint: gosec
	FlagOvercommitPercentMemory          = "overcommit-pct-mem"
	FlagOvercommitPercentCPU             = "overcommit-pct-cpu"
	FlagOvercommitPercentStorage         = "overcommit-pct-storage"
	FlagDeploymentBlockedHostnames       = "deployment-blocked-hostnames"
	FlagAuthPem                          = "auth-pem"
	FlagKubeConfig                       = "kubeconfig"
	FlagDeploymentRuntimeClass           = "deployment-runtime-class"
	FlagBidTimeout                       = "bid-timeout"
	FlagManifestTimeout                  = "manifest-timeout"
	FlagMetricsListener                  = "metrics-listener"
	FlagWithdrawalPeriod                 = "withdrawal-period"
	FlagMinimumBalance                   = "minimum-balance"
	FlagBalanceCheckPeriod               = "balance-check-period"
	FlagProviderConfig                   = "provider-config"
	FlagCachedResultMaxAge               = "cached-result-max-age"
	FlagRPCQueryTimeout                  = "rpc-query-timeout"
)
View Source
const (
	FlagResourceServerListenAddress = "resource-server-listen-address"
	FlagLokiGatewayListenAddress    = "loki-gateway-listen-address"
)
View Source
const (
	FlagStdin        = "stdin"
	FlagTty          = "tty"
	FlagReplicaIndex = "replica-index"
)

Variables

View Source
var (
	ErrEcdsaPubkeyExpected = errors.New("expected a ecdsa public key")
)

Functions

func AuthServerCmd added in v0.16.0

func AuthServerCmd() *cobra.Command

func HostnameOperatorCmd added in v0.14.0

func HostnameOperatorCmd() *cobra.Command

func LeaseShellCmd added in v0.12.2

func LeaseShellCmd() *cobra.Command

func MigrateHostnamesCmd added in v0.14.0

func MigrateHostnamesCmd() *cobra.Command

func ProviderLeaseStatusExec added in v0.9.1

func ProviderLeaseStatusExec(clientCtx client.Context, extraArgs ...string) (sdktest.BufferWriter, error)

func ProviderServiceLogs added in v0.9.1

func ProviderServiceLogs(clientCtx client.Context, extraArgs ...string) (sdktest.BufferWriter, error)

func ProviderServiceStatusExec added in v0.9.1

func ProviderServiceStatusExec(clientCtx client.Context, extraArgs ...string) (sdktest.BufferWriter, error)

func ProviderStatusExec added in v0.9.1

func ProviderStatusExec(clientCtx client.Context, extraArgs ...string) (sdktest.BufferWriter, error)

func RootCmd

func RootCmd() *cobra.Command

func RunCmd added in v0.9.1

func RunCmd() *cobra.Command

RunCmd launches the Akash Provider service

func RunResourceServerCmd added in v0.16.0

func RunResourceServerCmd() *cobra.Command

func SendManifestCmd added in v0.9.1

func SendManifestCmd() *cobra.Command

SendManifestCmd looks up the Providers blockchain information, and POSTs the SDL file to the Gateway address.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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