Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for CNCF (0.31 sec)

  1. operator/pkg/helmreconciler/prune.go

    	AllClusterResources = append(ClusterResources,
    		schema.GroupVersionKind{Group: "apiextensions.k8s.io", Version: "v1", Kind: name.CRDStr},
    		schema.GroupVersionKind{Group: "k8s.cni.cncf.io", Version: "v1", Kind: name.NetworkAttachmentDefinitionStr},
    	)
    )
    
    // NamespacedResources gets specific pruning resources based on the k8s version
    func NamespacedResources() []schema.GroupVersionKind {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  2. pkg/wasm/convert.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package wasm
    
    import (
    	"fmt"
    	"strings"
    	"sync"
    	"time"
    
    	udpa "github.com/cncf/xds/go/udpa/type/v1"
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	httpwasm "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/wasm/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. pilot/pkg/model/config.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package model
    
    import (
    	"sort"
    	"strings"
    
    	udpa "github.com/cncf/xds/go/udpa/type/v1"
    
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/host"
    	"istio.io/istio/pkg/config/schema/collection"
    	"istio.io/istio/pkg/config/schema/kind"
    	"istio.io/istio/pkg/util/hash"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 08:51:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. istioctl/pkg/writer/envoy/configdump/listener.go

    // limitations under the License.
    
    package configdump
    
    import (
    	"encoding/json"
    	"fmt"
    	"reflect"
    	"sort"
    	"strings"
    	"text/tabwriter"
    
    	matcher "github.com/cncf/xds/go/xds/type/matcher/v3"
    	listener "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3"
    	route "github.com/envoyproxy/go-control-plane/envoy/config/route/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 29 12:37:14 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  5. manifests/addons/dashboards/istio-mesh-dashboard.json

            "content": "<div>\n  <div style=\"position: absolute; bottom: 0\">\n    <a href=\"https://istio.io\" target=\"_blank\" style=\"font-size: 30px; text-decoration: none; color: inherit\"><img src=\"https://raw.githubusercontent.com/cncf/artwork/master/projects/istio/icon/color/istio-icon-color.svg\" style=\"height: 50px\"> Istio</a>\n  </div>\n  <div style=\"position: absolute; bottom: 0; right: 0; font-size: 15px\">\n    Istio is an <a href=\"https://github.com/istio/istio\" target=\"_blank\">open...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  6. pilot/pkg/model/telemetry.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package model
    
    import (
    	"fmt"
    	"sort"
    	"strings"
    	"sync"
    	"time"
    
    	udpa "github.com/cncf/xds/go/udpa/type/v1"
    	accesslog "github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3"
    	listener "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
Back to top