Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 350 for egress (0.13 sec)

  1. api/discovery/aggregated_v2beta1.json

                  "responseKind": {
                    "group": "",
                    "kind": "Ingress",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
                    "ing"
                  ],
                  "singularResource": "ingress",
                  "subresources": [
                    {
                      "responseKind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. tests/integration/ambient/baseline_test.go

    			})
    		})
    	}
    }
    
    func TestIngress(t *testing.T) {
    	runIngressTest(t, func(t framework.TestContext, src ingress.Instance, dst echo.Instance, opt echo.CallOptions) {
    		if opt.Scheme != scheme.HTTP {
    			return
    		}
    
    		// TODO implement waypoint enforcement mechanism
    		// Ingress currently never sends to Waypoints
    		// We cannot bypass the waypoint, so this fails.
    		// if dst.Config().HasAnyWaypointProxy() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  3. guava/src/com/google/common/reflect/TypeToken.java

     *
     * Unless required by applicable law or agreed to in writing, software distributed under the License
     * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
     * or implied. See the License for the specific language governing permissions and limitations under
     * the License.
     */
    
    package com.google.common.reflect;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/reflect/TypeToken.java

     *
     * Unless required by applicable law or agreed to in writing, software distributed under the License
     * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
     * or implied. See the License for the specific language governing permissions and limitations under
     * the License.
     */
    
    package com.google.common.reflect;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  5. pkg/apis/core/v1/defaults_test.go

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1_test
    
    import (
    	"encoding/json"
    	"fmt"
    	"reflect"
    	"strings"
    	"testing"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  6. pkg/controller/daemon/daemon_controller.go

    				// There are no excess pods to be pruned, and no pods to create
    				break
    			}
    
    			sort.Sort(podByCreationTimestampAndPhase(daemonPodsRunning))
    			for i := 1; i < len(daemonPodsRunning); i++ {
    				podsToDelete = append(podsToDelete, daemonPodsRunning[i].Name)
    			}
    			break
    		}
    
    		if len(daemonPodsRunning) <= 1 {
    			// // There are no excess pods to be pruned
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/crdclient/types.gen.go

    				Generation:        obj.Generation,
    			},
    			Spec:   &obj.Spec,
    			Status: &obj.Status,
    		}
    	},
    	gvk.Ingress: func(r runtime.Object) config.Config {
    		obj := r.(*k8sioapinetworkingv1.Ingress)
    		return config.Config{
    			Meta: config.Meta{
    				GroupVersionKind:  gvk.Ingress,
    				Name:              obj.Name,
    				Namespace:         obj.Namespace,
    				Labels:            obj.Labels,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/conversion.go

    // and there has been growing consensus on this model for in cluster deployments.
    //
    // Currently, the supported options are:
    // * 1 Hostname value. This can be short Service name ingress, or FQDN ingress.ns.svc.cluster.local, example.com. If its a non-k8s FQDN it is a ServiceEntry.
    // * 1 IP address. This is managed, with IP explicit
    // * Nothing. This is managed, with IP auto assigned
    //
    // Not supported:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  9. pkg/proxy/nftables/proxier.go

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package nftables
    
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/manual.css

     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    /* Custom Admonition Blocks */
    :root {
        --gradle-blue: #209BC4;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top