Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 62 for Waypoint (0.52 sec)

  1. releasenotes/notes/46592.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
      - 46592
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 17:03:52 UTC 2023
    - 144 bytes
    - Viewed (0)
  2. releasenotes/notes/48769.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 46297
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 19 15:04:49 UTC 2024
    - 175 bytes
    - Viewed (0)
  3. releasenotes/notes/47681.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 16 02:12:03 UTC 2023
    - 176 bytes
    - Viewed (0)
  4. istioctl/pkg/waypoint/testdata/waypoint/default-gateway

    NAME         REVISION     PROGRAMMED
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 21:30:40 UTC 2024
    - 68 bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/testdata/deployment-multi-service.yaml

              ports:
                - containerPort: 9080
    ---
    # Deployment has no services attached, has the istio-proxy image, but is waypoint deployment.
    # It shouldn't generate a warning since it's controlled by Istio.
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: test-waypoint
      namespace: bookinfo
      labels:
        gateway.istio.io/managed: istio.io-mesh-controller
    spec:
      replicas: 1
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 21:52:53 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  6. releasenotes/notes/49435.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 18:24:21 UTC 2024
    - 143 bytes
    - Viewed (0)
  7. releasenotes/notes/50572.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 50572
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 19 23:18:52 UTC 2024
    - 165 bytes
    - Viewed (0)
  8. istioctl/pkg/waypoint/testdata/waypoint/combined-gateway

    bookinfo      bookinfo-rev           rev1         True
    bookinfo      bookinfo-valid         default      True
    default       bookinfo               default      False
    default       no-name-convention     default      True
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 21:30:40 UTC 2024
    - 338 bytes
    - Viewed (0)
  9. releasenotes/notes/47300.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 11 08:26:40 UTC 2023
    - 223 bytes
    - Viewed (0)
  10. istioctl/pkg/waypoint/waypoint_test.go

    // 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 waypoint
    
    import (
    	"bytes"
    	"context"
    	"fmt"
    	"os"
    	"strings"
    	"testing"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	gateway "sigs.k8s.io/gateway-api/apis/v1"
    
    	"istio.io/api/label"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 04 15:53:09 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top