Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSystemNamespaces_Contains (1.43 sec)

  1. pkg/kube/inject/initializer_test.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package inject
    
    import (
    	"testing"
    
    	"istio.io/istio/pkg/config/constants"
    )
    
    func TestSystemNamespaces_Contains(t *testing.T) {
    	tests := []struct {
    		ns       string
    		expected bool
    	}{
    		{
    			ns:       constants.KubeSystemNamespace,
    			expected: true,
    		},
    		{
    			ns:       constants.KubePublicNamespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 10 17:15:19 UTC 2021
    - 1.2K bytes
    - Viewed (0)
Back to top