kubernetes

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	API_VERSION           string = "apiVersion"
	NAMESPACE             string = "namespace"
	RESOURCE_TYPE         string = "resourceType"
	RESOURCE_NAME         string = "resourceName"
	PATH                  string = "path"
	QUERY                 string = "query"
	SHOULD_USE_LOCAL_DATA string = "shouldUseLocalData"
	KUBECONFIG            string = "kubeconfig"
	CERT_AUTHORITY_DATA   string = "certificateAuthorityData"
	TOKEN                 string = "token"

	RESPONSE_BODY   string = "body"
	RESPONSE_STATUS string = "status"

	USER                 string = "user"
	PASSWORD             string = "password"
	AUTHORIZATION_HEADER string = "authorizationHeader"
	SERVER               string = "server"
	URL                  string = "url"
	TRUSTED_CERTS        string = "trustedCerts"

	API_V1 string = "v1"
)

Variables

View Source
var API_V1_RESOURCE_TYPES = map[string]bool{"componentstatuses": true, "configmaps": true, "endpoints": true, "events": true, "limitranges": true, "namespaces": true, "persistentvolumeclaims": true, "pods": true, "podtemplates": true, "replicationcontrollers": true, "resourcequotas": true, "secrets": true, "serviceaccounts": true, "services": true, "nodes": true, "persistentvolumes": true}

Functions

This section is empty.

Types

type KubernetesApiRequestExecutor

type KubernetesApiRequestExecutor struct {
	executors.Executor
	// contains filtered or unexported fields
}

func (*KubernetesApiRequestExecutor) Execute

Jump to

Keyboard shortcuts

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