# Functions
CertPoolFromFile returns an x509.CertPool containing the certificates in the given PEM-encoded file.
CertsFromPEM returns the x509.Certificates contained in the given PEM-encoded byte array Returns an error if a certificate could not be parsed, or if the data does not contain any certificates.
Format is used to format a string value into a k8s valid name.
LogParams provides additional params for logs.
NewClusterClient creates a Kubernetes client for use from within a k8s pod.
NewService returns default micro kubernetes deployment definition.
NewLocalClient returns a client that can be used with `kubectl proxy`.
NewService returns default micro kubernetes service definition.
WatchParams used for watch params.
# Variables
DefaultImage is default micro image.
ErrReadNamespace is returned when the names could not be read from service account.
# Structs
No description provided by the author
Container defined container runtime values.
ContainerPort.
No description provided by the author
No description provided by the author
Deployment is Kubernetes deployment.
DeploymentCondition describes the state of deployment.
DeploymentList.
DeploymentSpec defines micro deployment spec.
DeploymentStatus is returned when querying deployment.
EnvVar is environment variable.
Event represents a single event to a watched resource.
LabelSelector is a label query over a set of resources NOTE: we do not support MatchExpressions at the moment.
No description provided by the author
No description provided by the author
No description provided by the author
Metadata defines api object metadata.
Namespace is a Kubernetes Namespace.
Pod is the top level item for a pod.
PodCondition describes the state of pod.
PodList.
PodSpec is a pod.
PodStatus.
Resource is API resource.
Service is kubernetes service.
ServiceList.
ServicePort configures service ports.
ServiceSpec provides service configuration.
ServiceStatus.
Template is micro deployment template.
No description provided by the author
# Type aliases
EventType defines the possible types of events.
No description provided by the author
No description provided by the author