Documentation
¶
Index ¶
- func GetApplicationProfile(containerID string, objectCache objectcache.ObjectCache) (*v1beta1.ApplicationProfile, error)
- func GetContainerApplicationProfile(objectCache objectcache.ObjectCache, containerID string) (v1beta1.ApplicationProfileContainer, string, error)
- func GetContainerFromApplicationProfile(ap *v1beta1.ApplicationProfile, containerName string) (v1beta1.ApplicationProfileContainer, error)
- func GetContainerFromNetworkNeighborhood(nn *v1beta1.NetworkNeighborhood, containerName string) (v1beta1.NetworkNeighborhoodContainer, error)
- func GetContainerName(objectCache objectcache.ObjectCache, containerID string) string
- func GetContainerNetworkNeighborhood(objectCache objectcache.ObjectCache, containerID string) (v1beta1.NetworkNeighborhoodContainer, error)
- func GetNetworkNeighborhood(containerID string, objectCache objectcache.ObjectCache) (*v1beta1.NetworkNeighborhood, error)
- func GetPodSpec(objectCache objectcache.ObjectCache, containerID string) (*corev1.PodSpec, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetApplicationProfile ¶
func GetApplicationProfile(containerID string, objectCache objectcache.ObjectCache) (*v1beta1.ApplicationProfile, error)
func GetContainerApplicationProfile ¶
func GetContainerApplicationProfile(objectCache objectcache.ObjectCache, containerID string) (v1beta1.ApplicationProfileContainer, string, error)
func GetContainerFromApplicationProfile ¶
func GetContainerFromApplicationProfile(ap *v1beta1.ApplicationProfile, containerName string) (v1beta1.ApplicationProfileContainer, error)
func GetContainerFromNetworkNeighborhood ¶
func GetContainerFromNetworkNeighborhood(nn *v1beta1.NetworkNeighborhood, containerName string) (v1beta1.NetworkNeighborhoodContainer, error)
func GetContainerName ¶
func GetContainerName(objectCache objectcache.ObjectCache, containerID string) string
func GetContainerNetworkNeighborhood ¶
func GetContainerNetworkNeighborhood(objectCache objectcache.ObjectCache, containerID string) (v1beta1.NetworkNeighborhoodContainer, error)
func GetNetworkNeighborhood ¶
func GetNetworkNeighborhood(containerID string, objectCache objectcache.ObjectCache) (*v1beta1.NetworkNeighborhood, error)
func GetPodSpec ¶ added in v0.3.8
func GetPodSpec(objectCache objectcache.ObjectCache, containerID string) (*corev1.PodSpec, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.