Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewFakeInternalContainerLifecycle (0.62 sec)

  1. pkg/kubelet/cm/fake_internal_container_lifecycle.go

    limitations under the License.
    */
    
    package cm
    
    import (
    	"k8s.io/api/core/v1"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    )
    
    func NewFakeInternalContainerLifecycle() *fakeInternalContainerLifecycle {
    	return &fakeInternalContainerLifecycle{}
    }
    
    type fakeInternalContainerLifecycle struct{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 21 08:08:02 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/fake_kuberuntime_manager.go

    		runtimeService:         runtimeService,
    		imageService:           imageService,
    		keyring:                keyring,
    		seccompProfileRoot:     fakeSeccompProfileRoot,
    		internalLifecycle:      cm.NewFakeInternalContainerLifecycle(),
    		logReduction:           logreduction.NewLogReduction(identicalErrorDelay),
    		logManager:             logManager,
    		memoryThrottlingFactor: 0.9,
    		podLogsDirectory:       fakePodLogsDirectory,
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top