Documentation ¶
Index ¶
- Constants
- func ProviderLeaseStatusExec(clientCtx client.Context, extraArgs ...string) (sdktest.BufferWriter, error)
- func ProviderServiceLogs(clientCtx client.Context, extraArgs ...string) (sdktest.BufferWriter, error)
- func ProviderServiceStatusExec(clientCtx client.Context, extraArgs ...string) (sdktest.BufferWriter, error)
- func ProviderStatusExec(clientCtx client.Context, extraArgs ...string) (sdktest.BufferWriter, error)
- func RootCmd() *cobra.Command
- func RunCmd() *cobra.Command
- func SendManifestCmd() *cobra.Command
Constants ¶
View Source
const ( FlagService = "service" FlagProvider = "provider" FlagDSeq = "dseq" FlagGSeq = "gseq" FlagOSeq = "oseq" )
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" 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" )
Variables ¶
This section is empty.
Functions ¶
func ProviderLeaseStatusExec ¶ added in v0.9.1
func ProviderServiceLogs ¶ added in v0.9.1
func ProviderServiceStatusExec ¶ added in v0.9.1
func ProviderStatusExec ¶ added in v0.9.1
func SendManifestCmd ¶ added in v0.9.1
SendManifestCmd looks up the Providers blockchain information, and POSTs the SDL file to the Gateway address.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.