Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestEphemeralContainer (0.33 sec)

  1. pkg/apis/core/types_test.go

    limitations under the License.
    */
    
    package core
    
    import (
    	"reflect"
    	"testing"
    )
    
    // TestEphemeralContainer ensures that the tags of Container and EphemeralContainerCommon are kept in sync.
    func TestEphemeralContainer(t *testing.T) {
    	ephemeralType := reflect.TypeOf(EphemeralContainerCommon{})
    	containerType := reflect.TypeOf(Container{})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 03:01:07 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_test.go

    		}
    		if protobufNum == "16" {
    			t.Errorf("protobuf 16 in ServiceSpec is reserved for removed topologyKeys field")
    		}
    	}
    }
    
    // TestEphemeralContainer ensures that the tags of Container and EphemeralContainerCommon are kept in sync.
    func TestEphemeralContainer(t *testing.T) {
    	ephemeralType := reflect.TypeOf(EphemeralContainerCommon{})
    	containerType := reflect.TypeOf(Container{})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 03:01:07 UTC 2021
    - 2.1K bytes
    - Viewed (0)
Back to top