kubernetes

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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) Exec

func (DeletePod) Exec(e common.Executor, jsonString string) string

func (DeletePod) GetDescription

func (DeletePod) GetDescription() string

func (DeletePod) GetName

func (DeletePod) GetName() string

func (DeletePod) GetParams

func (DeletePod) GetParams() string

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) Exec added in v0.1.1

func (GetCRD) Exec(e common.Executor, jsonString string) string

func (GetCRD) GetDescription added in v0.1.1

func (GetCRD) GetDescription() string

func (GetCRD) GetName added in v0.1.1

func (GetCRD) GetName() string

func (GetCRD) GetParams added in v0.1.1

func (GetCRD) GetParams() string

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) Exec

func (GetDeployment) Exec(e common.Executor, jsonString string) string

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) Exec

func (GetHPA) Exec(e common.Executor, jsonString string) string

func (GetHPA) GetDescription

func (GetHPA) GetDescription() string

func (GetHPA) GetName

func (GetHPA) GetName() string

func (GetHPA) GetParams

func (GetHPA) GetParams() string

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

type GetJob struct {
	NamespaceName string `json:"namespaceName"`
	JobName       string `json:"jobName"`
}

func (GetJob) Exec added in v0.1.1

func (GetJob) Exec(e common.Executor, jsonString string) string

func (GetJob) GetDescription added in v0.1.1

func (GetJob) GetDescription() string

func (GetJob) GetName added in v0.1.1

func (GetJob) GetName() string

func (GetJob) GetParams added in v0.1.1

func (GetJob) GetParams() string

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) Exec

func (GetNode) Exec(e common.Executor, jsonString string) string

func (GetNode) GetDescription

func (GetNode) GetDescription() string

func (GetNode) GetName

func (GetNode) GetName() string

func (GetNode) GetParams

func (GetNode) GetParams() string

type GetPDB added in v0.1.1

type GetPDB struct {
	NamespaceName string `json:"namespaceName"`
	PDBName       string `json:"pdbName"`
}

func (GetPDB) Exec added in v0.1.1

func (GetPDB) Exec(e common.Executor, jsonString string) string

func (GetPDB) GetDescription added in v0.1.1

func (GetPDB) GetDescription() string

func (GetPDB) GetName added in v0.1.1

func (GetPDB) GetName() string

func (GetPDB) GetParams added in v0.1.1

func (GetPDB) GetParams() string

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) 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

type GetPod struct {
	PodName       string `json:"podName"`
	NamespaceName string `json:"namespaceName"`
}

func (GetPod) Exec

func (GetPod) Exec(e common.Executor, jsonString string) string

func (GetPod) GetDescription

func (GetPod) GetDescription() string

func (GetPod) GetName

func (GetPod) GetName() string

func (GetPod) GetParams

func (GetPod) GetParams() string

type GetRole added in v0.1.1

type GetRole struct {
	NamespaceName string `json:"namespaceName"`
	RoleName      string `json:"roleName"`
}

func (GetRole) Exec added in v0.1.1

func (GetRole) Exec(e common.Executor, jsonString string) string

func (GetRole) GetDescription added in v0.1.1

func (GetRole) GetDescription() string

func (GetRole) GetName added in v0.1.1

func (GetRole) GetName() string

func (GetRole) GetParams added in v0.1.1

func (GetRole) GetParams() string

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) Exec added in v0.1.1

func (GetSecret) Exec(e common.Executor, jsonString string) string

func (GetSecret) GetDescription added in v0.1.1

func (GetSecret) GetDescription() string

func (GetSecret) GetName added in v0.1.1

func (GetSecret) GetName() string

func (GetSecret) GetParams added in v0.1.1

func (GetSecret) GetParams() string

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) Exec added in v0.1.1

func (ListCRDs) Exec(e common.Executor, jsonString string) string

func (ListCRDs) GetDescription added in v0.1.1

func (ListCRDs) GetDescription() string

func (ListCRDs) GetName added in v0.1.1

func (ListCRDs) GetName() string

func (ListCRDs) GetParams added in v0.1.1

func (ListCRDs) GetParams() string

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) Exec added in v0.1.1

func (ListJobs) Exec(e common.Executor, jsonString string) string

func (ListJobs) GetDescription added in v0.1.1

func (ListJobs) GetDescription() string

func (ListJobs) GetName added in v0.1.1

func (ListJobs) GetName() string

func (ListJobs) GetParams added in v0.1.1

func (ListJobs) GetParams() string

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) Exec added in v0.1.1

func (ListPDBs) Exec(e common.Executor, jsonString string) string

func (ListPDBs) GetDescription added in v0.1.1

func (ListPDBs) GetDescription() string

func (ListPDBs) GetName added in v0.1.1

func (ListPDBs) GetName() string

func (ListPDBs) GetParams added in v0.1.1

func (ListPDBs) GetParams() string

type ListPersistentVolumeClaims added in v0.1.1

type ListPersistentVolumeClaims struct {
	NamespaceName string `json:"namespaceName"`
}

func (ListPersistentVolumeClaims) Exec added in v0.1.1

func (ListPersistentVolumeClaims) GetDescription added in v0.1.1

func (ListPersistentVolumeClaims) GetDescription() string

func (ListPersistentVolumeClaims) GetName added in v0.1.1

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) Exec

func (ListPods) Exec(e common.Executor, jsonString string) string

func (ListPods) GetDescription

func (ListPods) GetDescription() string

func (ListPods) GetName

func (ListPods) GetName() string

func (ListPods) GetParams

func (ListPods) GetParams() string

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) Exec added in v0.1.1

func (ListRoles) Exec(e common.Executor, jsonString string) string

func (ListRoles) GetDescription added in v0.1.1

func (ListRoles) GetDescription() string

func (ListRoles) GetName added in v0.1.1

func (ListRoles) GetName() string

func (ListRoles) GetParams added in v0.1.1

func (ListRoles) GetParams() string

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

type PodLogs struct {
	PodName       string `json:"podName"`
	NamespaceName string `json:"namespaceName"`
}

func (PodLogs) Exec

func (PodLogs) Exec(e common.Executor, jsonString string) string

func (PodLogs) GetDescription

func (PodLogs) GetDescription() string

func (PodLogs) GetName

func (PodLogs) GetName() string

func (PodLogs) GetParams

func (PodLogs) GetParams() string

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

type TopPods struct {
	NamespaceName string `json:"namespaceName"`
	PodName       string `json:"podName"`
}

func (TopPods) Exec

func (TopPods) Exec(e common.Executor, jsonString string) string

func (TopPods) GetDescription

func (TopPods) GetDescription() string

func (TopPods) GetName

func (TopPods) GetName() string

func (TopPods) GetParams

func (TopPods) GetParams() string

Jump to

Keyboard shortcuts

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