Documentation ¶
Overview ¶
package sk8s provides a Skylark value interface for Kubernetes API types.
See the following packages:
authenticationv1: https://godoc.org/k8s.io/api/authentication/v1
authorizationv1: https://godoc.org/k8s.io/api/authorization/v1
autoscalingv1: https://godoc.org/k8s.io/api/autoscaling/v1
networkingv1: https://godoc.org/k8s.io/api/networking/v1
storagev1: https://godoc.org/k8s.io/api/storage/v1
resource: https://godoc.org/k8s.io/apimachinery/pkg/api/resource
metav1: https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1
intstr: https://godoc.org/k8s.io/apimachinery/pkg/util/intstr
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Library = map[string]*skylark.Builtin{}
)
Functions ¶
Types ¶
type Kind ¶
type Kind interface { skylark.HasSetField Underlying() interface{} GroupVersionKind() metav1.GroupVersionKind }
Click to show internal directories.
Click to hide internal directories.