Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewCoreComponent (0.14 sec)

  1. operator/pkg/component/component.go

    	return runComponent(c.CommonComponentFields)
    }
    
    func (c *IstioComponentBase) RenderManifest() (string, error) {
    	return renderManifest(c)
    }
    
    // NewCoreComponent creates a new IstioComponent with the given componentName and options.
    func NewCoreComponent(cn name.ComponentName, opts *Options) IstioComponent {
    	var component IstioComponent
    	switch cn {
    	case name.IstioBaseComponentName:
    		component = NewCRDComponent(opts)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 11.7K bytes
    - Viewed (0)
Back to top