Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPodSyncResult (0.19 sec)

  1. pkg/kubelet/container/sync_result_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package container
    
    import (
    	"errors"
    	"testing"
    )
    
    func TestPodSyncResult(t *testing.T) {
    	okResults := []*SyncResult{
    		NewSyncResult(StartContainer, "container_0"),
    		NewSyncResult(SetupNetwork, "pod"),
    	}
    	errResults := []*SyncResult{
    		NewSyncResult(KillContainer, "container_1"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 16:48:17 UTC 2019
    - 2K bytes
    - Viewed (0)
Back to top