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 ¶
func (e *KubernetesApiRequestExecutor) Execute(ctx executors.ExecutorContext) *executors.ExecutorResult
Click to show internal directories.
Click to hide internal directories.