Documentation
¶
Overview ¶
Package snd is the seictl-side plumbing for SeiNodeDeployment custom resources. Once sei-protocol/sei-k8s-controller#175 splits the api surface into a leaf module, this package is the natural place to introduce typed accessors in place of the unstructured helpers below.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GVK = schema.GroupVersionKind{Group: "sei.io", Version: "v1alpha1", Kind: "SeiNodeDeployment"} ListGVK = schema.GroupVersionKind{Group: "sei.io", Version: "v1alpha1", Kind: "SeiNodeDeploymentList"} FieldOwner = client.FieldOwner("seictl") )
Functions ¶
func Apply ¶
func Apply(ctx context.Context, c client.Client, obj *unstructured.Unstructured, dryRun bool) error
Apply server-side-applies obj as the seictl FieldManager, mutating obj in place to match the apiserver response.
func New ¶
func New() *unstructured.Unstructured
func NewList ¶
func NewList() *unstructured.UnstructuredList
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.