# Constants
the const for ConfigMapCollectionName.
DeploymentClusterNetwork is cluster which means use the cluster Network, maybe the flannel network.
DeploymentCollectionName is a const string.
DeploymentCustomNetwork is custom which means the custom netwokr we created before, it support the OVS and DPDK network for additional network interface card.
DeploymentHostNetwork is the network type for the Deployment host means the deployment use the hostNetwork (share the network with the host machine).
These are const.
The const for storage type.
view only.
the const for NamespaceCollectionName.
The const for NetworkCollectionName.
The const for storage type.
These are const.
These are const.
PodClusterNetwork is cluster which means use the cluster Network, maybe the flannel network.
PodCollectionName is a const string.
PodCustomNetwork is custom which means the custom netwokr we created before, it support the OVS and DPDK network for additional network interface card.
PodHostNetwork is the network type for the Pod host means the pod use the hostNetwork (share the network with the host machine).
The const for volume & PVC.
access control role.
the const for ServiceCollectionName.
The const for StorageCollectionName.
UserCollectionName's const.
UserCollectionName's const.
The const for volume & PVC.
# Structs
Deployment is the structure for deployment info.
AutoscalerInfo is the structure for deploying a autoscaler with a deployment.
ConfigMap is the structure for namespace info.
Container is the structure for init Container info.
ContainerDetailMetrics is the structure for Container Detail Metrics.
ContainerMetrics is the structure for Container Metrics.
ContainerResourceMetrics is the structure for Container Resource Metrics.
ControllerMetrics is the structure for Controller Metrics.
Deployment is the structure for deployment info.
DeploymentConfig is the structure for configMap volume info.
DeploymentNetwork is the structure for deployment network info.
DeploymentRouteGw is the structure for add IP routing table.
DeploymentRouteIntf is the structure for add IP routing table via interface.
DeploymentVolume is the structure for deployment volume info.
FakeStorage is the structure for Fake Storage.
LoginCredential is the structure for a user login credential.
Namespace is the structure for namespace info.
Network is the structure for Network info.
NICMetrics is the structure for NIC metrics.
NICNetworkTrafficMetrics is the structure for NIC metwork traffic metrics.
NICOverviewMetrics is the structure for NIC overview metrics.
NICShortMetrics is the structure for NIC metrics.
Node is the structure for node info.
NodeDetailMetrics is the structure for node detail metrics.
NodeMetrics is the structure for node metrics.
NodeNICsMetrics is the structure for node NICs metrics.
NodeResourceMetrics is the structure for node resource metrics.
No description provided by the author
PortStatsTransmit contains information regarding the number of transmitted packets, bytes, etc.
PhyInterface is the structure for physical interface.
Pod is the structure for pod info.
PodMetrics is the structure for Pod metrics.
PodNetwork is the structure for pod network info.
PodRouteGw is the structure for add IP routing table with gateway.
PodRouteIntf is the structure for add IP routing table via interface.
PodVolume is the structure for pod volume info.
RegistryBasicAuthCredential is the structure for a user login credential.
Response is the structure for Response.
SamplePair pairs a SampleValue with a Timestamp.
Service is the structure for service.
ServiceMetrics is the structure for Service Metrics.
ServicePort is the structure for service port.
Storage is the Storage info.
User is the structure for user info.
Volume is the structure.