package
1.2.0-alpha.3
Repository: https://github.com/suhasanand/kubernetes.git
Documentation: pkg.go.dev

# Functions

ConvertToTimestamp takes a string, parses it using the RFC3339Nano layout, and converts it to a Timestamp object.
GetPodSource returns the source of the pod based on the annotation.
Gets all validated sources from the specified sources.
NewTimestamp returns a Timestamp object using the current time.

# Constants

Pods with the given ids are new to this source.
Updates from all sources.
Updates from Kubernetes API Server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
These constants identify the sources of pods Updates from a file.
Updates from querying a web page.
No description provided by the author
Pods with the given ids have been removed from this source.
This is the current pod configuration.
No description provided by the author
No description provided by the author
No description provided by the author
Pods with the given ids have been updated in this source.

# Structs

PodUpdate defines an operation sent on the channel.
Timestamp wraps around time.Time and offers utilities to format and parse the time using RFC3339Nano.

# Interfaces

No description provided by the author

# Type aliases

DockerID is an ID of docker container.
PodOperation defines what changes will be made on a pod configuration.
A type to help sort container statuses based on container names.
SyncPodType classifies pod updates, eg: create, update.