Documentation ¶
Index ¶
- type NetworkNeighborhoodCacheImpl
- func (nn *NetworkNeighborhoodCacheImpl) AddHandler(ctx context.Context, obj runtime.Object)
- func (nn *NetworkNeighborhoodCacheImpl) DeleteHandler(_ context.Context, obj runtime.Object)
- func (nn *NetworkNeighborhoodCacheImpl) GetNetworkNeighborhood(containerID string) *v1beta1.NetworkNeighborhood
- func (nn *NetworkNeighborhoodCacheImpl) ModifyHandler(ctx context.Context, obj runtime.Object)
- func (nn *NetworkNeighborhoodCacheImpl) WatchResources() []watcher.WatchResource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkNeighborhoodCacheImpl ¶
type NetworkNeighborhoodCacheImpl struct {
// contains filtered or unexported fields
}
func NewNetworkNeighborhoodCache ¶
func NewNetworkNeighborhoodCache(nodeName string, storageClient versioned.SpdxV1beta1Interface, maxDelaySeconds int) *NetworkNeighborhoodCacheImpl
func (*NetworkNeighborhoodCacheImpl) AddHandler ¶
func (nn *NetworkNeighborhoodCacheImpl) AddHandler(ctx context.Context, obj runtime.Object)
func (*NetworkNeighborhoodCacheImpl) DeleteHandler ¶
func (nn *NetworkNeighborhoodCacheImpl) DeleteHandler(_ context.Context, obj runtime.Object)
func (*NetworkNeighborhoodCacheImpl) GetNetworkNeighborhood ¶
func (nn *NetworkNeighborhoodCacheImpl) GetNetworkNeighborhood(containerID string) *v1beta1.NetworkNeighborhood
func (*NetworkNeighborhoodCacheImpl) ModifyHandler ¶
func (nn *NetworkNeighborhoodCacheImpl) ModifyHandler(ctx context.Context, obj runtime.Object)
func (*NetworkNeighborhoodCacheImpl) WatchResources ¶
func (nn *NetworkNeighborhoodCacheImpl) WatchResources() []watcher.WatchResource
Click to show internal directories.
Click to hide internal directories.