Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for namespaces_and_crds (0.17 sec)

  1. pkg/test/util/yml/file.go

    // limitations under the License.
    
    package yml
    
    import (
    	"fmt"
    	"os"
    	"strings"
    
    	"istio.io/istio/pkg/test"
    )
    
    type docType string
    
    const (
    	namespacesAndCRDs docType = "namespaces_and_crds"
    	misc              docType = "misc"
    )
    
    // FileWriter write YAML content to files.
    type FileWriter interface {
    	// WriteYAML writes the given YAML content to one or more YAML files.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 07 14:33:54 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top