Home
last modified time | relevance | path

Searched refs:CNIComponent (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/operator/pkg/component/
H A Dcomponent.go301 type CNIComponent struct { struct
306 func NewCNIComponent(opts *Options) *CNIComponent {
308 return &CNIComponent{
317 func (c *CNIComponent) Run() error { argument
322 func (c *CNIComponent) RenderManifest() (string, error) { argument
327 func (c *CNIComponent) ComponentName() name.ComponentName { argument
332 func (c *CNIComponent) ResourceName() string { argument
337 func (c *CNIComponent) Namespace() string { argument
342 func (c *CNIComponent) Enabled() bool { argument
/dports/sysutils/istio/istio-1.6.7/operator/pkg/controlplane/
H A Dcontrol_plane_test.go112 &component.CNIComponent{
182 &component.CNIComponent{
232 &component.CNIComponent{