isopod

package
v1.8.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Module

type Module struct {
	Name  string
	Attrs starlark.StringDict
}

func (*Module) Attr

func (m *Module) Attr(name string) (starlark.Value, error)

Attr implements starlark.HasAttrs.Attr.

func (*Module) AttrNames

func (m *Module) AttrNames() []string

AttrNames implements starlark.HasAttrs.AttrNames.

func (*Module) Freeze

func (m *Module) Freeze()

Freeze implements starlark.Value.Freeze.

func (*Module) Hash

func (m *Module) Hash() (uint32, error)

Hash implements starlark.Value.Hash.

func (*Module) String

func (m *Module) String() string

String implements starlark.Value.String.

func (*Module) Truth

func (m *Module) Truth() starlark.Bool

Truth implements starlark.Value.Truth. Returns true if object is non-empty.

func (*Module) Type

func (m *Module) Type() string

Type implements starlark.Value.Type.

Directories

Path Synopsis
Package addon implements "addon" built-in and its life-cycle hooks.
Package addon implements "addon" built-in and its life-cycle hooks.
gke
Package kube implements "kube" starlark built-in which renders and applies Kubernetes objects.
Package kube implements "kube" starlark built-in which renders and applies Kubernetes objects.
Package store implements persistent store for recording current/past states of the addon rollouts.
Package store implements persistent store for recording current/past states of the addon rollouts.
kube
Package kube implement Kubernetes storage for rollouts.
Package kube implement Kubernetes storage for rollouts.
package vault implements "vault" built-in package to access Vault API from an addon.
package vault implements "vault" built-in package to access Vault API from an addon.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL