Documentation
¶
Index ¶
- type DeletePod
- type DescribeService
- type GetCRD
- type GetClusterRole
- type GetConfigMap
- type GetCronJob
- type GetDaemonSet
- type GetDeployment
- type GetEndpointSlice
- type GetHPA
- type GetIngress
- type GetJob
- type GetLimitRange
- type GetNetworkPolicy
- type GetNode
- type GetPDB
- type GetPersistentVolume
- type GetPersistentVolumeClaim
- type GetPod
- type GetRole
- type GetRoleBinding
- type GetSecret
- type GetSecurityContext
- type GetServiceAccount
- type GetStatefulSet
- type GetStorageClass
- type ListCRDs
- type ListClusterRoles
- type ListConfigMaps
- type ListCronJobs
- type ListDaemonSets
- type ListDeployments
- type ListEndpointSlices
- type ListIngresses
- type ListJobs
- type ListLimitRanges
- type ListNamespaces
- type ListNetworkPolicies
- type ListPDBs
- type ListPersistentVolumeClaims
- type ListPersistentVolumes
- type ListPods
- type ListRoleBindings
- type ListRoles
- type ListSecrets
- type ListSecurityContexts
- type ListServicesAccounts
- type ListStatefulSets
- type ListStorageClasses
- type PodLogs
- type RolloutDeployment
- type TopPods
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeletePod ¶
type DeletePod struct {
PodName string `json:"podName"`
NamespaceName string `json:"namespaceName"`
}
func (DeletePod) GetDescription ¶
type DescribeService ¶
type DescribeService struct {
ServiceName string `json:"serviceName"`
NamespaceName string `json:"namespaceName"`
}
func (DescribeService) Exec ¶
func (DescribeService) Exec(e common.Executor, jsonString string) string
func (DescribeService) GetDescription ¶
func (DescribeService) GetDescription() string
func (DescribeService) GetName ¶
func (DescribeService) GetName() string
func (DescribeService) GetParams ¶
func (DescribeService) GetParams() string
type GetCRD ¶ added in v0.1.1
type GetCRD struct {
CRDName string `json:"crdName"`
}
func (GetCRD) GetDescription ¶ added in v0.1.1
type GetClusterRole ¶ added in v0.1.1
type GetClusterRole struct {
ClusterRoleName string `json:"clusterRoleName"`
}
func (GetClusterRole) Exec ¶ added in v0.1.1
func (GetClusterRole) Exec(e common.Executor, jsonString string) string
func (GetClusterRole) GetDescription ¶ added in v0.1.1
func (GetClusterRole) GetDescription() string
func (GetClusterRole) GetName ¶ added in v0.1.1
func (GetClusterRole) GetName() string
func (GetClusterRole) GetParams ¶ added in v0.1.1
func (GetClusterRole) GetParams() string
type GetConfigMap ¶ added in v0.1.1
type GetConfigMap struct {
NamespaceName string `json:"namespaceName"`
ConfigMapName string `json:"configMapName"`
}
func (GetConfigMap) Exec ¶ added in v0.1.1
func (GetConfigMap) Exec(e common.Executor, jsonString string) string
func (GetConfigMap) GetDescription ¶ added in v0.1.1
func (GetConfigMap) GetDescription() string
func (GetConfigMap) GetName ¶ added in v0.1.1
func (GetConfigMap) GetName() string
func (GetConfigMap) GetParams ¶ added in v0.1.1
func (GetConfigMap) GetParams() string
type GetCronJob ¶ added in v0.1.1
type GetCronJob struct {
NamespaceName string `json:"namespaceName"`
CronJobName string `json:"cronJobName"`
}
func (GetCronJob) Exec ¶ added in v0.1.1
func (GetCronJob) Exec(e common.Executor, jsonString string) string
func (GetCronJob) GetDescription ¶ added in v0.1.1
func (GetCronJob) GetDescription() string
func (GetCronJob) GetName ¶ added in v0.1.1
func (GetCronJob) GetName() string
func (GetCronJob) GetParams ¶ added in v0.1.1
func (GetCronJob) GetParams() string
type GetDaemonSet ¶ added in v0.1.1
type GetDaemonSet struct {
DaemonSetName string `json:"daemonSetName"`
NamespaceName string `json:"namespaceName"`
}
func (GetDaemonSet) Exec ¶ added in v0.1.1
func (GetDaemonSet) Exec(e common.Executor, jsonString string) string
func (GetDaemonSet) GetDescription ¶ added in v0.1.1
func (GetDaemonSet) GetDescription() string
func (GetDaemonSet) GetName ¶ added in v0.1.1
func (GetDaemonSet) GetName() string
func (GetDaemonSet) GetParams ¶ added in v0.1.1
func (GetDaemonSet) GetParams() string
type GetDeployment ¶
type GetDeployment struct {
DeploymentName string `json:"deploymentName"`
NamespaceName string `json:"namespaceName"`
}
func (GetDeployment) GetDescription ¶
func (GetDeployment) GetDescription() string
func (GetDeployment) GetName ¶
func (GetDeployment) GetName() string
func (GetDeployment) GetParams ¶
func (GetDeployment) GetParams() string
type GetEndpointSlice ¶ added in v0.1.1
type GetEndpointSlice struct {
NamespaceName string `json:"namespaceName"`
EndpointSliceName string `json:"endpointSliceName"`
}
func (GetEndpointSlice) Exec ¶ added in v0.1.1
func (GetEndpointSlice) Exec(e common.Executor, jsonString string) string
func (GetEndpointSlice) GetDescription ¶ added in v0.1.1
func (GetEndpointSlice) GetDescription() string
func (GetEndpointSlice) GetName ¶ added in v0.1.1
func (GetEndpointSlice) GetName() string
func (GetEndpointSlice) GetParams ¶ added in v0.1.1
func (GetEndpointSlice) GetParams() string
type GetHPA ¶
type GetHPA struct {
NamespaceName string `json:"namespaceName"`
}
func (GetHPA) GetDescription ¶
type GetIngress ¶ added in v0.1.1
type GetIngress struct {
NamespaceName string `json:"namespaceName"`
IngressName string `json:"ingressName"`
}
func (GetIngress) Exec ¶ added in v0.1.1
func (GetIngress) Exec(e common.Executor, jsonString string) string
func (GetIngress) GetDescription ¶ added in v0.1.1
func (GetIngress) GetDescription() string
func (GetIngress) GetName ¶ added in v0.1.1
func (GetIngress) GetName() string
func (GetIngress) GetParams ¶ added in v0.1.1
func (GetIngress) GetParams() string
type GetJob ¶ added in v0.1.1
func (GetJob) GetDescription ¶ added in v0.1.1
type GetLimitRange ¶ added in v0.1.1
type GetLimitRange struct {
NamespaceName string `json:"namespaceName"`
LimitRangeName string `json:"limitRangeName"`
}
func (GetLimitRange) Exec ¶ added in v0.1.1
func (GetLimitRange) Exec(e common.Executor, jsonString string) string
func (GetLimitRange) GetDescription ¶ added in v0.1.1
func (GetLimitRange) GetDescription() string
func (GetLimitRange) GetName ¶ added in v0.1.1
func (GetLimitRange) GetName() string
func (GetLimitRange) GetParams ¶ added in v0.1.1
func (GetLimitRange) GetParams() string
type GetNetworkPolicy ¶ added in v0.1.1
type GetNetworkPolicy struct {
NamespaceName string `json:"namespaceName"`
NetworkPolicyName string `json:"networkPolicyName"`
}
func (GetNetworkPolicy) Exec ¶ added in v0.1.1
func (GetNetworkPolicy) Exec(e common.Executor, jsonString string) string
func (GetNetworkPolicy) GetDescription ¶ added in v0.1.1
func (GetNetworkPolicy) GetDescription() string
func (GetNetworkPolicy) GetName ¶ added in v0.1.1
func (GetNetworkPolicy) GetName() string
func (GetNetworkPolicy) GetParams ¶ added in v0.1.1
func (GetNetworkPolicy) GetParams() string
type GetNode ¶
type GetNode struct {
NodeName string `json:"nodeName"`
}
func (GetNode) GetDescription ¶
type GetPDB ¶ added in v0.1.1
func (GetPDB) GetDescription ¶ added in v0.1.1
type GetPersistentVolume ¶ added in v0.1.1
type GetPersistentVolume struct {
PersistentVolumeName string `json:"persistentVolumeName"`
}
func (GetPersistentVolume) Exec ¶ added in v0.1.1
func (GetPersistentVolume) Exec(e common.Executor, jsonString string) string
func (GetPersistentVolume) GetDescription ¶ added in v0.1.1
func (GetPersistentVolume) GetDescription() string
func (GetPersistentVolume) GetName ¶ added in v0.1.1
func (GetPersistentVolume) GetName() string
func (GetPersistentVolume) GetParams ¶ added in v0.1.1
func (GetPersistentVolume) GetParams() string
type GetPersistentVolumeClaim ¶ added in v0.1.1
type GetPersistentVolumeClaim struct {
NamespaceName string `json:"namespaceName"`
PersistentVolumeClaim string `json:"persistentVolumeClaim"`
}
func (GetPersistentVolumeClaim) Exec ¶ added in v0.1.1
func (GetPersistentVolumeClaim) Exec(e common.Executor, jsonString string) string
func (GetPersistentVolumeClaim) GetDescription ¶ added in v0.1.1
func (GetPersistentVolumeClaim) GetDescription() string
func (GetPersistentVolumeClaim) GetName ¶ added in v0.1.1
func (GetPersistentVolumeClaim) GetName() string
func (GetPersistentVolumeClaim) GetParams ¶ added in v0.1.1
func (GetPersistentVolumeClaim) GetParams() string
type GetPod ¶
func (GetPod) GetDescription ¶
type GetRole ¶ added in v0.1.1
type GetRole struct {
NamespaceName string `json:"namespaceName"`
RoleName string `json:"roleName"`
}
func (GetRole) GetDescription ¶ added in v0.1.1
type GetRoleBinding ¶ added in v0.1.1
type GetRoleBinding struct {
NamespaceName string `json:"namespaceName"`
RoleBindingName string `json:"roleBindingName"`
}
func (GetRoleBinding) Exec ¶ added in v0.1.1
func (GetRoleBinding) Exec(e common.Executor, jsonString string) string
func (GetRoleBinding) GetDescription ¶ added in v0.1.1
func (GetRoleBinding) GetDescription() string
func (GetRoleBinding) GetName ¶ added in v0.1.1
func (GetRoleBinding) GetName() string
func (GetRoleBinding) GetParams ¶ added in v0.1.1
func (GetRoleBinding) GetParams() string
type GetSecret ¶ added in v0.1.1
type GetSecret struct {
NamespaceName string `json:"namespaceName"`
SecretName string `json:"secretName"`
}
func (GetSecret) GetDescription ¶ added in v0.1.1
type GetSecurityContext ¶ added in v0.1.1
type GetSecurityContext struct {
PodName string `json:"podName"`
NamespaceName string `json:"namespaceName"`
}
func (GetSecurityContext) Exec ¶ added in v0.1.1
func (GetSecurityContext) Exec(e common.Executor, jsonString string) string
func (GetSecurityContext) GetDescription ¶ added in v0.1.1
func (GetSecurityContext) GetDescription() string
func (GetSecurityContext) GetName ¶ added in v0.1.1
func (GetSecurityContext) GetName() string
func (GetSecurityContext) GetParams ¶ added in v0.1.1
func (GetSecurityContext) GetParams() string
type GetServiceAccount ¶ added in v0.1.1
type GetServiceAccount struct {
NamespaceName string `json:"namespaceName"`
ServiceAccountName string `json:"serviceAccountName"`
}
func (GetServiceAccount) Exec ¶ added in v0.1.1
func (GetServiceAccount) Exec(e common.Executor, jsonString string) string
func (GetServiceAccount) GetDescription ¶ added in v0.1.1
func (GetServiceAccount) GetDescription() string
func (GetServiceAccount) GetName ¶ added in v0.1.1
func (GetServiceAccount) GetName() string
func (GetServiceAccount) GetParams ¶ added in v0.1.1
func (GetServiceAccount) GetParams() string
type GetStatefulSet ¶ added in v0.1.1
type GetStatefulSet struct {
StatefulSetName string `json:"statefulSetName"`
NamespaceName string `json:"namespaceName"`
}
func (GetStatefulSet) Exec ¶ added in v0.1.1
func (GetStatefulSet) Exec(e common.Executor, jsonString string) string
func (GetStatefulSet) GetDescription ¶ added in v0.1.1
func (GetStatefulSet) GetDescription() string
func (GetStatefulSet) GetName ¶ added in v0.1.1
func (GetStatefulSet) GetName() string
func (GetStatefulSet) GetParams ¶ added in v0.1.1
func (GetStatefulSet) GetParams() string
type GetStorageClass ¶ added in v0.1.1
type GetStorageClass struct {
StorageClassName string `json:"storageClassName"`
}
func (GetStorageClass) Exec ¶ added in v0.1.1
func (GetStorageClass) Exec(e common.Executor, jsonString string) string
func (GetStorageClass) GetDescription ¶ added in v0.1.1
func (GetStorageClass) GetDescription() string
func (GetStorageClass) GetName ¶ added in v0.1.1
func (GetStorageClass) GetName() string
func (GetStorageClass) GetParams ¶ added in v0.1.1
func (GetStorageClass) GetParams() string
type ListCRDs ¶ added in v0.1.1
type ListCRDs struct{}
func (ListCRDs) GetDescription ¶ added in v0.1.1
type ListClusterRoles ¶ added in v0.1.1
type ListClusterRoles struct{}
func (ListClusterRoles) Exec ¶ added in v0.1.1
func (ListClusterRoles) Exec(e common.Executor, jsonString string) string
func (ListClusterRoles) GetDescription ¶ added in v0.1.1
func (ListClusterRoles) GetDescription() string
func (ListClusterRoles) GetName ¶ added in v0.1.1
func (ListClusterRoles) GetName() string
func (ListClusterRoles) GetParams ¶ added in v0.1.1
func (ListClusterRoles) GetParams() string
type ListConfigMaps ¶ added in v0.1.1
type ListConfigMaps struct {
NamespaceName string `json:"namespaceName"`
}
func (ListConfigMaps) Exec ¶ added in v0.1.1
func (ListConfigMaps) Exec(e common.Executor, jsonString string) string
func (ListConfigMaps) GetDescription ¶ added in v0.1.1
func (ListConfigMaps) GetDescription() string
func (ListConfigMaps) GetName ¶ added in v0.1.1
func (ListConfigMaps) GetName() string
func (ListConfigMaps) GetParams ¶ added in v0.1.1
func (ListConfigMaps) GetParams() string
type ListCronJobs ¶ added in v0.1.1
type ListCronJobs struct {
NamespaceName string `json:"namespaceName"`
}
func (ListCronJobs) Exec ¶ added in v0.1.1
func (ListCronJobs) Exec(e common.Executor, jsonString string) string
func (ListCronJobs) GetDescription ¶ added in v0.1.1
func (ListCronJobs) GetDescription() string
func (ListCronJobs) GetName ¶ added in v0.1.1
func (ListCronJobs) GetName() string
func (ListCronJobs) GetParams ¶ added in v0.1.1
func (ListCronJobs) GetParams() string
type ListDaemonSets ¶ added in v0.1.1
type ListDaemonSets struct {
NamespaceName string `json:"namespaceName"`
}
func (ListDaemonSets) Exec ¶ added in v0.1.1
func (ListDaemonSets) Exec(e common.Executor, jsonString string) string
func (ListDaemonSets) GetDescription ¶ added in v0.1.1
func (ListDaemonSets) GetDescription() string
func (ListDaemonSets) GetName ¶ added in v0.1.1
func (ListDaemonSets) GetName() string
func (ListDaemonSets) GetParams ¶ added in v0.1.1
func (ListDaemonSets) GetParams() string
type ListDeployments ¶
type ListDeployments struct {
NamespaceName string `json:"namespaceName"`
}
func (ListDeployments) Exec ¶
func (ListDeployments) Exec(e common.Executor, jsonString string) string
func (ListDeployments) GetDescription ¶
func (ListDeployments) GetDescription() string
func (ListDeployments) GetName ¶
func (ListDeployments) GetName() string
func (ListDeployments) GetParams ¶
func (ListDeployments) GetParams() string
type ListEndpointSlices ¶ added in v0.1.1
type ListEndpointSlices struct {
NamespaceName string `json:"namespaceName"`
}
func (ListEndpointSlices) Exec ¶ added in v0.1.1
func (ListEndpointSlices) Exec(e common.Executor, jsonString string) string
func (ListEndpointSlices) GetDescription ¶ added in v0.1.1
func (ListEndpointSlices) GetDescription() string
func (ListEndpointSlices) GetName ¶ added in v0.1.1
func (ListEndpointSlices) GetName() string
func (ListEndpointSlices) GetParams ¶ added in v0.1.1
func (ListEndpointSlices) GetParams() string
type ListIngresses ¶ added in v0.1.1
type ListIngresses struct {
NamespaceName string `json:"namespaceName"`
}
func (ListIngresses) Exec ¶ added in v0.1.1
func (ListIngresses) Exec(e common.Executor, jsonString string) string
func (ListIngresses) GetDescription ¶ added in v0.1.1
func (ListIngresses) GetDescription() string
func (ListIngresses) GetName ¶ added in v0.1.1
func (ListIngresses) GetName() string
func (ListIngresses) GetParams ¶ added in v0.1.1
func (ListIngresses) GetParams() string
type ListJobs ¶ added in v0.1.1
type ListJobs struct {
NamespaceName string `json:"namespaceName"`
}
func (ListJobs) GetDescription ¶ added in v0.1.1
type ListLimitRanges ¶ added in v0.1.1
type ListLimitRanges struct {
NamespaceName string `json:"namespaceName"`
}
func (ListLimitRanges) Exec ¶ added in v0.1.1
func (ListLimitRanges) Exec(e common.Executor, jsonString string) string
func (ListLimitRanges) GetDescription ¶ added in v0.1.1
func (ListLimitRanges) GetDescription() string
func (ListLimitRanges) GetName ¶ added in v0.1.1
func (ListLimitRanges) GetName() string
func (ListLimitRanges) GetParams ¶ added in v0.1.1
func (ListLimitRanges) GetParams() string
type ListNamespaces ¶
type ListNamespaces struct{}
func (ListNamespaces) Exec ¶
func (ListNamespaces) Exec(e common.Executor, jsonString string) string
func (ListNamespaces) GetDescription ¶
func (ListNamespaces) GetDescription() string
func (ListNamespaces) GetName ¶
func (ListNamespaces) GetName() string
func (ListNamespaces) GetParams ¶
func (ListNamespaces) GetParams() string
type ListNetworkPolicies ¶ added in v0.1.1
type ListNetworkPolicies struct {
NamespaceName string `json:"namespaceName"`
}
func (ListNetworkPolicies) Exec ¶ added in v0.1.1
func (ListNetworkPolicies) Exec(e common.Executor, jsonString string) string
func (ListNetworkPolicies) GetDescription ¶ added in v0.1.1
func (ListNetworkPolicies) GetDescription() string
func (ListNetworkPolicies) GetName ¶ added in v0.1.1
func (ListNetworkPolicies) GetName() string
func (ListNetworkPolicies) GetParams ¶ added in v0.1.1
func (ListNetworkPolicies) GetParams() string
type ListPDBs ¶ added in v0.1.1
type ListPDBs struct {
NamespaceName string `json:"namespaceName"`
}
func (ListPDBs) GetDescription ¶ added in v0.1.1
type ListPersistentVolumeClaims ¶ added in v0.1.1
type ListPersistentVolumeClaims struct {
NamespaceName string `json:"namespaceName"`
}
func (ListPersistentVolumeClaims) Exec ¶ added in v0.1.1
func (ListPersistentVolumeClaims) Exec(e common.Executor, jsonString string) string
func (ListPersistentVolumeClaims) GetDescription ¶ added in v0.1.1
func (ListPersistentVolumeClaims) GetDescription() string
func (ListPersistentVolumeClaims) GetName ¶ added in v0.1.1
func (ListPersistentVolumeClaims) GetName() string
func (ListPersistentVolumeClaims) GetParams ¶ added in v0.1.1
func (ListPersistentVolumeClaims) GetParams() string
type ListPersistentVolumes ¶ added in v0.1.1
type ListPersistentVolumes struct{}
func (ListPersistentVolumes) Exec ¶ added in v0.1.1
func (ListPersistentVolumes) Exec(e common.Executor, jsonString string) string
func (ListPersistentVolumes) GetDescription ¶ added in v0.1.1
func (ListPersistentVolumes) GetDescription() string
func (ListPersistentVolumes) GetName ¶ added in v0.1.1
func (ListPersistentVolumes) GetName() string
func (ListPersistentVolumes) GetParams ¶ added in v0.1.1
func (ListPersistentVolumes) GetParams() string
type ListPods ¶
type ListPods struct {
NamespaceName string `json:"namespaceName"`
}
func (ListPods) GetDescription ¶
type ListRoleBindings ¶ added in v0.1.1
type ListRoleBindings struct {
NamespaceName string `json:"namespaceName"`
}
func (ListRoleBindings) Exec ¶ added in v0.1.1
func (ListRoleBindings) Exec(e common.Executor, jsonString string) string
func (ListRoleBindings) GetDescription ¶ added in v0.1.1
func (ListRoleBindings) GetDescription() string
func (ListRoleBindings) GetName ¶ added in v0.1.1
func (ListRoleBindings) GetName() string
func (ListRoleBindings) GetParams ¶ added in v0.1.1
func (ListRoleBindings) GetParams() string
type ListRoles ¶ added in v0.1.1
type ListRoles struct {
NamespaceName string `json:"namespaceName"`
}
func (ListRoles) GetDescription ¶ added in v0.1.1
type ListSecrets ¶ added in v0.1.1
type ListSecrets struct {
NamespaceName string `json:"namespaceName"`
}
func (ListSecrets) Exec ¶ added in v0.1.1
func (ListSecrets) Exec(e common.Executor, jsonString string) string
func (ListSecrets) GetDescription ¶ added in v0.1.1
func (ListSecrets) GetDescription() string
func (ListSecrets) GetName ¶ added in v0.1.1
func (ListSecrets) GetName() string
func (ListSecrets) GetParams ¶ added in v0.1.1
func (ListSecrets) GetParams() string
type ListSecurityContexts ¶ added in v0.1.1
type ListSecurityContexts struct {
NamespaceName string `json:"namespaceName"`
}
func (ListSecurityContexts) Exec ¶ added in v0.1.1
func (ListSecurityContexts) Exec(e common.Executor, jsonString string) string
func (ListSecurityContexts) GetDescription ¶ added in v0.1.1
func (ListSecurityContexts) GetDescription() string
func (ListSecurityContexts) GetName ¶ added in v0.1.1
func (ListSecurityContexts) GetName() string
func (ListSecurityContexts) GetParams ¶ added in v0.1.1
func (ListSecurityContexts) GetParams() string
type ListServicesAccounts ¶ added in v0.1.1
type ListServicesAccounts struct {
NamespaceName string `json:"namespaceName"`
}
func (ListServicesAccounts) Exec ¶ added in v0.1.1
func (ListServicesAccounts) Exec(e common.Executor, jsonString string) string
func (ListServicesAccounts) GetDescription ¶ added in v0.1.1
func (ListServicesAccounts) GetDescription() string
func (ListServicesAccounts) GetName ¶ added in v0.1.1
func (ListServicesAccounts) GetName() string
func (ListServicesAccounts) GetParams ¶ added in v0.1.1
func (ListServicesAccounts) GetParams() string
type ListStatefulSets ¶ added in v0.1.1
type ListStatefulSets struct {
NamespaceName string `json:"namespaceName"`
}
func (ListStatefulSets) Exec ¶ added in v0.1.1
func (ListStatefulSets) Exec(e common.Executor, jsonString string) string
func (ListStatefulSets) GetDescription ¶ added in v0.1.1
func (ListStatefulSets) GetDescription() string
func (ListStatefulSets) GetName ¶ added in v0.1.1
func (ListStatefulSets) GetName() string
func (ListStatefulSets) GetParams ¶ added in v0.1.1
func (ListStatefulSets) GetParams() string
type ListStorageClasses ¶ added in v0.1.1
type ListStorageClasses struct{}
func (ListStorageClasses) Exec ¶ added in v0.1.1
func (ListStorageClasses) Exec(e common.Executor, jsonString string) string
func (ListStorageClasses) GetDescription ¶ added in v0.1.1
func (ListStorageClasses) GetDescription() string
func (ListStorageClasses) GetName ¶ added in v0.1.1
func (ListStorageClasses) GetName() string
func (ListStorageClasses) GetParams ¶ added in v0.1.1
func (ListStorageClasses) GetParams() string
type PodLogs ¶
func (PodLogs) GetDescription ¶
type RolloutDeployment ¶
type RolloutDeployment struct {
DeploymentName string `json:"deploymentName"`
NamespaceName string `json:"namespaceName"`
}
func (RolloutDeployment) Exec ¶
func (RolloutDeployment) Exec(e common.Executor, jsonString string) string
func (RolloutDeployment) GetDescription ¶
func (RolloutDeployment) GetDescription() string
func (RolloutDeployment) GetName ¶
func (RolloutDeployment) GetName() string
func (RolloutDeployment) GetParams ¶
func (RolloutDeployment) GetParams() string
type TopPods ¶
func (TopPods) GetDescription ¶
Source Files
¶
- deletePod.go
- describeService.go
- getClusterRole.go
- getConfigMap.go
- getCrd.go
- getCronjob.go
- getDaemonSet.go
- getDeployment.go
- getEndpointSlice.go
- getHpa.go
- getIngress.go
- getJob.go
- getLimitRange.go
- getNetworkPolicy.go
- getNode.go
- getPdb.go
- getPersistentVolume.go
- getPersistentVolumeClaim.go
- getRole.go
- getRoleBinding.go
- getSecret.go
- getSecurityContext.go
- getServiceAccounts.go
- getStatefulSet.go
- getStorageClass.go
- getpod.go
- listClusterRoles.go
- listConfigMaps.go
- listCrds.go
- listCronJobs.go
- listDaemonsets.go
- listDeployments.go
- listEndpointSlices.go
- listIngresses.go
- listJobs.go
- listLimitRanges.go
- listNamespaces.go
- listNetworkPolicies.go
- listPdbs.go
- listPersistentVolume.go
- listPersistentVolumeClaims.go
- listPods.go
- listRoleBindings.go
- listRoles.go
- listSecrets.go
- listSecurityContexts.go
- listServicesAccounts.go
- listStatefulSets.go
- listStorageClass.go
- podLogs.go
- rolloutDeployment.go
- topPod.go
Click to show internal directories.
Click to hide internal directories.