types

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnnoIPPoolItem

type AnnoIPPoolItem struct {
	NIC          string   `json:"interface"`
	IPv4Pools    []string `json:"ipv4pools,omitempty"`
	IPv6Pools    []string `json:"ipv6pools,omitempty"`
	DefaultRoute bool     `json:"defaultRoute"`
}

type AnnoNSDefautlV4PoolValue

type AnnoNSDefautlV4PoolValue []string

type AnnoNSDefautlV6PoolValue

type AnnoNSDefautlV6PoolValue []string

type AnnoPodAssignedEthxValue

type AnnoPodAssignedEthxValue struct {
	NIC      string `json:"interface"`
	IPv4Pool string `json:"ipv4pool"`
	IPv6Pool string `json:"ipv6pool"`
	IPv4     string `json:"ipv4"`
	IPv6     string `json:"ipv6"`
	Vlan     int    `json:"vlan"`
}

type AnnoPodIPPoolValue

type AnnoPodIPPoolValue struct {
	NIC       *string  `json:"interface,omitempty"`
	IPv4Pools []string `json:"ipv4pools,omitempty"`
	IPv6Pools []string `json:"ipv6pools,omitempty"`
}

type AnnoPodIPPoolsValue

type AnnoPodIPPoolsValue []AnnoIPPoolItem

type AnnoPodRoutesValue

type AnnoPodRoutesValue []AnnoRouteItem

type AnnoRouteItem

type AnnoRouteItem struct {
	Dst string `json:"dst"`
	Gw  string `json:"gw"`
}

type IPVersion added in v0.0.5

type IPVersion = int64

type OwnerType

type OwnerType string

type PodStatus

type PodStatus string

type Vlan added in v0.0.5

type Vlan = int64

Jump to

Keyboard shortcuts

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