package
0.0.0-20170724095906-ee77d9fd4698
Repository: https://github.com/squaremo/flux.git
Documentation: pkg.go.dev

# Packages

Package kubernetes provides abstractions for the Kubernetes platform.

# Functions

UpdateManifest looks for the manifest for a given service, reads its contents, applies f(contents), and writes the results back to the file.

# Variables

These errors all represent logical problems with cluster configuration, and may be recoverable; e.g., it might be fine if a service does not have a matching RC/deployment.
These errors all represent logical problems with cluster configuration, and may be recoverable; e.g., it might be fine if a service does not have a matching RC/deployment.
No description provided by the author
These errors all represent logical problems with cluster configuration, and may be recoverable; e.g., it might be fine if a service does not have a matching RC/deployment.
These errors all represent logical problems with cluster configuration, and may be recoverable; e.g., it might be fine if a service does not have a matching RC/deployment.
These errors all represent logical problems with cluster configuration, and may be recoverable; e.g., it might be fine if a service does not have a matching RC/deployment.
No description provided by the author
These errors all represent logical problems with cluster configuration, and may be recoverable; e.g., it might be fine if a service does not have a matching RC/deployment.
These errors all represent logical problems with cluster configuration, and may be recoverable; e.g., it might be fine if a service does not have a matching RC/deployment.

# Structs

A Container represents a container specification in a pod.
Sometimes we care if we can't find the containers for a service, sometimes we just want the information we can get.
Doubles as a cluster.Cluster and cluster.Manifests implementation.
Service describes a platform service, generally a floating IP with one or more exposed ports that map to a load-balanced pool of instances.
The action(s) to take on a particular resource.
No description provided by the author

# Interfaces

The things we can get from the running cluster.
Manifests represents how a set of files are used as definitions of resources, e.g., in Kubernetes, YAML files describing Kubernetes resources.

# Type aliases

Yep, resources are defined by opaque bytes.
No description provided by the author