k8smodels

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

TODO: This internal package is copied from ror, should determine if its common and should be moved to ror/pkg

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NhnTooling

type NhnTooling struct {
	Version      string   `json:"version"`
	Branch       string   `json:"branch"`
	Environment  string   `json:"environment"`
	AccessGroups []string `json:"accessGroups"`
}

type Node

type Node struct {
	Name                    string                     `json:"name"`
	Created                 time.Time                  `json:"created"`
	OsImage                 string                     `json:"osImage"`
	ClusterName             string                     `json:"clusterName"`
	Workspace               string                     `json:"workspace"`
	Datacenter              string                     `json:"datacenter"`
	MachineName             string                     `json:"machineName"`
	Labels                  map[string]string          `json:"labels"`
	Annotations             map[string]string          `json:"annotations"`
	Resources               apicontracts.NodeResources `json:"resources"`
	Architecture            string                     `json:"architecture"`
	ContainerRuntimeVersion string                     `json:"containerRuntimeVersion"`
	KernelVersion           string                     `json:"kernelVersion"`
	KubeProxyVersion        string                     `json:"kubeProxyVersion"`
	KubeletVersion          string                     `json:"kubeletVersion"`
	OperatingSystem         string                     `json:"operatingSystem"`
	Provider                providers.ProviderType     `json:"provider"`
}

Jump to

Keyboard shortcuts

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