Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for CNCF (0.36 sec)

  1. pilot/pkg/util/protoconv/protoconv.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package protoconv
    
    import (
    	"fmt"
    
    	udpa "github.com/cncf/xds/go/udpa/type/v1"
    	"google.golang.org/protobuf/encoding/prototext"
    	"google.golang.org/protobuf/proto"
    	"google.golang.org/protobuf/types/known/anypb"
    	"google.golang.org/protobuf/types/known/structpb"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 04:55:40 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top